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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combining Managed Dlls

Status
Not open for further replies.

AgentM

MIS
Jun 6, 2001
387
US
Hi,
I am building a dll (DLLA), that adds functionality to an existing Managed Dll (DLLB). In other words DLLA references DLLB.

If I add DLLA to an application, is there a way to reference functions in DLLB, without adding DLLB as a reference to the Application? Only DLLA will be added as a reference to the application.

Thank you.
 
You should only have to include DLL(A) as long as DLL(B) is in the same runtime Directory as A.

this is only true though, if DLL(A) does not require items from DLL(B) to be passed in or referenced directly by the application.
 
What if the application wants to reference items directly in DllB?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top