Hi Folks
I've written an SFML game framework, which I've given to other people in my dev team. I've compiled the SFML libs and zipped up the resulting folders, source code and all, and on linking a debug version, this is what I get:
1>Linking...
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>sfml-graphics-s-d.lib(jmemnobs.obj) : fatal error LNK1103: debugging information corrupt; recompile module
Release mode works fine. We're all using VS2005.
Any ideas?