Hi. I have an app that is compatible ith PPC 2002 but may need to utilize devices in the near future that only advertise support for Win Mobile 2003 for PPC. I heard any such PPC 2002 app needs to be completely re-written to operate under Win Mobile 2003 for PPC?

Is this true? Any info ASAP would be appreciated!

-HD

Re: Win PPC 2002 vs. Win Mobile 2003 for PPC? by Maarten

Maarten
Wed Jul 07 02:48:49 CDT 2004

It's not a matter of completely rewriting the application, although it might
depend on the programming language you are using. If you are using eVC 3.0
right now, you need to use eVC 4.0 for the PPC 2003 version of your
application. This can simply be done by creating an empty project under eVC
4.0 and adding all your existing source files into that project.

If you are currently using eVB there might be a need to rewrite your
application, since eVB is at the end of its life.

If you are using managed code right now, either Visual Basic.NET or C#, you
will be best off, since your application is going to run on both devices
with no problems, thanks to the platform independence of the .NET CF.

--
Regards,

Maarten Struys, eMVP
PTS Software bv

www.opennetcf.org | www.dotnetfordevices.com

-----------------------------------------
Interested in the real-time behavior of the .NET CF? Join us today betweeb
11,00 AM and 12.30 PM PST for a Webcast on MSDN about that subject. More
information on:
http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032254381&Culture=en-US.
-----------------------------------------

"HD" <HD@discussions.microsoft.com> wrote in message
news:1A191DA0-E065-4C76-895C-276A311CE594@microsoft.com...
> Hi. I have an app that is compatible ith PPC 2002 but may need to utilize
devices in the near future that only advertise support for Win Mobile 2003
for PPC. I heard any such PPC 2002 app needs to be completely re-written to
operate under Win Mobile 2003 for PPC?
>
> Is this true? Any info ASAP would be appreciated!
>
> -HD