Dynamic Libraries C++

Joined
5/27/11
Messages
184
Points
38
Its hard to find materials covering DLL and their implementation at one place.
Can someone suggest some books?

I also have one questions at the moment regarding the import functions in a DLL.
Suppose my DLL is a derived class from a base class residing in another DLL.What components we need to export from base class and do we need to use DLL imports in the library containing derived class?
On a general note when do we really need to use DLL imports exactly?

Please ask me for more clarifications.
 
Back
Top Bottom