A
a b
I hope this isn't one of those stupid questions everyone laughs at me
about
I have an application written in C#, .NET Compact Framework, for the
Pocket PC. I want to recompile it so it can run on my desktop
(actually, I'm going to target a Tablet PC in the future if there's a
difference, but I figured until I get that device, I'll try this to get
a feel for how the conversion works.)
I looked for that as a target, and not surprisingly didn't find one. So
I made a new application and copied my existing source code over but it
won't work because there are elements of the .resx files which appear
very specific to the CF.
Is there a common way of doing what I'm trying to do? I thought I had
seen that one of the cool things about using the CF is that it can be
compiled using the full Framework since it is a subset with little or no
changes.
about
I have an application written in C#, .NET Compact Framework, for the
Pocket PC. I want to recompile it so it can run on my desktop
(actually, I'm going to target a Tablet PC in the future if there's a
difference, but I figured until I get that device, I'll try this to get
a feel for how the conversion works.)
I looked for that as a target, and not surprisingly didn't find one. So
I made a new application and copied my existing source code over but it
won't work because there are elements of the .resx files which appear
very specific to the CF.
Is there a common way of doing what I'm trying to do? I thought I had
seen that one of the cool things about using the CF is that it can be
compiled using the full Framework since it is a subset with little or no
changes.