axmol/samples/TestJavascript/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
..
res issue #1399: Adjust folder structure, made it built successfully on win32. 2012-07-20 14:05:52 +08:00
TestJavascript.vcproj Using 'getHashCodeByString(typeid(*native_obj).name())' instead of 'reinterpret_cast<long>(typeid(*native_obj).name());'. 2012-08-29 14:49:03 -07:00
TestJavascript.vcproj.user issue #1399: Adjust folder structure, made it built successfully on win32. 2012-07-20 14:05:52 +08:00
TestJavascript.vcxproj issue #1399: Added vs2010 support. 2012-07-23 11:57:34 +08:00
TestJavascript.vcxproj.filters issue #1399: Added vs2010 support. 2012-07-23 11:57:34 +08:00
TestJavascript.vcxproj.user issue #1399: Added vs2010 support. 2012-07-23 11:57:34 +08:00
main.cpp issue #1437:make CCApplication::sharedApplication() return pointer 2012-08-21 15:28:43 +08:00
main.h issue #1399: Adjust folder structure, made it built successfully on win32. 2012-07-20 14:05:52 +08:00
resource.h issue #1399: Adjust folder structure, made it built successfully on win32. 2012-07-20 14:05:52 +08:00
testjs.rc issue #1399: Adjust folder structure, made it built successfully on win32. 2012-07-20 14:05:52 +08:00