Originally posted by: innovativeScheduling
I migrated a project from MSVS2005 to MSVS2010. The project is getting build and executing fine in 'release mode' but it is giving following errors(same type of 50 errors) in 'debug' mode:
Error 96 error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in ODBCWrapper.obj C:\ITDO_DLL\ITDO_Engine\ilocplex.lib(ilocplex.obj) ITDO_Engine
I tried to work around the problem by following the various suggestions on net(like including _DEBUG in preprocessor, checking for project linker properties, checking for Release folder mismatch etc.) but I am not able to get rid of this error.
Any suggestion and help on this topic is welcome.
Thanks in advance :)
#CPLEXOptimizers#DecisionOptimization