Re: Problem using a CDialog derived class in a DLL
Because you derived Class X from the Class Y in the other DLL, the linker needs access to the base Class member functions which are in the .obj file from your other DLL. I suggest that you include the relevant .cpp and .h files from the other DLL project into your new DLL project. Then it should link correctly.
HTH
Roger Allen
Please use meaningful question titles - "Help me" does not let me know whether I can help with your question, and I am unlikely to bother reading it.
Please remember to rate useful answers. It lets us know when a question has been answered.