From: neeraj.krishna on 20 Sep 2006 02:58 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
From: r_z_aret on 20 Sep 2006 16:26 On 19 Sep 2006 23:58:34 -0700, neeraj.krishna(a)gmail.com wrote: >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
|
Pages: 1 Prev: Notification bubble position in WM5 Next: eVC4 to VS 2005 Migration DoModal() failure |