I am trying to dynamically link my DLL to an application, but I am facing a problem when linking the DLL, can you please help.

My dll header file “MyDllHeader.h” is:


class A : public CObject...