Application Dynamically Links to a DLL Using a Class (85282)
The information in this article applies to:
- Microsoft Windows Software Development Kit (SDK) 3.1
This article was previously published under Q85282 SUMMARY
DYNDLL is a file in the Microsoft Download Center that demonstrates using
a class, called CDynDLL, to dynamically link to a DLL. The CDynDLL
constructor loads the library and retrieves pointers to each function
exported by the DLL. The CDynDLL destructor frees the library. The member
functions of the CDynDLL class correspond to the functions exported by the
DLL.
Modification Type: | Minor | Last Reviewed: | 8/4/2004 |
---|
Keywords: | kb16bitonly kbfile kbinfo kbSample KB85282 kbAudDeveloper |
---|
|