[fpc-pascal] Some class or units

2007-05-02 Thread josepascual (almudi)
hi there, Is there some fpc/pascal unit which implements semaphores for windows and linux (without libc unit)? and Is there some fpc/pascal unit which implement some logfile (in order to write log information during application run) for windows and linux (without libc unit)? regards

Re: [fpc-pascal] Some class or units

2007-05-02 Thread Luca Olivetti
En/na josepascual (almudi) ha escrit: hi there, Is there some fpc/pascal unit which implements semaphores for windows and linux (without libc unit)? have a look at syncobjs and Is there some fpc/pascal unit which implement some logfile (in order to write log information during application

RE: [fpc-pascal] Some class or units

2007-05-02 Thread josepascual (almudi)
En/na josepascual (almudi) ha escrit: hi there, Is there some fpc/pascal unit which implements semaphores for windows and linux (without libc unit)? have a look at syncobjs semaphores inside? and Is there some fpc/pascal unit which implement some logfile (in order to

Re: [fpc-pascal] Some class or units

2007-05-02 Thread Henry Vermaak
have a look at syncobjs semaphores inside? ipc (in the rtl) implements semaphores for linux. haven't used it, but i have used semaphores in win32. maybe you can just ifdef? henry ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org