View Single Post
  #1 (permalink)  
Old 01-16-2008, 08:07 AM
Woinowski Woinowski is offline
Knows the basics
 
Join Date: Aug 2007
Posts: 53
Default When compiling for Device, Desktop code is used

My application uses the RichTextDesktop.dll (Pretty printing library)

Problem: In order to be able to compile a device version, I have two versions of my own code: On for the device which only has dummys and on for the desktop. Everything using RichTextDesktop.dll is in the desktop version.

The to files I have added by Tools/Components.

Now, desktop version compiles fine, but when I try to compile the device.exe I have to remove the desktop code reference with Tools/Components because it complains about the missing library.

Of course, a good workaround would be a dummy version von the dll, like for Hardware. But that does not exist as of now.
__________________
Unclutter your code -- use an obfuscator
Reply With Quote