• 大小: 1.86MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-09
  • 语言: 其他
  • 标签: 源码  工具  

资源简介

显式链接方式调用DLL 博文链接:https://fpwjp.iteye.com/blog/393413

资源截图

代码片段和文件信息

// DLLDemo2.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “DLLDemo2.h“

#include “MainFrm.h“
#include “DLLDemo2Doc.h“
#include “DLLDemo2View.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CDLLDemo2App

BEGIN_MESSAGE_MAP(CDLLDemo2App CWinApp)
//{{AFX_MSG_MAP(CDLLDemo2App)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2322  2009-05-22 16:19  DLLDemo2\DLLDemo2.clw

     文件       4359  2009-05-22 15:27  DLLDemo2\ReadMe.txt

     文件       1378  2009-05-22 15:27  DLLDemo2\DLLDemo2.h

     文件       4245  2009-05-22 15:27  DLLDemo2\DLLDemo2.cpp

     文件       1054  2009-05-22 15:27  DLLDemo2\StdAfx.h

     文件        210  2009-05-22 15:27  DLLDemo2\StdAfx.cpp

     文件       1497  2009-05-22 15:27  DLLDemo2\DLLDemo2Doc.h

     文件       1782  2009-05-22 15:27  DLLDemo2\DLLDemo2Doc.cpp

     文件       1923  2009-05-22 15:27  DLLDemo2\DLLDemo2View.h

     文件       2639  2009-05-22 15:27  DLLDemo2\DLLDemo2View.cpp

     文件        400  2009-05-22 15:27  DLLDemo2\res\DLLDemo2.rc2

     文件       1078  2009-05-22 15:27  DLLDemo2\res\DLLDemo2Doc.ico

     文件       1078  2009-05-22 15:27  DLLDemo2\res\DLLDemo2.ico

     文件       1198  2009-05-22 15:30  DLLDemo2\res\Toolbar.bmp

     文件       4597  2009-05-22 15:27  DLLDemo2\DLLDemo2.dsp

     文件        524  2009-05-22 15:27  DLLDemo2\DLLDemo2.dsw

     文件      58368  2009-05-22 16:20  DLLDemo2\DLLDemo2.ncb

     文件       7516  2009-05-22 15:42  DLLDemo2\Debug\DLLDemo2.res

     文件     214016  2009-05-22 16:06  DLLDemo2\Debug\vc60.idb

     文件    5500532  2009-05-22 15:27  DLLDemo2\Debug\DLLDemo2.pch

     文件     364544  2009-05-22 15:42  DLLDemo2\Debug\vc60.pdb

     文件     105564  2009-05-22 15:27  DLLDemo2\Debug\StdAfx.obj

     文件      19708  2009-05-22 15:27  DLLDemo2\Debug\DLLDemo2View.obj

     文件      14745  2009-05-22 15:27  DLLDemo2\Debug\DLLDemo2Doc.obj

     文件      22980  2009-05-22 15:42  DLLDemo2\Debug\DLLDemo2.obj

     文件     307340  2009-05-22 15:42  DLLDemo2\Debug\DLLDemo2.ilk

     文件     118850  2009-05-22 15:42  DLLDemo2\Debug\DLLDemo2.exe

     文件     451584  2009-05-22 15:42  DLLDemo2\Debug\DLLDemo2.pdb

     文件      21895  2009-05-22 15:42  DLLDemo2\Debug\MainFrm.obj

     文件        250  2009-05-22 15:43  DLLDemo2\DLLDemo2.plg

............此处省略12个文件信息

评论

共有 条评论