conditional compile

  1. C

    Wish Conditonal compilation condition #IF Not(Obfuscated)

    Forgive me if this can already be done somehow but... When testing server/client apps in B4J I run both apps through the IDE at the same time on the same machine. We are limited to running only one app in DEBUG at a time but I want to see the Log() entries that I have in the IDEs of both apps...
  2. R

    Convert B4A to B4I Applications

    Seeking a development company with extensive experience with both B4A and B4I. We have a suite of applications with varying degrees of complexity written in B4A. They currently target Android tablet devices. We would like to target Apple iPad and iPhone devices. We will entertain bids on an...
  3. W

    Wish [B4X] Conditional compilation depending on whether or not a library was added to the project

    In my shared modules I'd like to be able to have subs that can sit there and only be considered by the compiler if a given library was added to the project. I'm aware of Build Configurations, but these would require setting them up manually on a project by project basis. Example: #IfLibrary...
Top