PC Review


Reply
Thread Tools Rate Thread

about CPU processor type

 
 
dotnet[nothing]
Guest
Posts: n/a
 
      25th Jul 2003
Before I use vs.net2003,I try eVc3.
When I use eVC3,I need select CPU type,e.g:ARM,x86.I don't find the option
on vs.net2003 now.
Please help me,and thanks.


 
Reply With Quote
 
 
 
 
Tim Wilson [MVP]
Guest
Posts: n/a
 
      25th Jul 2003
You don't need to. DotNet assemblies are MSIL code which is an intermediate
language that is independent of the underlying architecture (ARM, SH3, X86,
etc.). This code will get Just-In-Time compiled by the Common Language
Runtime when you run the application on the target device. It is at this
point that the code is compiled to the native (architecture dependent) form.

So the bottom line is that you don't really need to worry about this with
..Net. You just need to distribute the correct Compact Framework CAB file
when you install the application. But when deploying through VS.Net 2003
this is taken care of for you.

--
Tim Wilson
Windows Embedded MVP

"dotnet[nothing]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Before I use vs.net2003,I try eVc3.
> When I use eVC3,I need select CPU type,e.g:ARM,x86.I don't find the option
> on vs.net2003 now.
> Please help me,and thanks.
>
>



 
Reply With Quote
 
dotnet[nothing]
Guest
Posts: n/a
 
      25th Jul 2003
Thanks for Wilson's helps.
I need distribute the correct Compact Framework CAB file.Where is it?
When the machine use ARM CPU,which file do I use?
When the machine use Xscale,which file do I use?
Thanks.


 
Reply With Quote
 
Tim Wilson [MVP]
Guest
Posts: n/a
 
      25th Jul 2003
<VS.Net 2003 install location>\CompactFrameworkSDK\v1.0.5000\Windows
CE\wce300\arm\netcf.core.ppc3.ARM.cab

XScale is based on ARM so you use the same CAB file.

--
Tim Wilson
Windows Embedded MVP

"dotnet[nothing]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks for Wilson's helps.
> I need distribute the correct Compact Framework CAB file.Where is it?
> When the machine use ARM CPU,which file do I use?
> When the machine use Xscale,which file do I use?
> Thanks.
>
>



 
Reply With Quote
 
dotnet[nothing]
Guest
Posts: n/a
 
      25th Jul 2003
Thanks for Wilson's helps.

I have understood,and thanks.
please answer the following question:
>I don't know user's ppc os is ppc2002 or wince.net,Do I need make two

release version?


 
Reply With Quote
 
Peter Foot [MVP]
Guest
Posts: n/a
 
      25th Jul 2003
The Pocket PC configuration in Visual Studio supports all Pocket PC devices
whether 2000/2002/2003 so you don't need to know the OS version as long as
you know it is a ppc.

If you want to support generic Windows CE.NET devices as well as Pocket PC,
you can build your project using the Windows CE.NET configuration in VS.NET
and target all .NETCF supported platforms. You will then need to either add
code to layout your UI controls at runtime based on the screen size (using
the Screen object). Or separate your UI code into a separate assembly. That
way you can code a single codebase for all your program logic then provide a
very thin UI layer on top which is specific to a particular device type.

Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
Handheld Interactive Reference Guides


"dotnet[nothing]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks for Wilson's helps.
>
> I have understood,and thanks.
> please answer the following question:
> >I don't know user's ppc os is ppc2002 or wince.net,Do I need make two

> release version?
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Processor type Sam Windows XP Embedded 0 19th Dec 2003 09:01 AM
Processor type Aris Microsoft Dot NET Compact Framework 1 20th Nov 2003 09:33 AM
Re: Processor Type Andrew Morton Microsoft Windows 2000 1 30th Oct 2003 11:25 PM
Re: Processor Type Rick Microsoft Windows 2000 0 30th Oct 2003 04:22 PM
Processor type Mihai Virtosu Microsoft Dot NET Compact Framework 1 14th Aug 2003 04:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:22 AM.