On Fri, Jan 27, 2012 at 10:03 AM, Gustavo Sverzut Barbieri <[email protected]> wrote: > On Friday, January 27, 2012, Vincent Torri <[email protected]> wrote: >> On Fri, Jan 27, 2012 at 9:10 AM, Tom Hacohen <[email protected]> wrote: >>> On 27/01/12 08:12, ChunEon Park wrote: >>>> I changed to use ssize_t type for now, >>>> Since I'm not sure that long type will be expanded to 64bit. >>> >>> size_t is also not sure to be 64bit... It's likely, but not sure. >>> >>> The only correct way of doing it is intptr_t. You can alternatively keep >>> the long >> >> on Windows, 32 or 64 bits, long is 32 bits. > > But pointers are 32/64, right?
yes > Do you have some compile time flag to change pointer size? i don't know at all. > How about native vc++/win programming? What's the way to declare and use 64 > bits integer? specific microsotf types : http://msdn.microsoft.com/en-us/library/aa383751%28VS.85%29.aspx or uintptr_t : http://msdn.microsoft.com/en-us/library/323b6b3k%28VS.80%29.aspx Vincent ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
