Relative Content

Tag Archive for c++dllmfc

MFC Problem with method that returns a pointer to other DLL module’s class

I have an MFC app which is a semestral final project at the university. The project’s solution includes two DLL modules: Except1 (handling errors and displaying messages), MyData (managing application data) and ProjectMFC that compiles to .exe file (the proper application project).
The project’s dependencies look like below: