From: Arno P. <ar...@pu...> - 2010-11-23 07:28:52
|
In Java sizeof(long) == 8, so you have to map it to something equivalent on the target platform. For iOS this is 'long long'. Arno On Nov 22, 2010, at 10:58 PM, Panayotis Katsaloulis <pan...@pa...> wrote: > > On Nov 23, 2010, at 6:07 AM, Arno Puder wrote: > >> >> Wow! Now that is interesting. You are right: under iOS sizeof(long) == 4 >> whereas sizeof(long long) == 8. I am surprised that no one ran into this >> problem before. >> >> Anyways, I fixed both problems in the repository. Thanks for reporting this! >> >> Arno > > > Is this the "correct" behavior for arm6/7 archs? > (I don't know, I just ask) > ------------------------------------------------------------------------------ > Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! > Tap into the largest installed PC base & get more eyes on your game by > optimizing for Intel(R) Graphics Technology. Get started today with the > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. > http://p.sf.net/sfu/intelisp-dev2dev > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |