资源简介
电容指纹仪开发文档及示例
代码片段和文件信息
// demo.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “demo.h“
#include “demoDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDemoApp
BEGIN_MESSAGE_MAP(CDemoApp CWinApp)
//{{AFX_MSG_MAP(CDemoApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CDemoApp construction
CDemoApp::CDemoApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CDemoApp object
CDemoApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CDemoApp initialization
BOOL CDemoApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CDemoDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2376 2013-08-06 16:15 Win32平台OCX接口测试程序\index.html
文件 1147 2013-08-06 16:15 Win32平台OCX接口测试程序\miaxis.jpg
文件 512000 2014-10-11 15:15 Win32平台OCX接口测试程序\mxCapacitiveDriver.ocx
文件 58368 2013-08-06 16:15 Win32平台OCX接口测试程序\OCX控件接口说明.doc
文件 1538 2013-08-06 16:15 Win32平台OCX接口测试程序\usbocx.css
文件 5548 2013-08-06 16:15 Win32平台OCX接口测试程序\usbocx.js
文件 35 2013-08-06 16:15 Win32平台OCX接口测试程序\反注册.bat
文件 31 2013-08-06 16:15 Win32平台OCX接口测试程序\注册.bat
目录 0 2014-10-11 15:25 Win32平台OCX接口测试程序
文件 251936 2013-02-26 14:04 Win平台驱动安装包\MiaxisCapacitiveDriver_Setup.exe
目录 0 2012-11-22 14:14 Win平台驱动安装包
文件 46080 2013-08-26 13:42 中正指纹仪SDK.doc
文件 118784 2013-01-21 11:08 Win32平台Dll接口测试程序\测试程序\Bin\demo.exe
文件 163840 2014-10-11 13:51 Win32平台Dll接口测试程序\测试程序\Bin\mxCapacitiveDriver.dll
文件 94208 2013-07-29 16:46 Win32平台Dll接口测试程序\测试程序\Bin\MXFpDll.dll
目录 0 2014-10-11 15:24 Win32平台Dll接口测试程序\测试程序\Bin
文件 2043 2013-01-21 10:01 Win32平台Dll接口测试程序\测试程序\ComDriver.h
文件 128976 2013-01-21 09:49 Win32平台Dll接口测试程序\测试程序\demo.aps
文件 1512 2013-01-21 11:08 Win32平台Dll接口测试程序\测试程序\demo.clw
文件 2035 2012-11-21 10:41 Win32平台Dll接口测试程序\测试程序\demo.cpp
文件 4440 2013-01-21 10:00 Win32平台Dll接口测试程序\测试程序\demo.dsp
文件 531 2012-11-21 10:41 Win32平台Dll接口测试程序\测试程序\demo.dsw
文件 1302 2012-11-21 10:41 Win32平台Dll接口测试程序\测试程序\demo.h
文件 148480 2013-01-21 11:08 Win32平台Dll接口测试程序\测试程序\demo.ncb
文件 49664 2013-01-21 11:08 Win32平台Dll接口测试程序\测试程序\demo.opt
文件 1878 2013-01-21 11:08 Win32平台Dll接口测试程序\测试程序\demo.plg
文件 480 2013-01-21 11:08 Win32平台Dll接口测试程序\测试程序\demo.positions
文件 6525 2013-01-21 09:49 Win32平台Dll接口测试程序\测试程序\demo.rc
文件 13636 2013-01-21 11:08 Win32平台Dll接口测试程序\测试程序\demoDlg.cpp
文件 1702 2013-01-21 09:53 Win32平台Dll接口测试程序\测试程序\demoDlg.h
............此处省略26个文件信息
评论
共有 条评论