LucaMs Expert Licensed User Longtime User Dec 3, 2021 #1 Is this correct? B4X: #If B4A #If Java '... #End If #End If
Star-Dust Expert Licensed User Longtime User Dec 3, 2021 #2 Even so. Except you want to eliminate the possibility that B4J can run / compile java code B4X: #If Java '... #End If Upvote 0
Even so. Except you want to eliminate the possibility that B4J can run / compile java code B4X: #If Java '... #End If
LucaMs Expert Licensed User Longtime User Dec 3, 2021 #3 Star-Dust said: Except you want to eliminate the possibility that B4J can run / compile java code Click to expand... Of course. Upvote 0
Star-Dust said: Except you want to eliminate the possibility that B4J can run / compile java code Click to expand... Of course.
aeric Expert Licensed User Longtime User Dec 3, 2021 #4 LucaMs said: Is this correct? B4X: #If B4A #If Java '... #End If #End If Click to expand... Is this correct? ? B4X: #If B4A And Java '... #End If Upvote 0
LucaMs said: Is this correct? B4X: #If B4A #If Java '... #End If #End If Click to expand... Is this correct? ? B4X: #If B4A And Java '... #End If
Star-Dust Expert Licensed User Longtime User Dec 3, 2021 #5 aeric said: Is this correct? ? Click to expand... aeric said: B4X: #If B4A And Java '... #End If Click to expand... this depends on whether b4i or b4j has no other native code to enter B4X: #If B4A #If Java '... #End If #ELSE IF B4I #IF objc ' ..... #END IF #ELSE IF B4J #End If Upvote 1
aeric said: Is this correct? ? Click to expand... aeric said: B4X: #If B4A And Java '... #End If Click to expand... this depends on whether b4i or b4j has no other native code to enter B4X: #If B4A #If Java '... #End If #ELSE IF B4I #IF objc ' ..... #END IF #ELSE IF B4J #End If