Hello:
I have a few external classes (written in Xojo) that I would like to combine into a single library such that I can somehow reference that library in different Xojo desktop applications.
I am thinking in terms of how the Declare statement works for referencing and using Windows APIs. This way, the library (or libraries if they cannot be combined into one) can be placed in a shared folder and referenced by the different programs I’m writing.
Is it possible in Xojo to dynamically load (via code) the library binary and then instantiate the objects that way?
5 posts - 4 participants