Re: [fpc-pascal] Platform independent alternatives

2011-06-23 Thread dhkblaszyk
On Thu, 23 Jun 2011 15:38:18 -0300, Flávio Etrusco wrote: On Thu, Jun 23, 2011 at 3:18 PM, wrote: Hi, I'm porting an app from Delphi to Lazarus when I came across a couple of functions from the windows unit. Can anyone help me finding the platform independent alternatives? TerminateThrea

[fpc-pascal] Platform independent alternatives

2011-06-23 Thread dhkblaszyk
ZeelandNet Webmail Hi, I'm porting an app from Delphi to Lazarus when I came across a couple of functions from the windows unit. Can anyone help me finding the platform independent alternatives? TerminateThread WaitForSingleObject CloseHandle TIA, Darius __

Re: [fpc-pascal] Platform independent alternatives

2011-06-23 Thread Flávio Etrusco
On Thu, Jun 23, 2011 at 3:18 PM, wrote: > Hi, > > I'm porting an app from Delphi to Lazarus when I came across a couple of > functions from the windows unit. Can anyone help me finding the platform > independent alternatives? > > TerminateThread You shouldn't use it, generally speaking. > Wait