How to debug a evc 3.0 dll that is p/invoked from a c# app?

  • Thread starter Thread starter mb
  • Start date Start date
M

mb

I have a evc 3.0 dll that is used by a c# app running on a Pocket PC
2002 device. I would like to debug the c++ dll but setting the local
and remote executable to the c# exe does not work. I get an error
"remote executable not found".

What should the setting be?
 
Thanks Alex. I hve used CFLauncher for CE 4.2 and it has been very
helpful. For PPC 2002, apart from creating a new project workspace, the
only change I did was commenting out the call to CeSetProcessVersion,
as this is supported only CE 4.2 onwards.
 
Back
Top