Michael
Thu Feb 05 07:31:23 CST 2004
Sure you can, with eVC 4.0. Just build with eVC 3.0, use ActiveSync
Explorer or Remote File Viewer to deploy the application, and then, in eVC
4.0, open the executable "project". I.e. use File\Open Workspace, browse
for the folder the .exe is built into, put *.exe in the filter, and select
the executable.
You'll have to manually open the source code files to set any initial
breakpoints (i.e. the source files won't show up in the workspace), but it
works fine. If you find you have to make source code changes, stop
debugging, switch back to eVC 3.0 project, make the changes, re-build and
deploy.
--
Michael Salamone [eMVP]
Entrek Software, Inc.
www.entrek.com
"Justin" <Justin@PlaysafeMonitoring.com> wrote in message
news:e$y0NO%236DHA.2656@TK2MSFTNGP11.phx.gbl...
>
> Bear in mind you wont be able to debug or download your application to the
> PPC 2003 device if you are using eVC 3.0.
>
> "Nicholas Tsipanov" <nicholas_NO_SPAM@softspb.com> wrote in message
> news:ekQeKt96DHA.2748@TK2MSFTNGP09.phx.gbl...
> > Hi,
> >
> > pedro wrote:
> > > I have to continue an application quite complex built in
> > > PPC 2002.
> > > What should I do, continuing programming in evc ++ 3.0 or
> > > changing to evc++ 4.0 for PPC 2003?
> > >
> > If you plan to support both 2002 and 2003 then I would suggest to use
> > evc3.0 definitely. You will have you project (mostly) working and
> > installable on Pocket PC 2002 and Pocket PC 2003. There are some
> > differences though, but most of them concern very specific things like
> > context menu extension in File Explorer or some API differences
> > (like one described in
> >
http://www.pocketpcdn.com/articles/listctrlreddots.html)
> > And you forcingly won't use things not supported on Pocket PC 2002
> > to save compatibility.
> >
> > > I think that if I decided to change there would be some
> > > problems to make the projects compatible. Which are the
> > > steps to take in this case?
> > Simply create a blank new project with the same name and of the same
> > type as your project has. Then copy the Project.vcp file to the folder
> > of your project with the name like Project_evc4.vcp. Open it with EVC4.0
> > and add missing files.
> >
> > > Thank you very much.
> > SY, Nicholas
> > >
> > >
> >
>
>