Assuming you are using the 90 day trial version (which should work) it looks
like you may need to recompile one or more of your consumable libraries.
code.
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
ATL::CStringT<char,class StrTraitMFC_DLL<char,class ATL::ChTraitsCRT<char>
>
,int)"
(__imp_?SetDataAText@CViDlgModLink@@QAEXHHV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@H@Z)
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.