Once in a while people are asking if it is possible to debug an unmanaged
DLL that is built to support a .Net CF project via P/Invoke. Specifying the
managed executable as a debug target in eVC does not work. I've put together
a launcher application that can be used as a debug target and internally
will execute your managed code, so that the debugging session is possible.
Please note that this is a beta code that also relies on some knowledge of
..Net CF runtime internals. As a result it might not work under some
circumstances. The launcher is provided in two flavours - both compiled for
WM2003 - ARMV4 and x86
The article is available at:
http://www.opennetcf.org/Articles/pi...ng/pidebug.asp
I would appreciate feedback as usually.
Alex Feinman
opennetcf.rog