myblessing
New member
Hi,
I'm doing a student project and just bought CFA634 to show status of my product. So, I want to send texts to show on this screen. I'm using Windows XP 32 bits and Visual Studio 2008 Pro (free trial) and has downloaded WinTest source code. I'm a newbie in C++ and HID devices. When I try to build solution by VS, some errors occur:
I guess some files are missing, but I have no idea how to fix it. There is no Readme file in the .zip file. I wonder that if there are some examples that I can follow.....
Thanks a lot!
I'm doing a student project and just bought CFA634 to show status of my product. So, I want to send texts to show on this screen. I'm using Windows XP 32 bits and Visual Studio 2008 Pro (free trial) and has downloaded WinTest source code. I'm a newbie in C++ and HID devices. When I try to build solution by VS, some errors occur:
Code:
1>ScrollPopupDlg.obj : error LNK2001: unresolved external symbol "protected: static struct AFX_MSGMAP const CDialog::messageMap" (?messageMap@CDialog@@1UAFX_MSGMAP@@B)
1>WinTestDlg.obj : error LNK2001: unresolved external symbol "protected: static struct AFX_MSGMAP const CDialog::messageMap" (?messageMap@CDialog@@1UAFX_MSGMAP@@B)
1>ScrollPopupDlg.obj : error LNK2019: unresolved external symbol "public: __thiscall CString::~CString(void)" (??1CString@@QAE@XZ) referenced in function "protected: virtual void __thiscall CScrollPopupDlg::OnOK(void)" (?OnOK@CScrollPopupDlg@@MAEXXZ)
1>WinTestDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall CString::~CString(void)" (??1CString@@QAE@XZ)
1>ScrollPopupDlg.obj : error LNK2019: unresolved external symbol "public: __thiscall CString::operator char const *(void)const " (??BCString@@QBEPBDXZ) referenced in function "protected: virtual void __thiscall CScrollPopupDlg::OnOK(void)" (?OnOK@CScrollPopupDlg@@MAEXXZ)
1>WinTestDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall CString::operator char const *(void)const " (??BCString@@QBEPBDXZ)
1>ScrollPopupDlg.obj : error LNK2019: unresolved external symbol "public: void __thiscall CWnd::GetWindowTextA(class CString &)const " (?GetWindowTextA@CWnd@@QBEXAAVCString@@@Z) referenced in function "protected: virtual void __thiscall CScrollPopupDlg::OnOK(void)" (?OnOK@CScrollPopupDlg@@MAEXXZ)
1>WinTestDlg.obj : error LNK2001: unresolved external symbol "public: void __thiscall CWnd::GetWindowTextA(class CString &)const " (?GetWindowTextA@CWnd@@QBEXAAVCString@@@Z)
1>ScrollPopupDlg.obj : error LNK2019: unresolved external symbol "public: __thiscall CString::CString(void)" (??0CString@@QAE@XZ) referenced in function "protected: virtual void __thiscall CScrollPopupDlg::OnOK(void)" (?OnOK@CScrollPopupDlg@@MAEXXZ)
1>WinTestDlg.obj : error LNK2001: unresolved external symbol "public: __thiscall CString::CString(void)" (??0CString@@QAE@XZ)
1>WinTest.obj : error LNK2001: unresolved external symbol "protected: static struct AFX_MSGMAP const CWinApp::messageMap" (?messageMap@CWinApp@@1UAFX_MSGMAP@@B)
1>WinTestDlg.obj : error LNK2019: unresolved external symbol "public: int __thiscall CString::IsEmpty(void)const " (?IsEmpty@CString@@QBEHXZ) referenced in function "protected: virtual int __thiscall CWinTestDlg::OnInitDialog(void)" (?OnInitDialog@CWinTestDlg@@MAEHXZ)
1>WinTestDlg.obj : error LNK2019: unresolved external symbol "public: int __thiscall CString::LoadStringA(unsigned int)" (?LoadStringA@CString@@QAEHI@Z) referenced in function "protected: virtual int __thiscall CWinTestDlg::OnInitDialog(void)" (?OnInitDialog@CWinTestDlg@@MAEHXZ)
1>WinTestDlg.obj : error LNK2019: unresolved external symbol "public: long __thiscall CWnd::SendMessageA(unsigned int,unsigned int,long)" (?SendMessageA@CWnd@@QAEJIIJ@Z) referenced in function "protected: void __thiscall CWinTestDlg::OnPaint(void)" (?OnPaint@CWinTestDlg@@IAEXXZ)
1>.\Debug/WinTest.exe : fatal error LNK1120: 9 unresolved externals
Thanks a lot!
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.