On Friday, January 27, 2012, Vincent Torri <vincent.to...@gmail.com> wrote:
> 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.

But pointers are 32/64, right? Do you have some compile time flag to change
pointer size?

How about native vc++/win programming? What's the way to declare and use 64
bits integer?

To me it looks like this is to keep compatibility. They love to carry this
crap things, they were so bad they have 32 in the name :-D


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
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