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

2012-04-25 Thread Jürgen Hestermann
Jonas Maebe schrieb: >> Is "ShowMessage" part of the LCL? I thought that it comes with Free Pascal directly >> because the wiki http://wiki.freepascal.org/Dialog_Examples/de#ShowMessage , which >> explains this message, is located on wiki.freepascal.org. > http://wiki.freepascal.org is exactly

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

2012-04-25 Thread Tomas Hajny
On Wed, April 25, 2012 17:49, Jürgen Hestermann wrote: > leledumbo schrieb: > > You need to call Application.Initialize prior to anything if you want > to use > > LCL features (including its dialogs). > > Is "ShowMessage" part of the LCL? I thought that it comes with Free > Pascal directly > beca

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

2012-04-25 Thread Jonas Maebe
On 25 Apr 2012, at 17:49, Jürgen Hestermann wrote: > Is "ShowMessage" part of the LCL? I thought that it comes with Free Pascal > directly > because the wiki http://wiki.freepascal.org/Dialog_Examples/de#ShowMessage , > which > explains this message, is located on wiki.freepascal.org. http://w

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

2012-04-25 Thread Jürgen Hestermann
leledumbo schrieb: > You need to call Application.Initialize prior to anything if you want to use > LCL features (including its dialogs). Is "ShowMessage" part of the LCL? I thought that it comes with Free Pascal directly because the wiki http://wiki.freepascal.org/Dialog_Examples/de#ShowMess

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

2012-04-25 Thread leledumbo
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.na