How to call a C++ member function in a DLL
June 6, 1996
Author: Embarcadero USA
Technical Information Database
TI2191C.txt How to call a C++ member function in a DLL
Category :General
Platform :All
Product :C/C++ All
Description:
Calling Member Functions in a DLL
=================================
How to call C++ member functions from a DLL is a question that
comes up quite often. A couple of issues tend to catch first
timers off-guard…