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.
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.