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

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.

?
 
P

Paul G. Tobey [eMVP]

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.
 

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