debug native dll called from C# compact framework application on pocket pc 2003 emulator

I

Ike Starnes

I have created a WinCE native DLL using EVC4. I call that dll from a C#
compact framework
application written using VS.Net 2003. How can I debug the dll.
If I run the emulator from inside the EVC4 IDE, then I can't "connect" to it
from
the VS.Net 2003 IDE, and vice versa. Has anyone else tried to do this?

Ike Starnes
 
G

Guest

You cannot debug the DLL when it's called from C#. You can use MessageBoxes
in the C++ dll or output some debug statements to a textfile. I think there
is also a way to have EVC to run your application if it's on the device but
I'm not 100% sure.
 

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