On 8 sep 2006, at 00:09, Robert Reimiller wrote:

The biggest problem I'm having is that FPC is different from both Win32 and Posix
so it hasn't been straight forward.

FPC's *nix interface is pretty much entirely based on Posix, only with a few naming conventions:

* all Posix functions are prefixed with fp (to avoid naming clashes between e.g. Pascal's close and Posix' close)
* the things Marco mentioned


Jonas
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to