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
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
__
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