I'm creating the library about ThaiWordBreak() from Java Code which is attached as the following codes below Public Sub Thaiwordbreak(InputStr As String) As String() #If Java Return ThaiwordbreakJava(InputStr) #End If End Sub #If Java /** @author Nont Banditwong **...
B4i v1.80 adds support for inline Objective C code. This means that you can add Objective C code to your modules and they will be compiled together with all other code. You can then use NativeObject to call the methods that you added. The native code cannot be debugged. The Objective C code...