[fpc-pascal] Re: Program without window but messages

leledumbo leledumbo_cool at yahoo.co.id
Wed Apr 25 11:05:11 CEST 2012


You need to call Application.Initialize prior to anything if you want to use
LCL features (including its dialogs). Your uses clause seems overkill. Only
Interfaces, Forms and Dialogs units required for ShowMessage function.

--
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Program-without-window-but-messages-tp5662570p5664268.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.



More information about the fpc-pascal mailing list