J
Jessica
Hi All,
I know that I can use the GetProcAddress to get the proc address of a global
exported function from a WIn32 dll.
But if I have an exported class in the dll, is there a way to dynamically
load this dll and get an instance of this class? (No static linking with the
lib file) I am currently thinking about having global exported functions
which internally calls the member functions of the class's single instance.
These global exported dunctions can be accessed through GetProcAddress anyway.
Can anyone please throw some light into this?
TIA,
Jessy
I know that I can use the GetProcAddress to get the proc address of a global
exported function from a WIn32 dll.
But if I have an exported class in the dll, is there a way to dynamically
load this dll and get an instance of this class? (No static linking with the
lib file) I am currently thinking about having global exported functions
which internally calls the member functions of the class's single instance.
These global exported dunctions can be accessed through GetProcAddress anyway.
Can anyone please throw some light into this?
TIA,
Jessy