|
From: Amirallia on 30 Jun 2008 05:52 Hi ! It's possible to run an PocketPC2003 application developped with VS.net 2003 on a WinCE. net 5.0 device ? If not, what can I do ? Must I convert my project to VS.net 2005 Thanks for you answer!
From: Marc Ambrosius on 30 Jun 2008 08:13 Amirallia schrieb: > It's possible to run an PocketPC2003 application developped with VS.net > 2003 on a WinCE. net 5.0 device ? > > If not, what can I do ? Must I convert my project to VS.net 2005 It depends, it may run, but maybe it looks a bit strange. Is it .NET CF 1.0? If it does not work as expected, it will be the best to get VS 2005 or 2008 and the Windows Mobile 5.0 SDK and convert your project. Marc
From: Simon Hart [MVP] on 30 Jun 2008 14:23 Yes it is possible. Although from a developer story, I can't remember for sure, but I don't *think* the Win CE 5.0 emulators work directly with VS 2003. For your info: you can target CF 1.0 and CF 2.0 apps in VS 2005. VS 2008 you can support CF 2.0 and CF 3.5 apps. -- Simon Hart Visual Developer - Device Application Development MVP http://simonrhart.blogspot.com "Amirallia" wrote: > Hi ! > > It's possible to run an PocketPC2003 application developped with VS.net > 2003 on a WinCE. net 5.0 device ? > > If not, what can I do ? Must I convert my project to VS.net 2005 > > Thanks for you answer! > > >
From: chrkon on 1 Jul 2008 19:01 Hello Simon, You are right. CF 1.0 application are running well on most CF 2.0 devices. We had developed a special application for industrial measurements with the CF1.0 and the OpenNETCF framework. The program controls the measurement device via RS232 and/or Bluetooth. Many thanks to the programmers of the OpenNETCF framework! Our application is running without any problems on newer Windows Mobile Systems. But in both cases the Handhelds are Pocket PCs. It is a big difference between PocketPC and WinCE devices. Not only the position of the main menu (top / bottom)... But Simon, you are wrong in one issue. VS 2005 can not create CF 1.0 applications! We have made our application with the Visual Studio 2003. And now we will use VS2008 for our Desktop software. But for the PocketPC we still use Visual 2003 because the software must run on the old hardware with the CF 1.0 ! Kind regards, Christof Konstantinopoulos (Germany) "Simon Hart [MVP]" wrote: > Yes it is possible. Although from a developer story, I can't remember for > sure, but I don't *think* the Win CE 5.0 emulators work directly with VS 2003. > > For your info: you can target CF 1.0 and CF 2.0 apps in VS 2005. VS 2008 you > can support CF 2.0 and CF 3.5 apps. > -- > Simon Hart > Visual Developer - Device Application Development MVP > http://simonrhart.blogspot.com > > > "Amirallia" wrote: > > > Hi ! > > > > It's possible to run an PocketPC2003 application developped with VS.net > > 2003 on a WinCE. net 5.0 device ? > > > > If not, what can I do ? Must I convert my project to VS.net 2005 > > > > Thanks for you answer! > > > > > >
From: "Paul G. Tobey [eMVP]" p space tobey no spam AT no instrument no spam DOT on 1 Jul 2008 19:08 Sure it will. In the "Windows CE 5.0" case, it always creates a 2.0 application, but you can select Pocket PC 2003 and choose "Device Application (1.0)", with no problems (and modify that for your Windows CE device's layout, if you need to). Paul T. "chrkon" <chrkon(a)discussions.microsoft.com> wrote in message news:6C153F3F-4721-493A-B7E9-9DC265A353FF(a)microsoft.com... > Hello Simon, > > You are right. CF 1.0 application are running well on most CF 2.0 devices. > We had developed a special application for industrial measurements with > the > CF1.0 and the OpenNETCF framework. The program controls the measurement > device via RS232 and/or Bluetooth. Many thanks to the programmers of the > OpenNETCF framework! > > Our application is running without any problems on newer Windows Mobile > Systems. But in both cases the Handhelds are Pocket PCs. It is a big > difference between PocketPC and WinCE devices. Not only the position of > the > main menu (top / bottom)... > > But Simon, you are wrong in one issue. VS 2005 can not create CF 1.0 > applications! > We have made our application with the Visual Studio 2003. And now we will > use VS2008 for our Desktop software. But for the PocketPC we still use > Visual > 2003 because the software must run on the old hardware with the CF 1.0 ! > > Kind regards, > > Christof Konstantinopoulos > (Germany) > > "Simon Hart [MVP]" wrote: > >> Yes it is possible. Although from a developer story, I can't remember for >> sure, but I don't *think* the Win CE 5.0 emulators work directly with VS >> 2003. >> >> For your info: you can target CF 1.0 and CF 2.0 apps in VS 2005. VS 2008 >> you >> can support CF 2.0 and CF 3.5 apps. >> -- >> Simon Hart >> Visual Developer - Device Application Development MVP >> http://simonrhart.blogspot.com >> >> >> "Amirallia" wrote: >> >> > Hi ! >> > >> > It's possible to run an PocketPC2003 application developped with VS.net >> > 2003 on a WinCE. net 5.0 device ? >> > >> > If not, what can I do ? Must I convert my project to VS.net 2005 >> > >> > Thanks for you answer! >> > >> > >> >
|
Next
|
Last
Pages: 1 2 Prev: How to prevent SELECTION by user, in TEXTBOX ? Next: New Fourm on dotnet |