G
Guest
Can I create a single library that works on CE devices, or pocketPCs, or
whatever is using the .Net Compact Framework, and also on the full framework.
I have an application that talks to industrial equipment, and I want to have
a laptop version and a Pocket PC version. There are a set of common data
classes that I want to share between the two versions of the application,
because they are both accessing the same data, just displaying it
differently. However, I can't create a reference to the library that
contains the data classes in the CE based project, because the library wasn't
compiled as a device library.
All the functions in the library are available in the CF. Is there any way
I can access a single piece of code in both frameworks?
whatever is using the .Net Compact Framework, and also on the full framework.
I have an application that talks to industrial equipment, and I want to have
a laptop version and a Pocket PC version. There are a set of common data
classes that I want to share between the two versions of the application,
because they are both accessing the same data, just displaying it
differently. However, I can't create a reference to the library that
contains the data classes in the CE based project, because the library wasn't
compiled as a device library.
All the functions in the library are available in the CF. Is there any way
I can access a single piece of code in both frameworks?