how to step through code when debuging a dll in a VS .net CF application

  • Thread starter Thread starter wiredless
  • Start date Start date
W

wiredless

Hi,

I have 1 C++ project that builds as an exe. I have 1 c++ dll project of
various functions.

I added the dll project to the c++ exe solution and referenced the c++ dll
project from the c++ exe project. Everything compiles ok. however when i try
to debug the c++ dll code it doesnt stop on any breakpoints. the code in the
exe just steps over the call to the c++ library function.

?
 
You cannot use C++ with managed code on Windows CE and you can't develop
unmanaged code with it, at this point. I responded separtely to your other
post! Please stop posting the same question over and over!

Paul T.
 
Back
Top