• 大小: 24.52MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-21
  • 语言: 其他
  • 标签: 芯烨  开发包  

资源简介

芯烨热敏打印机 开发包 指令打印所需的开发文档及接口文件

资源截图

代码片段和文件信息

// 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个文件信息

评论

共有 条评论