B
beauwlf
Hi Group
I am testing out Visual Studio 2008 Eval..
i tried to recompile my MFC C++ Visual Studio 6.0 EXE project . I get these
link errors.
I can say these errors are linked to EXE function calls to MFC DLL with
CString as parameter.
Error 383 error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall CViDlgModLink::SetDataAText(int,int,class
referenced in function "protected: void __thiscall
CMarkInspectionView::OnViewData(void)"
(?OnViewData@CMarkInspectionView@@IAEXXZ) MarkInspectionView.obj
MarkInspection
Is there any setting that i need to do to solve this link error.
I am testing out Visual Studio 2008 Eval..
i tried to recompile my MFC C++ Visual Studio 6.0 EXE project . I get these
link errors.
I can say these errors are linked to EXE function calls to MFC DLL with
CString as parameter.
Error 383 error LNK2019: unresolved external symbol "__declspec(dllimport)
public: void __thiscall CViDlgModLink::SetDataAText(int,int,class
(__imp_?SetDataAText@CViDlgModLink@@QAEXHHV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@H@Z)ATL::CStringT said:,int)"
referenced in function "protected: void __thiscall
CMarkInspectionView::OnViewData(void)"
(?OnViewData@CMarkInspectionView@@IAEXXZ) MarkInspectionView.obj
MarkInspection
Is there any setting that i need to do to solve this link error.