資源簡介
芯燁熱敏打印機(jī) 開發(fā)包 指令打印所需的開發(fā)文檔及接口文件
代碼片段和文件信息
//?COM.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“COM.h“
#include?“COMDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCOMApp
BEGIN_MESSAGE_MAP(CCOMApp?CWinApp)
//{{AFX_MSG_MAP(CCOMApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCOMApp?construction
CCOMApp::CCOMApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCOMApp?object
CCOMApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CCOMApp?initialization
BOOL?CCOMApp::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
CCOMDlg?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;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????41984??2014-04-01?17:02??LPT_Example\Debug\JsPrinterDll.dll
?????文件????3187712??2014-04-01?17:02??LPT_Example\Debug\LPT.bsc
?????文件?????110736??2014-04-01?17:02??LPT_Example\Debug\LPT.exe
?????文件?????203456??2014-04-01?17:02??LPT_Example\Debug\LPT.ilk
?????文件??????14712??2014-04-01?17:02??LPT_Example\Debug\LPT.obj
?????文件????6939964??2014-04-01?17:02??LPT_Example\Debug\LPT.pch
?????文件?????377856??2014-04-01?17:02??LPT_Example\Debug\LPT.pdb
?????文件???????5496??2014-04-01?17:02??LPT_Example\Debug\LPT.res
?????文件??????????0??2014-04-01?17:02??LPT_Example\Debug\LPT.sbr
?????文件??????34661??2014-04-01?17:02??LPT_Example\Debug\LPTDlg.obj
?????文件??????????0??2014-04-01?17:02??LPT_Example\Debug\LPTDlg.sbr
?????文件?????401484??2014-04-01?17:02??LPT_Example\Debug\msvcrtd.dll
?????文件?????106375??2014-04-01?17:02??LPT_Example\Debug\StdAfx.obj
?????文件????1372103??2014-04-01?17:02??LPT_Example\Debug\StdAfx.sbr
?????文件???????4758??2014-04-01?17:03??LPT_Example\Debug\Str2Hex.obj
?????文件??????????0??2014-04-01?17:03??LPT_Example\Debug\Str2Hex.sbr
?????文件?????214016??2014-04-01?17:03??LPT_Example\Debug\vc60.idb
?????文件?????372736??2014-04-01?17:03??LPT_Example\Debug\vc60.pdb
?????文件??????42496??2014-04-01?17:02??LPT_Example\JsPrinterDll.dll
?????文件???????3005??2014-04-01?17:02??LPT_Example\JsPrinterDll.h
?????文件???????6528??2014-04-01?17:02??LPT_Example\JsPrinterDll.lib
?????文件??????24572??2014-04-01?17:02??LPT_Example\LPT.APS
?????文件???????1412??2014-04-01?17:02??LPT_Example\LPT.clw
?????文件???????2021??2014-04-01?17:02??LPT_Example\LPT.cpp
?????文件???????4304??2014-04-01?17:02??LPT_Example\LPT.dsp
?????文件????????529??2014-04-01?17:02??LPT_Example\LPT.dsw
?????文件???????1291??2014-04-01?17:02??LPT_Example\LPT.h
?????文件??????82944??2014-04-01?17:02??LPT_Example\LPT.ncb
?????文件??????54784??2014-04-01?17:02??LPT_Example\LPT.opt
?????文件???????2264??2014-04-01?17:02??LPT_Example\LPT.plg
............此處省略23個文件信息
評論
共有 條評論