The CAB itself can target a specific processor, but you're right, the EXE
itself doesn't care. The runtimes are a different story - they are
processor dependent.
--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net
"Boris Nienke" <(E-Mail Removed)> wrote in message
news:590z2uuerdpm.18xktuffp814e$.(E-Mail Removed)...
> Hi,
>
> thinking about the differnt CAB-Files that are created i wonder why there
> are different CABs needed for the processortypes...
>
> i thought, that the software is .NET now! So if you build an application
> (without bundling it with the CF-Installation) shouldn't the EXE run on
> EVERY computer with a .NET-Framework installed?
>
> i have written a small display-test application (switching colors, drawing
> lines pixels etc.) - this EXE (from the ARM CAB-File) is running fine on a
> P4 computer with .NET installed.
>
> So: WHY are there CAB-Files for MIPS, X86, ... etc?
>
> Boris