On Thu, Jun 23, 2011 at 3:18 PM, <[email protected]> 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 _______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
