santook Member Feb 17, 2017 #1 I create a new library,but this library no need for Any arguments and initialization,how to modify this xml file like bit class. B4X: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <root> <doclet-version-NOT-library-version>1.00</doclet-version-NOT-library-version> <class> <name>B4R::MCU</name> <shortname>MCU</shortname> <method> <name DesignerName="SoftwareReset">SoftwareReset</name> <comment>Software reset mcu</comment> <returntype>void</returntype> </method> </class> <version>1.0</version> </root>
I create a new library,but this library no need for Any arguments and initialization,how to modify this xml file like bit class. B4X: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <root> <doclet-version-NOT-library-version>1.00</doclet-version-NOT-library-version> <class> <name>B4R::MCU</name> <shortname>MCU</shortname> <method> <name DesignerName="SoftwareReset">SoftwareReset</name> <comment>Software reset mcu</comment> <returntype>void</returntype> </method> </class> <version>1.0</version> </root>
Erel B4X founder Staff member Licensed User Longtime User Feb 19, 2017 #2 You should never modify the generated XML. Can you post the header file? Upvote 0