JoshyFun schrieb:
B> Just run the program from commandline (in Windows uncheck Win32 GUI B> application in Project -> Compiler Options -> Linking, or put B> {$APPTYPE CONSOLE} at top of your .lpr file)But my program is not a console application. It does not show any kind of error (stdout does not exists, I'm on windows).
On Windows you can uncheck the option (see above), to get a GUI application with an attached console. A very nice feature for debugging, not available on most other platforms.
DoDi -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
