100分急求CButtonST相关资料!!!
1. v3.8或v3.5版本的CButtonST源码
2. CButtonST电子教程
可发我邮箱(agtina@126.com)或直接给出可下载地址。
另外有个问题:
CButtonST *button = new CButtonST;
button->Create(_T("&Ok"), WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP,
CRect(10, 10, 200, 100), this, 1);
为什么会出链接错误(我已经包含了CButtonST的头文件)?
testView.obj : error LNK2001: unresolved external symbol "public: __thiscall CButtonST::CButtonST(void)" (??0CButtonST@@QAE@XZ)
Debug/test.exe : fatal error LNK1120: 1 unresolved externals