Running the same executable on both windows CE and "normal" windows platforms

O

oen99001

Hi,

I going to develop a GUI application that will run on windows CE
primarily but it should also be executed on "normal" windows platforms.
My question is therefore if it is possible to delevop a GUI application
with Compact Framework (using a Smart Device project) and then run that
executable on a "normal" windows platform? Or do I have to make another
project using the same code for "normal" windows or isn't even that
possible? I have found a course homepage that run a very simple GUI
application made for Pocket PC in windows XP. The adress is
http://aass.oru.se/~tpy/pda/2005-2006-p12/lektioner/lektion-06/index.html
(swedish homepage). The problem is that everyone else I have talk to
says that is wont be possible to do that. Is there anyone here that
have tried doing this or am I braking new ground here? :)

/Ola E
 
P

Paul G. Tobey [eMVP]

Yes, that is possible. Whether it's a good idea or not may be another
matter. Since it's built for a small device with a small screen, you'd have
to build the code to adjust that to run on the desktop machine (or have the
smallest window in the history of Windows XP). If the UI isn't that
extensive, I think it's a waste of time to try to make one set of code to
run on such different platforms. If you've got network code that the
application runs, you should be able to easily move that back and forth, so
you're keeping the business logic part of the code common...

Paul T.
 

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