I am already using a program on the desktop and on the device.
Now I've added a print facility on the desktop. As the help file explains, I added the DesktopOnly.dll only to the desktop and the printing code can only be accessed if cPPC = false.
The compile for the desktop works fine but if I wan't to compile it for the device I'll get an error CS0246.
Where do I get wrong
Or do I have to use two separate source files now...
I've attached a small "dummy" library that you can use.
Unzip the attached file and copy both libraries to Basic4ppc libraries folder:
C:\Program Files\Anywhere Software\Basic4ppc Desktop\Libraries
Add a reference to DesktopOnlyDevice.dll in your project.