This is PointClass.pas and main.pas I compile with This can pass the compiler, but when I run program, its said : I try so hard, and search a lot, but still can’t solve this problem. (Sorry for my bad English!) Answer I found it. main.pas is wrong : The correct line is :
Tag: freepascal
Porting windows application to linux
I have an application which I need to port on Linux. I was thinking to use Free Pascal the problem is the application uses Windows API’s to perform tasks such as serial port communication etc… Is there a msdn for linux users or a book covering how linux works internaly if there are apis. I am very confused. Answer Robert