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?

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

Alex
Fri Oct 07 14:00:55 CDT 2005

The only approach I can suggest is this:
http://www.alexfeinman.com/Articles/PInvoke-Debugging/PIDebug.htm

SInce you are on PPC2002, you will need to build the launcher yourself. Here
is the source:
http://www.alexfeinman.com/download.asp?doc=CFLauncher_Src.zip
I don't think I have any evc4 dependencies

"mb" <sunitabalakrishna@gmail.com> wrote in message
news:1128642123.575058.275440@g44g2000cwa.googlegroups.com...
>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?
>


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

mb
Mon Oct 10 16:46:25 CDT 2005

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.


Alex Feinman [MVP] wrote:
> The only approach I can suggest is this:
> http://www.alexfeinman.com/Articles/PInvoke-Debugging/PIDebug.htm
>
> SInce you are on PPC2002, you will need to build the launcher yourself. Here
> is the source:
> http://www.alexfeinman.com/download.asp?doc=CFLauncher_Src.zip
> I don't think I have any evc4 dependencies
>
> "mb" <sunitabalakrishna@gmail.com> wrote in message
> news:1128642123.575058.275440@g44g2000cwa.googlegroups.com...
> >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?
> >