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

W

wiredless

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
 
P

Paul G. Tobey [eMVP]

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.
 

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