Hi Eric,

On Thu, Aug 24, 2006 at 04:37:35PM -0700, E. Wing wrote:
> size_t would work. I didn't know about ptrdiff_t. It's in stddef.h, so
> it's standard C too. Thanks for that piece of info.

Sorry if I have achieved confusion. size_t is the right type
to hold a pointer. ptrdiff_t is the right type to hold the
difference of pointers.

I don't know if it was already mentioned on the list concerning
64 bit cross platform development.

Windows 64 bit: sizeof(int) == sizeof(long)
Unix    64 bit: sizeof(int) != sizeof(long)

Everyone interested in this topic should google
after LP64 (Unix) and LLP64 (Windows).


Regards,
Daniel
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to