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 (which is bad, but will most likely work) or cast to (long long) or something that'll probably be big enough... -- Tom. ------------------------------------------------------------------------------ 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 enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel