axmol/CocosDenshion/proj.win32
James Chen a2b5916301 Using 'getHashCodeByString(typeid(*native_obj).name())' instead of 'reinterpret_cast<long>(typeid(*native_obj).name());'.
Since on win32 platform, 'reinterpret_cast<long>(typeid(*native_obj).name());' invoking in cocos2d.dll and outside cocos2d.dll(in TestJavascript.exe) will return different address.
But the return string from typeid(*native_obj).name() is the same string, so we must convert the string to hash id to make sure we can get unique id.
2012-08-29 14:49:03 -07:00
..
CocosDenshion.vcproj Using 'getHashCodeByString(typeid(*native_obj).name())' instead of 'reinterpret_cast<long>(typeid(*native_obj).name());'. 2012-08-29 14:49:03 -07:00
CocosDenshion.vcproj.user issue #1399: Renamed 'cocosDeshion' to 'CocosDeshion'. 2012-07-23 10:56:45 +08:00
CocosDenshion.vcxproj issue #1399: Added vs2010 support. 2012-07-23 11:57:34 +08:00
CocosDenshion.vcxproj.filters issue #1399: Added vs2010 support. 2012-07-23 11:57:34 +08:00
CocosDenshion.vcxproj.user issue #1399: Added vs2010 support. 2012-07-23 11:57:34 +08:00