alfonsocejudo / EasyNDK-for-cocos2dx3

An update to the original EasyNDK project for use with Cocos2d-x v3.0 and (hopefully) higher.
28 stars 14 forks source link

Visual Studio 2013 Express inline jansson-errors #6

Open hamburml opened 9 years ago

hamburml commented 9 years ago

Hey!

I am trying to use your easyNDK example for chartboost but I am getting builderrors on visual studio 2013 express. It says that in hashtable.c line 37 that after inline ( must follow.

Same error is here: http://discuss.cocos2d-x.org/t/jansson-lib-build-failed-on-win32-only-cocos2dx-3-0rc0/12168

Any ideas?

edit

Okay, with inline instead of inline it works... Now i get linker-errors. LNK2019: declspec(dllimport) protected: thiscall CallFunc::CallFuncNV(coid) ....