Arm-Xscale processor.. What do I choose in VS2003 for the Processo

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The device I am using is has a Intel Arm-Xscale processor, Which processor do
I choose in the List from Visual Studio 2003


thanks
 
Since you are using VS2003, you must be using the netcf so your code doesn't
care about the cpu type.

Not sure where you are prompted to choose a processor but you should go for
arm4.

Cheers
Daniel
 
Under Tools > Select Windows Device CE CPU....

The program works on a version of CE 4.1, but this unit has 4.2 and this
Xscale processor. And I have getting nothing when I try to connect to the
device. ]

Does it matter that the connect is BlueTooth ActiveSync?
 
Search for the "Smart Device Authentication Utility" which is the best way
of connecting to custom WinCE devices.

Cheers
Daniel
--
http://www.danielmoth.com/Blog/


Bill S said:
Under Tools > Select Windows Device CE CPU....

The program works on a version of CE 4.1, but this unit has 4.2 and this
Xscale processor. And I have getting nothing when I try to connect to the
device. ]

Does it matter that the connect is BlueTooth ActiveSync?




Daniel Moth said:
Since you are using VS2003, you must be using the netcf so your code
doesn't
care about the cpu type.

Not sure where you are prompted to choose a processor but you should go
for
arm4.

Cheers
Daniel
 
Back
Top