[Lazarus] DebugLn vs writeln

dmitry boyarintsev skalogryz.lists at gmail.com
Tue Oct 4 07:56:36 CEST 2011


On Tue, Oct 4, 2011 at 12:41 AM, Vincent Snijders
<vincent.snijders at gmail.com> wrote:
> A writeln would crash a windows GUI application, that is the reason

Unless you link them without "win32 gui application" flag.

WriteLn has irreplaceable functionality of accepting any number of
parameters, and most of the types, not supported by any Format() based
functions (i.e. sets)

thanks,
Dmitry




More information about the Lazarus mailing list