Debugging Unmnaged code?

T

troy anderson

How do you debug unmanaged DLL's imported into CompactFramework? I have
tried to enable Debugging unmanaged on project Properties but it is grayed;
I surmise this is not supported for CompactFramework. Then I tried to run
the managed application that imports my DLL in eVC++. These are the steps:
-) Load the DLL's project into eVC++
-) Set my breakpoint in the DLL source code
-) Define the managed application (CompactFramework) application as the EXE
to launch for debugging (Settings->Debug tab)
-) Start the application via F5.

The application starts on the device but the eVC++ env does not respond. I
never hit my breakpoint but I know the code is executed because the
application shows this. When I exit the application eVC++ starts to respond
again. I am running with SP4 of eVC++ and SP2 of CompactFramework.

Thanks
 

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