axmol/samples
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
..
HelloCpp Merge pull request #1247 from dumganhar/gles20 2012-08-27 01:45:26 -07:00
HelloLua Resource file searching implementation for blackberry. 2012-08-27 13:48:17 +08:00
TestCpp Merge pull request #1247 from dumganhar/gles20 2012-08-27 01:45:26 -07:00
TestJavascript Using 'getHashCodeByString(typeid(*native_obj).name())' instead of 'reinterpret_cast<long>(typeid(*native_obj).name());'. 2012-08-29 14:49:03 -07:00
TestLua issue #1425: fix a typo error 2012-08-27 15:42:19 +08:00