实现功能
1.新建基于对话框的应用程序
2.在APP类源文件中添加变量short int DogBytes, DogAddr;void * DogData;
3.在主对话框头文件中加入头文件及变量#include "softdog.h"extern short int DogBytes;
extern short int DogAddr;extern void * DogData;
4.依照例程界面添加编辑框IDC_USER,IDC_EDIT1,两一钮<登录>关联点击函数
void CGkbc8Dlg::OnOK()
{
CString sPassword,sTruePassword;
GetDlgItemText(IDC_EDIT1,sPassword);
if (sPassword.IsEmpty())return;