CF.NET native for ARM

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
 
P

Peter Foot

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
 
F

Frenk

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
 
P

Peter Foot

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
 

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