[fpc-pascal] single application instance

Matt Emson memsom at interalpha.co.uk
Fri Sep 23 18:16:36 CEST 2005


> How can I also do it in linux?

Use semaphores. There is a semaphore implementation for LINUX, Windows, BeOS
and probably most other Unices. Certainly, any platform that conforms to
POSIX and/or PThreads will have a semaphore implementation.

The mechanics will be different - the idea will be universal.

M




More information about the fpc-pascal mailing list