c++ - Problem compiling libjson in "Release" configuration with VS2010 -


i downloaded libjson package , added vs2010 projects folder. created new project called checkjson , added following code:

#include "../../libjson/libjson.h" int main(){ return 0;} 

when compile error : "release build of libjson, ndebug not on"

since first time using visual studio think have basic mistake here. can me please ?

moreover, if there problem package, or if know other json parsing packages use without lots of configuration issues don't care using them instead of package.

for starters, try compiling project in "release" configuration.

if works (and believe should), may try , define ndebug variable in debug configuration. may yield unexpected results !


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -