5 May
2004
5 May
'04
2:40 p.m.
On Wed, 5 May 2004 09:46:24 +0200, Dan Dimerman wrote
Hello,
I'm having the following problem when linking a MSWindows MFC application with the static library libboost_date_time.lib using DevStudio .Net 7.0. The output looks like this:
------ Build started: Project: Main, Configuration: Debug Win32 ------ Linking...
The problem doesn't appear to be the symbols in date_time itself, but rather a mismatch in the library / code generation. You might need to use 'debug multithread' in your code setting or switch to a different version of the .lib file which matches the settings of your project. HTH, Jeff