Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add-Ins for MY OWN app

Status
Not open for further replies.

Bixarrio

Programmer
Jul 4, 2001
59
ZA
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)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top