From: Arno P. <ar...@pu...> - 2010-12-04 05:09:42
|
Java long is now mapped to 'long long' in Objective-C again. There were several minor problems that are fixed now. Thanks to Troy and Paul for helping out. Arno On 12/3/10 5:09 AM, Troy Gaines wrote: > Without wasting too much of your time, what problems are we seeing? I > would be willing to invest some time investigating. I used the change > you committed and haven't seen any issues. Is there a certain situation? > > Thanks. > > On Thu, Dec 2, 2010 at 11:47 PM, Arno Puder <ar...@pu... > <mailto:ar...@pu...>> wrote: > > Troy recently pointed out that a Java long should be mapped to a long > long in Objective-C. I committed a small patch that seemed to fix > things. However, we are now experiencing some "weird" problems because > of this patch. I have just introduced a typedef long JAVA_LONG in > xmlvm.h so that the definition of Java long can quickly be changed > system-wide. For now I changed it back to a long (not a long long) > until we have figured out what the problem is. > > Arno > > ------------------------------------------------------------------------------ > 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... > <mailto:xml...@li...> > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |