Thank you very much for the responses to my question,

The problem that I have now is this:
-I have only installed evc++ 4.0.
-The project I'd like to improve is built with evc++ 3.0.
-If I open this project in evc++ 4.0 I only can select as
options of configuration win32[WCE x86]Debug and Release.
However what I need for my ipaq 3970 is an ARM processor.
Furthermore,when I want to change the active platform,
standardSDK_420 is the only CE Platform supported (pocket
pc 2003 doesn't appear).
I have found out that it is possible to add a new
configuration but I don't know very well how.
-When someone says a blank new project, does it mean a
blank workspace?
-And finally, are ARM and ARMv4 suitable for an ipaq 3970?
It seems that Pocket PC 2002 uses ARM and Pocket PC ARMv4.

Thank you very much for your help

RE: ARM or ARMv4 ? by anonymous

anonymous
Fri Feb 06 09:26:06 CST 2004

When opening projects in evc4 and were created with evc3 you need to add new configuration from existing x86 configuration. You'll also need to change machine type in "project settings->link" from ix86 to ARM. Then you see PocketPC 2003 configuration with ARMv4 processor.
Projects you compile in evc4 don't run on PocketPC 2002.

best regards,
Bostjan


Re: ARM or ARMv4 ? by Ricardo

Ricardo
Fri Feb 13 10:10:28 CST 2004

If you want to do that way (opening directly vcw) you have to do the
following:

1. delete the files .vco, .vcb, .vcl
2. Open .vcp in notepad and do the following:
2.1. Replace "ARM)" ocorrences by "ARMv4)"
2.2 Replace "0x8501" by "0xa301"
3. Open .vcw in notepad and replace "Version 3.00" by "Version 4.00"

Then open the project in eVC4 and everything works correctly.

Ricardo Ferreira


"Pedro" <anonymous@discussions.microsoft.com> wrote in message
news:b15901c3ec15$c379e5c0$a501280a@phx.gbl...
> Thank you very much for the responses to my question,
>
> The problem that I have now is this:
> -I have only installed evc++ 4.0.
> -The project I'd like to improve is built with evc++ 3.0.
> -If I open this project in evc++ 4.0 I only can select as
> options of configuration win32[WCE x86]Debug and Release.
> However what I need for my ipaq 3970 is an ARM processor.
> Furthermore,when I want to change the active platform,
> standardSDK_420 is the only CE Platform supported (pocket
> pc 2003 doesn't appear).
> I have found out that it is possible to add a new
> configuration but I don't know very well how.
> -When someone says a blank new project, does it mean a
> blank workspace?
> -And finally, are ARM and ARMv4 suitable for an ipaq 3970?
> It seems that Pocket PC 2002 uses ARM and Pocket PC ARMv4.
>
> Thank you very much for your help