> What kind of application is that - is it a Lazarus (GUI) application, or > you just use Lazarus as your IDE? Is it a multi-threaded application? > > Tomas
A very simple writeln( 'hello' ); works! I have to search what causes the error in my (huge) software. https://forum.lazarus.freepascal.org/index.php?topic=38069.0 Comment: August 26, 2017, 07:18:24 pm Library libc usage and unit libc usage are totally different subjects. Unit libc is deprecated for a long time (since it is basically an one off header for a 15+ old libc), library libc not. May be this is the issue. _______________________________________________ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
