DebugBreak Linker Error

N

neeraj.krishna

Hi,
I am using DebugBreak in my C Code. I compiled with Visual
Studio 2005 compiler for arm present in the directory \Program
Files\Microsoft Visual Studio 8\VC\ce\bin\x86_arm. But I get the linker
error:

error LNK2019: unresolved external symbol DebugBreak referenced

I have added this to the LIB path: \Program Files\Windows CE
Tools\wce420\POCKET PC 2003\Lib\Armv4;

Still I am getting the error??
Regards,
Neeraj Krishna
 
R

r_z_aret

Hi,
I am using DebugBreak in my C Code. I compiled with Visual
Studio 2005 compiler for arm present in the directory \Program
Files\Microsoft Visual Studio 8\VC\ce\bin\x86_arm. But I get the linker
error:

error LNK2019: unresolved external symbol DebugBreak referenced

I have added this to the LIB path: \Program Files\Windows CE
Tools\wce420\POCKET PC 2003\Lib\Armv4;

Are you sure you've included the appropriate library (.lib) file in
Project->Settings->Link->Object/library modules? The descriptions in
MSDN Library (AKA F1 Help) for functions often include the required
library.

For eVC, this function seems to be in one of the common libraries that
are searched by default. So I'm a bit surprised you're having trouble.
Perhaps you checked the box for "Ignore all default libraries"; it you
did, try unchecking it.

Still I am getting the error??
Regards,
Neeraj Krishna

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top