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? I am currently thinking
I am trying to build a dll from a lib file. On compilation, I get errors stating 'redefinition; different type of modifiers', though the dll export statement in the cpp file and the prototype in the header have no specified modifiers.