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

Correct use of a DLL?

Status
Not open for further replies.

pererm

Programmer
Feb 11, 2002
27
ES
Supose i have a MFC project, and a subproject(depend of the other)that is a DLL (dinamic link library). I add a class to the DLL project and i try to create an object of this class in the other project. I can´t even if i make and #include "classname.h" in the correspondent header file. Is that because i ´m using wrong the concept. What have i do? THANKS PERE
 
No, you should be able to do that just fine. Maybe your MFC project and DLL project are using different versions of the common libraries, such as the run-time library?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top