azzam223 Active Member Licensed User Longtime User Sep 3, 2017 #1 Hello Can I use Any library or class in my library without reference to it For example If I want To Use Rdc Class in my library without included in my library B4X: dim Rdc as DBReqmanager Can I Use Object for this because If when I compile the library without include Class error shown And I can not complie it
Hello Can I use Any library or class in my library without reference to it For example If I want To Use Rdc Class in my library without included in my library B4X: dim Rdc as DBReqmanager Can I Use Object for this because If when I compile the library without include Class error shown And I can not complie it
azzam223 Active Member Licensed User Longtime User Sep 4, 2017 #2 I mean I want To share my library with all but I don't want To include Rdc Class with it I want every one who use my library He itself add this class because maybe this make some problems with other libraries and class Upvote 0
I mean I want To share my library with all but I don't want To include Rdc Class with it I want every one who use my library He itself add this class because maybe this make some problems with other libraries and class
Star-Dust Expert Licensed User Longtime User Sep 4, 2017 #3 Remove it from the descriptor file in xml Upvote 0