ขอขอบคุณJohan ชาวแอฟริกาใต้ และ Alexanderชาวเยอรมนี ณ ที่นี้ด้วย
หมายเหตุ
อย่าลืมเปรียบเทียบโค้ดหาจุดความแตกต่างระหว่างNot-B4XPages กับ B4XPages ที่Post #2
ควรศึกษาเพิ่มเติม
Post in thread 'Inline OBJC - Self' https://www.b4x.com/android/forum/threads/inline-objc-self.52543/post-329081
Post in thread 'Call B4i sub from inline OBJC and return value' https://www.b4x.com/android/forum/t...line-objc-and-return-value.105292/post-659748
[Solved]How convert Java Code in be B4X Code
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 **...
www.b4x.com
หมายเหตุ
อย่าลืมเปรียบเทียบโค้ดหาจุดความแตกต่างระหว่างNot-B4XPages กับ B4XPages ที่Post #2
B4X:
#If JAVA AND B4A
#Else If JAVA AND B4J
#Else If OBJC AND B4i
#End If
ควรศึกษาเพิ่มเติม
Inline Objective C code
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...
www.b4x.com
Post in thread 'Inline OBJC - Self' https://www.b4x.com/android/forum/threads/inline-objc-self.52543/post-329081
Post in thread 'Call B4i sub from inline OBJC and return value' https://www.b4x.com/android/forum/t...line-objc-and-return-value.105292/post-659748
Last edited: