wce300 or wce400

A

AAA

hi,

some simple question, and hope someone can guide me !!!

how can I know that if my handheld platform is run on WCE300 or WCE400 ?

I knew this is the directory that stored all the necessary files for
different platform of handhelds
...\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows
CE

but when choosing the right cab file, I just not sure which one is the most
suitable one.

1.may I know what is the different between WCE 300 / WCE 400 ? how to
determine if my handheld is 300 or 400
2.may I know what is the correct processor type for most
dell/compaq/hq/acer/symbol handheld. there are a lot of handhelds out there.
how can I know which processor type i need to choose for ?
Dell Xscale ? what processor type ?
Compaq Samsung SC32442 processor ? what processor type ?
Intel PX 270 processor ? what processor type ?

Or is it all processor run on Pocket PC 2002/2003 or later are ARM processor
type ? pls clerify for me

3. armv4, armv4t, mips16, mipsii, mipsii_fp, mipsiv, sh3, sh4,x86 ? those
processor are for what kind of handheld ?
pls guide me.

thank you very much

Regards
 
K

Knight

Regarding the processor type , you can get some help from the OpenNETCF
code (framework). This uses a call to get the processor type for
getting process infos etc. Can check that.
I guess the compatibility of WCE 300 / 400 is based on the OS. Based on
that you can make out ..
 
R

r_z_aret

hi,

some simple question, and hope someone can guide me !!!

how can I know that if my handheld platform is run on WCE300 or WCE400 ?

I knew this is the directory that stored all the necessary files for
different platform of handhelds
..\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\v1.0.5000\Windows
CE

but when choosing the right cab file, I just not sure which one is the most
suitable one.

Many of these issues can be addressed by modifying the inf files used
to create the CAB files. The VersionMin and VersionMax lines can
restrict a CAB file by operating system version (3.00 vs 4.xx). The
ProcessorType line is required and restricts a CAB by CPU

I infer you are trying to create a setup utility that runs on a
_desktop_. If modifying the inf files is not sufficient, you can write
a program that reads the registry on the _desktop_ to get such
information. See a 7 Feb 05 contribution by Peter Foot to a thread
called "How can I tell which OS Platform a CE device is using?" in
microsoft.public.pocketpc.developer.

1.may I know what is the different between WCE 300 / WCE 400 ? how to
determine if my handheld is 300 or 400
2.may I know what is the correct processor type for most
dell/compaq/hq/acer/symbol handheld. there are a lot of handhelds out there.
how can I know which processor type i need to choose for ?
Dell Xscale ? what processor type ?
Compaq Samsung SC32442 processor ? what processor type ?
Intel PX 270 processor ? what processor type ?

Or is it all processor run on Pocket PC 2002/2003 or later are ARM processor
type ? pls clerify for me

Microsoft defines the Pocket PC platforms (2000, 2002, 2003, ...). The
specifications include restriction to ARM-compatible CPUs (i.e. _all_
Pocket PCs run ARM-compatible CPUs).
3. armv4, armv4t, mips16, mipsii, mipsii_fp, mipsiv, sh3, sh4,x86 ? those
processor are for what kind of handheld ?
pls guide me.

thank you very much

Regards

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top