When compiling for Device, Desktop code is used

Woinowski

Active Member
Licensed User
Longtime User
My application uses the RichTextDesktop.dll (http://www.b4x.com/forum/showthread.php?t=1080&page=2)

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.
 

Woinowski

Active Member
Licensed User
Longtime User
Resolver

Checked it: In 6.05 the Problem is resolved.:sign0188:
 
Top