If I want to import a C++ class from a DLL, which API should I use after LoadLibrary()
returns?
I was searching in the following link, but I just found the GetProcAddress()
and it seems like it will not work for a class.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms682599%28v=vs.85%29.aspx