Hi,
I have quite a difficult question. I want to put add-ins in my application. I sorted out almost everything. The only problem I have is that The add-ins are ActiveX DLL's, and in order for my app to use them, the need to be referenced. I can't do this, because the application should already be compiled, and the add-ins should only be added later, without a recompile. How can I "reference" the DLL's after the app has been compiled? I was thinking of using the LoadLibrary API, but I'm not quite sure how to use it. _________________
Bixarrio
e = m * (c ^ 2)
I have quite a difficult question. I want to put add-ins in my application. I sorted out almost everything. The only problem I have is that The add-ins are ActiveX DLL's, and in order for my app to use them, the need to be referenced. I can't do this, because the application should already be compiled, and the add-ins should only be added later, without a recompile. How can I "reference" the DLL's after the app has been compiled? I was thinking of using the LoadLibrary API, but I'm not quite sure how to use it. _________________
Bixarrio
e = m * (c ^ 2)