[fpc-pascal] Platform independent alternatives

Flávio Etrusco flavio.etrusco at gmail.com
Thu Jun 23 20:38:18 CEST 2011


On Thu, Jun 23, 2011 at 3:18 PM,  <dhkblaszyk at zeelandnet.nl> 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.


> WaitForSingleObject

AFAICT there's no - there can't be ;-) - equivalent. What is the
object you're waiting on?


> CloseHandle
>
> TIA, Darius
>

What object are you closing?

-Flávio



More information about the fpc-pascal mailing list