check out this article
http://www.opennetcf.org/Articles/pi...ng/pidebug.asp. It may help
out.
---
Mark Arteaga
..NET Compact Framework MVP
www.neotericsdc.com
"troy anderson" wrote:
> 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
>
>
>