CF.NET native for ARM

  • Thread starter Thread starter Frenk
  • Start date Start date
F

Frenk

Hi,
is there any solution that would compile CF.NET app with framework to
ARM(same as salemander for x86)? I woul dlike to distribute app. as a single
exe applicaton.
Rgds,
Frenk
 
No, there isn't a way to do this. Depending on your target device the .NETCF
runtime may already be in ROM so you can distribute just your managed .exe.
Otherwise you'll have to look at developing in native code.

Peter

--
Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - software solutions for a mobile world
In The Hand Ltd - .NET Components for Mobility
 
What about any 3-party product?
Rgds,
Frenk

Peter Foot said:
No, there isn't a way to do this. Depending on your target device the
.NETCF runtime may already be in ROM so you can distribute just your
managed .exe. Otherwise you'll have to look at developing in native code.

Peter

--
Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - software solutions for a mobile world
In The Hand Ltd - .NET Components for Mobility
 
Not at all that I am aware of for device applications.

Peter

--
Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - software solutions for a mobile world
In The Hand Ltd - .NET Components for Mobility
 
Back
Top