toolkit : c++ include failed
hello all,
i use the vs2012 mfc dll c++ coding the toolkit.(debug x64 version)
when: #include <iostream> #include <vector> ...etc.
will cause the fail:
protk_dllmd.lib(srcenv.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'
protk_dllmd.lib(srcenv.obj) :error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug'
but when i comment the toolkit function ,no problem appear.
anyone know what's wrong with?
hope some one can save me.....thanks!!!
