News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

[RESOLVED] debug build with MS Visual Toolkit

Started by packetvb, February 18, 2006, 03:06:49 AM

Previous topic - Next topic

packetvb

Hello,
Im trying to do a debug build with ms visual toolkit and am getting a link error when compiling code
using "new".
libcpd.lib(xdebug.obj) : error LNK2019: unresolved external symbol __malloc_dbg

Am I missing a linker option here?

Thank you.


packetvb

Never mind,
Debug needs a debug runtime library selected in Project Build Options->Compiler Flags
selecting single thread debug runtime library fixed the problem.

Thanks though.