[fpc-devel] syncobjs unit

Michael Schnell mschnell at lumino.de
Mon Nov 27 12:42:52 CET 2006


> If you got a nice idea come up with it coz I'm kind of lost.
>   

First thing that comes into my mind:

Use a TP-specific propriety integer value as a result and store the OS 
specific value in an OS specific property so that it can be checked if 
the user really needs to.

The OS specific property might be
  - an OS specific type
  -  just some thing big enough (int64) so  that it can be typecasted as 
necessary or
  - there could by multiple of those properties with different types

Is this silly ?

-Michael



More information about the fpc-devel mailing list