Log in

View Full Version : No pocket pc 2003 emulator on embedded visual basic 3?


tonyClifton
07-03-2005, 11:51 AM
Hi,

I have installed the embedded visual tools, and I also have installed the Microsoft Pocket PC 2003 SDK, but I only have availabel in the plataform manager the pocket pc 2002 emulator.

So the problem is when I try to create a menu bar I get the following error message in the emulator: "The control MenuBar1 ({Some HEX numbers}) could not be created". I guess this is a problem of the pocket pc 2002? How can I add the pocket pc 2003 emulator in the plataform manager?

Thx in advance[/img]

Peter Foot
07-03-2005, 05:10 PM
Why you can run most eVB applications on PPC2003, you won't be able to on future generations of the platform (WM5.0 and onwards) as it's no longer supported. eVB only supports debugging through the PPC2000/2002 emulator or device.
A suggestion would be to look at using VB.NET instead, for example you can get hold of the Visual Studio 2005 Beta to try out it's functionality.

Peter