Hello I need a plugin system C++
Last edited:
jBasicLib has nothing to do with the wish in #1. The TO wants to load any .so File, any .jar File if i understand it correctly.You can check agraham's code-library...
Actually you can using Reflection. This is how Basic4ppc used to load its libraries which were just .NET dlls with no accompanying xml description. The code is a bit tedious but it can be done.This is nothing one can automate as every Library has it´s own methods, properties, parameters, types.
I´m sure you are right. But i only worked very partially with reflection when building the wraps i did.Actually you can using Reflection.