- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am having the above error and several others (also shown in the attachment) when compiling one of the projects in DEBUG mode. However, the compilation in RELEASE mode goes well.
Appreciate your suggestions.
VS 2008, IVF 12 update 3, Win 7 32 and 64 bit OS.
Thanks in advance.
Krishna
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This problem usually arises when an attempt is made to link one or more objects and/or libraries with recorded dependencies on LIBCMT.LIB (usually the result of using /MT as a compiler option) but a C-runtime library such as MSVCRT.LIB is used instead (which is pertinent to compiling with /MD).
Resolution: make sure that all objects and user libraries that participate in the link are compiled with the same /Mx option. Failing this, produce a linker map and pin down the specific objects/libraries that call out the missing symbols.
Resolution: make sure that all objects and user libraries that participate in the link are compiled with the same /Mx option. Failing this, produce a linker map and pin down the specific objects/libraries that call out the missing symbols.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much mecej4. Finally, I resolved it.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page