M
Mike
Hi,
I have a C# CF application that I would like to also execute on
regular Windows. It has some API calls in it so I have already #def'd
these so they will only apply when running against the CF.
With the previous version, I ended up creating new windows forms and
then cut and pasting the code from the CF version into the new forms -
this was laborious at best and then I ended up with two source bases
to fix bugs in etc. If I try to open the CF forms in a windows
project, Visual Studio complains alot about the resx files so I assume
there is CF specific tags in the form defintions.
Has anyone got any advice as to the best way to migrate a C# CF
application source base to regular Windows? Even better would be
having source code that runs on both platforms so I can just maintain
one version....
Many thanks
Mike
I have a C# CF application that I would like to also execute on
regular Windows. It has some API calls in it so I have already #def'd
these so they will only apply when running against the CF.
With the previous version, I ended up creating new windows forms and
then cut and pasting the code from the CF version into the new forms -
this was laborious at best and then I ended up with two source bases
to fix bugs in etc. If I try to open the CF forms in a windows
project, Visual Studio complains alot about the resx files so I assume
there is CF specific tags in the form defintions.
Has anyone got any advice as to the best way to migrate a C# CF
application source base to regular Windows? Even better would be
having source code that runs on both platforms so I can just maintain
one version....
Many thanks
Mike