Develop application compatable to CE and XP

  • Thread starter Thread starter chandu
  • Start date Start date
C

chandu

Hai ,

i want to develop a project which can run on WINCE 5.0 device and XP normal
system.

which project i have to select or any option to compile on two platforms..

at present i created a project using normal dotnet framework. how to change
the build option to compile with CompactFramework .

thanks
 
"chandu" <[email protected]> a écrit dans le message de (e-mail address removed)...

| i want to develop a project which can run on WINCE 5.0 device and XP
normal
| system.
|
| which project i have to select or any option to compile on two platforms..
|
| at present i created a project using normal dotnet framework. how to
change
| the build option to compile with CompactFramework .

This is neither possible nor advisable. There are more differences than you
imagine: things like no mouse on CE, close doesn't close it only hides, How
do you design one form that fits both 800x600 and 350x240, etc.

Joanna
 
We are doing something similar for our product. At the best you can do some
non-UI code sharing between the 2. That is also very limited. They have to
be 2 different projects

VJ
 

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

Back
Top