Thursday, March 30, 2006

Linker error in MFC, .NET

LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library

LINK : warning LNK4098: defaultlib 'LIBC' conflicts with use of other libs; use /NODEFAULTLIB:library

format.lib(format.obj) : warning LNK4204: 'c:\...\Debug\vc70.pdb' is missing debugging information for referencing module; linking object as if no debug info


Solution:
Changed Project > Properties > C/C++ > Code Generation > Runtime Library from Multi-threaded DLL to Multi-threaded Debug DLL

0 Comments:

Post a Comment

<< Home