Is there no way to dynamically link to libraries after initial runtime?
I see no way of really adding plugin/addon support to an application without this. DLL's have to be in a specific spot location when an application is executed, rather then being able to load/link to them at any time.
Any clues on getting something like this going?
I see no way of really adding plugin/addon support to an application without this. DLL's have to be in a specific spot location when an application is executed, rather then being able to load/link to them at any time.
Any clues on getting something like this going?