Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
[RESOLVED] debug build with MS Visual Toolkit
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: [RESOLVED] debug build with MS Visual Toolkit (Read 4345 times)
packetvb
Guest
[RESOLVED] debug build with MS Visual Toolkit
«
on:
February 18, 2006, 03:06:49 am »
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.
«
Last Edit: February 18, 2006, 04:42:56 am by packetvb
»
Logged
packetvb
Guest
Re: debug build with MS Visual Toolkit
«
Reply #1 on:
February 18, 2006, 04:42:07 am »
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.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
[RESOLVED] debug build with MS Visual Toolkit