Hi, I am new here..
I faced a problem when I tried to call two difference software function..
I name this two software as App A and App B..
I had create App B's pointer at App A, name as BPointerAtA..
I try to new the pointer at App A ( BPointerAtA = new CBApp; )..
when I compile, a error occur..
--------------------Configuration: A - Win32 Debug--------------------
Linking...
ADoc.obj : error LNK2001: unresolved external symbol "public: __thiscall CBDlg::CBDlg(class CADoc *,class CWnd *)" (??0CBDlg@@QAE@PAVCADoc@@PAVCWnd@@@Z)
A.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
A.exe - 2 error(s), 0 warning(s)
in this two software, do not have any .lib file for me to do the setting..
i had tried before that at Project ->Settings->Linker, i keyin BDlg.obj inside..
after compile, it have more linking error that now..
anything i need to do to solve this error..??
or calling two difference software each other functions is illegal, even though both are writen in Visual C++ 6.0..??
anyway..
thank you..
regards,
shizu