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

  • Thread starter Thread starter wiredless
  • Start date Start date
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
 
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.
 
Back
Top