J jarda Member Licensed User Longtime User Jun 13, 2016 #1 Hi How can I integrate this source code. For example, as a library. (B4R) Can this be done? Thanks Jarek Attachments TFT.ZIP 45.9 KB · Views: 560 Untitled-2.png 95.2 KB · Views: 641
Hi How can I integrate this source code. For example, as a library. (B4R) Can this be done? Thanks Jarek
Erel B4X founder Staff member Licensed User Longtime User Jun 13, 2016 #2 It can be done. But this is not a simple library. It requires C/C++ knowledge.
J jarda Member Licensed User Longtime User Jun 13, 2016 #3 which steps (procedure) lead to the creation. 1.... 2... 3... etc Jarek
Erel B4X founder Staff member Licensed User Longtime User Jun 13, 2016 #4 The steps are covered in the tutorial: Creating libraries for B4R
Hans- Joachim Krahe Active Member Licensed User Longtime User Oct 25, 2016 #5 on command: "java -jar B4Rh2xml.jar ADXL345.h ADXL345.xml" there followes the error: "no shortname for class: ::ADXL345" how can I define and insert metadate attributes? I watched : //~ShortName - Each exposed class should have this attribute. This is the name that will appear in the IDE. but it does not help me to insert it.... Hans- Joachim Last edited: Oct 25, 2016
on command: "java -jar B4Rh2xml.jar ADXL345.h ADXL345.xml" there followes the error: "no shortname for class: ::ADXL345" how can I define and insert metadate attributes? I watched : //~ShortName - Each exposed class should have this attribute. This is the name that will appear in the IDE. but it does not help me to insert it.... Hans- Joachim
Erel B4X founder Staff member Licensed User Longtime User Oct 25, 2016 #6 See the tutorial: https://www.b4x.com/android/forum/threads/creating-libraries-for-b4r.65718/#content Note that all of B4R libraries are open sourced and can serve as good examples.
See the tutorial: https://www.b4x.com/android/forum/threads/creating-libraries-for-b4r.65718/#content Note that all of B4R libraries are open sourced and can serve as good examples.