S
Sarwan
Hello everybody
I have a solution in which there is an unmanaged MFC application. Then
i added a new managed .Net Windows Form application. I was trying to
refer an header file of unmanaged project into the my managed project.
But it leads to link error.
Form1.obj : error LNK2001: unresolved external symbol "public: void
__thiscall FormViewer::CFormViewer::StartViewer(void)" (?
StartViewer@CFormViewer@FormViewer@@$$FQAEXXZ)
The class which we refered in managed will refer other classes.
First of all such refering to other project is allowed.
Thanking you
I have a solution in which there is an unmanaged MFC application. Then
i added a new managed .Net Windows Form application. I was trying to
refer an header file of unmanaged project into the my managed project.
But it leads to link error.
Form1.obj : error LNK2001: unresolved external symbol "public: void
__thiscall FormViewer::CFormViewer::StartViewer(void)" (?
StartViewer@CFormViewer@FormViewer@@$$FQAEXXZ)
The class which we refered in managed will refer other classes.
First of all such refering to other project is allowed.
Thanking you