R
Roy Chastain
I am writing a small application that I would like to run on both a desktop system and a Pocket PC. The heart of the application can be
made into a control that can be displayed on the main form of the respective applications.
I have discovered that this is not a simple as it sounded. I created a solution with 3 projects.
Desktop Main project
Mobile Main project
Common Control
As it turns out the Common Control compiles for the Desktop app and run, but will not compile for the Mobile app. References to System.Byte
are a problem, even though I don't have any in my code.
Does anyone have any words of wisdom on how to share source code between Mobile and Desktop apps?
Thanks
made into a control that can be displayed on the main form of the respective applications.
I have discovered that this is not a simple as it sounded. I created a solution with 3 projects.
Desktop Main project
Mobile Main project
Common Control
As it turns out the Common Control compiles for the Desktop app and run, but will not compile for the Mobile app. References to System.Byte
are a problem, even though I don't have any in my code.
Does anyone have any words of wisdom on how to share source code between Mobile and Desktop apps?
Thanks