|
-
December 15th, 2011, 10:01 AM
#1
mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'
Hi,
While creating .exe project in VS2010, I'm getting the following errors:
libboost_thread-vc100-mt-gd-1_43.lib(thread.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in Path.obj
libboost_thread-vc100-mt-gd-1_43.lib(tss_pe.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in Path.obj
I have included the following preprocessors:
BOOST__STDC_CONSTANT_MACROS_DEFINED;
_DEBUG;
NOMINMAX;
OSPR_IMPORTS_FAKE;
UNICODE;WIN32;
WIN_ENV;
WIN_PLATFORM;
XMLUTIL_IMPORTS_FAKE;
_CRT_SECURE_NO_DEPRECATE;
_SCL_SECURE_NO_DEPRECATE;
_SECURE_SCL=0;_UNICODE;
_WIN32
Can any one resolve my errors?
Advance Thanks
Regards,
Nagesh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|