On Fri, Jan 27, 2012 at 9:10 AM, Tom Hacohen <t...@stosb.com> 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.

Vincent

 (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

------------------------------------------------------------------------------
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

Reply via email to