[fpc-pascal]Problem linking TESTIB.PP

2003-07-18 Thread Eduardo Lopez
Hello all: I'm trying to compile te TESTIB.PP and I get the following error: Linking testib.exe c:\pp\bin\win32\ldw.exe: cannot find -ldl testib.pp(89,1) Error: Error while linking Closing script ppas.bat What I'm doing wrong? Thanks in advance. Eduardo __

RE: [fpc-pascal]Program is busy

2003-07-18 Thread Lee, John
Raivo, you need to give a bit (or a lot!) more information re the version of fpc, the unit(s), and include the part of your program that's showing the fault if you want some suggestions... Regards John -Original Message- From: Raivo Nael [mailto:[EMAIL PROTECTED] Sent: 18 July 2003 10:57

[fpc-pascal]Program is busy

2003-07-18 Thread Raivo Nael
When writing data to file or reading data stream directly from port or downloading file from internet then program hangs as long as it is busy and does not respond to any Windows messages. Also Window will never be refreshed before work is done. All you know that. This is not serious problem. B