PC Review


Reply
Thread Tools Rate Thread

Cant debug (step into) dll code using VS .net :(

 
 
wiredless
Guest
Posts: n/a
 
      8th Sep 2004
Hi,

I have an exe project and a c++ dll (function library) project. I added the
dll project to the c++ exe solution and added a reference to the dll. I
would like to step into the dll code from the exe code but the debuger just
steps over the call and doesn't break in the c++ code at the breakpoint

Any advice?

Thanks


 
Reply With Quote
 
 
 
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      8th Sep 2004
Sounds like the RETAIL, not the DEBUG, version of the DLL is on the device,
if you are using eVC for all of this. If you are really talking about
VS.NET, you can't use VS.NET/C++ for Windows CE development. Managed C++ is
not supported and native C++ is not in VS.NET...

Paul T.

"wiredless" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I have an exe project and a c++ dll (function library) project. I added
> the
> dll project to the c++ exe solution and added a reference to the dll. I
> would like to step into the dll code from the exe code but the debuger
> just
> steps over the call and doesn't break in the c++ code at the breakpoint
>
> Any advice?
>
> Thanks
>
>



 
Reply With Quote
 
Alex Feinman [MVP]
Guest
Posts: n/a
 
      8th Sep 2004
There are two confilcting statements: "c++ exe solution" and "VS.NET". Do
you mean C# exe solution? If so, you need to use the eVC as your debugger
and follow the instructions in my article here:

http://www.alexfeinman.com/articles/...ng/PIDebug.htm

--
Alex Feinman
---
Visit http://www.opennetcf.org
"wiredless" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I have an exe project and a c++ dll (function library) project. I added
> the
> dll project to the c++ exe solution and added a reference to the dll. I
> would like to step into the dll code from the exe code but the debuger
> just
> steps over the call and doesn't break in the c++ code at the breakpoint
>
> Any advice?
>
> Thanks
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
debug step in and step out in vb.2005 martin1 Microsoft VB .NET 2 12th Feb 2008 03:18 PM
step out and step in do not show on the Visual studio 2005 debug m =?Utf-8?B?bWFydGluMQ==?= Microsoft VB .NET 0 30th Aug 2007 08:56 PM
BeginReceive return zero length buffer when run ,and work correctly when use step by step debug mode Daniel Microsoft C# .NET 22 21st Sep 2006 02:26 PM
debug - step by step =?Utf-8?B?RnJhbms=?= Microsoft VB .NET 4 11th Sep 2005 12:57 PM
REQ: Practice code/files for Microsoft ADO.Net Step By Step - Please Microsoft ADO .NET 0 23rd Jun 2005 01:25 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:16 AM.