WIN CE.NET

C

Chris Lurner

Hi all ,
I need to understand the basic of CE.NET .

It is builded with .NetFramework ?

Can I run windows XP application in CE.NET ?

Best Regard
ChL.
 
P

Peter Foot [MVP]

Take a look at this FAQ article for an explanation of the difference between
Windows CE.NET and the .NET Compact Framework -
http://beta.opennetcf.org/forums/topic.asp?TOPIC_ID=220.

You cannot run applications compiled for Windows XP on CE.NET. In many cases
you can run a .NET Compact Framework application on a Windows XP machine
(with some exceptions) because the .NET Compact Framework is a subset of the
full framework.

Peter
 
P

Peter Foot [MVP]

Take a look at this FAQ article for an explanation of the difference between
Windows CE.NET and the .NET Compact Framework -
http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=220.

You cannot run applications compiled for Windows XP on CE.NET. In many cases
you can run a .NET Compact Framework application on a Windows XP machine
(with some exceptions) because the .NET Compact Framework is a subset of the
full framework.

Peter
 
C

Chris Lurner

Hi Peter, thank for you answer !

I have other question :
I have an ActiveX developed for PPC2002 .

It work well on PPC2002.

Are compatible PPC2002 application with WIN.CE ?

Crh.
 
P

Peter Foot [MVP]

If you are intending to use the control within a .NET Compact Framework
application then you will need to either write a native wrapper dll yourself
to enable you to call the functionality from .NETCF, or you could use a
product such as Odyssey's CFCOM.

Peter
 

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