13 Aug
2012
13 Aug
'12
11:38 a.m.
On 08/10/2012 04:15 AM, Christian Henning wrote:
Hi there, compiling with the latest trunk version gives me the following linker error with the chrono lib:
libboost_chrono-vc100-mt-1_51.lib(chrono.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in Factory.obj
Your code is compiled in debug, and you're trying to link with the release version of the library. This is just asking for problems. Link against the debug version of chrono.