I have a 16 bit application I'm trying to compile on MSVC 1.5. It compiles
perfectly in release build, but I get the following 2 linker errors on the
debug build:
c:\msvc\mfc\lib\lafxcwd.lib(afxinl3.cpp) : error L2025:
DoDataExchange@CWnd@@NECXPAVCDataExchange@@@Z : symbol defined more than once
c:\msvc\mfc\lib\lafxcwd.lib(afxinl1.cpp) : error L2025:
Serialize@CObject@@VECXAEVCArchive@@@Z : symbol defined more than once
Any help would be greatly appreciated.
Thank you.
Mike Niday
mike(remove this)niday@hotmail.com
Stephen MacKenzie - 12 Jan 2006 21:02 GMT
One thing you can try is to create a appwizard generated MFC app, then
compare the debug linker settings against the settings in your project.
Thanks

Signature
Stephen MacKenzie
Microsoft Visual C++
> I have a 16 bit application I'm trying to compile on MSVC 1.5. It compiles
> perfectly in release build, but I get the following 2 linker errors on the
[quoted text clipped - 9 lines]
> Mike Niday
> mike(remove this)niday@hotmail.com