• 大小: 11.10M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签:

资源简介

 如何编译动态连接库,及其使用方法

代码片段和文件信息

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

#include “stdafx.h“
#include “JTest.h“
#include “JTestDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CJTestApp

BEGIN_MESSAGE_MAP(CJTestApp CWinApp)
//{{AFX_MSG_MAP(CJTestApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CJTestApp construction

CJTestApp::CJTestApp()
{
// TODO: add construction code here
// Place 

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

     文件        199  2008-12-20 17:36  动态链接库\DLLDemo\Include\JTool.h

     文件        244  2008-12-20 15:25  动态链接库\DLLDemo\Include\macro.h

     文件      13157  2010-01-28 10:04  动态链接库\DLLDemo\JTest\Debug\JTest.obj

     文件    5502680  2010-01-28 10:04  动态链接库\DLLDemo\JTest\Debug\JTest.pch

     文件     279552  2010-01-28 10:04  动态链接库\DLLDemo\JTest\Debug\JTest.pdb

     文件       2580  2010-01-28 10:04  动态链接库\DLLDemo\JTest\Debug\JTest.res

     文件      28735  2010-01-28 10:04  动态链接库\DLLDemo\JTest\Debug\JTestDlg.obj

     文件     105813  2010-01-28 10:04  动态链接库\DLLDemo\JTest\Debug\StdAfx.obj

     文件     205824  2011-10-25 11:31  动态链接库\DLLDemo\JTest\Debug\vc60.idb

     文件     364544  2010-01-28 10:04  动态链接库\DLLDemo\JTest\Debug\vc60.pdb

     文件      20968  2011-10-25 11:20  动态链接库\DLLDemo\JTest\JTest.aps

     文件       1151  2011-10-25 11:58  动态链接库\DLLDemo\JTest\JTest.clw

     文件       2049  2008-12-20 17:38  动态链接库\DLLDemo\JTest\JTest.cpp

     文件       4209  2008-12-20 21:47  动态链接库\DLLDemo\JTest\JTest.dsp

     文件       1313  2008-12-20 17:38  动态链接库\DLLDemo\JTest\JTest.h

     文件        244  2011-10-25 11:20  动态链接库\DLLDemo\JTest\JTest.plg

     文件       5330  2008-12-20 18:23  动态链接库\DLLDemo\JTest\JTest.rc

     文件       5089  2008-12-20 21:47  动态链接库\DLLDemo\JTest\JTestDlg.cpp

     文件       1412  2008-12-20 18:23  动态链接库\DLLDemo\JTest\JTestDlg.h

     文件       3561  2008-12-20 17:38  动态链接库\DLLDemo\JTest\ReadMe.txt

     文件       1078  2008-12-20 17:38  动态链接库\DLLDemo\JTest\res\JTest.ico

     文件        397  2008-12-20 17:38  动态链接库\DLLDemo\JTest\res\JTest.rc2

     文件        821  2008-12-20 18:23  动态链接库\DLLDemo\JTest\resource.h

     文件        207  2008-12-20 17:38  动态链接库\DLLDemo\JTest\StdAfx.cpp

     文件       1054  2008-12-20 17:38  动态链接库\DLLDemo\JTest\StdAfx.h

     文件     225334  2008-12-20 17:43  动态链接库\DLLDemo\JTool\Debug\JTool.dll

     文件       1092  2009-05-14 21:25  动态链接库\DLLDemo\JTool\Debug\JTool.exp

     文件     273364  2008-12-20 17:43  动态链接库\DLLDemo\JTool\Debug\JTool.ilk

     文件       2800  2009-05-14 21:25  动态链接库\DLLDemo\JTool\Debug\JTool.lib

     文件      13981  2009-05-14 21:25  动态链接库\DLLDemo\JTool\Debug\JTool.obj

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

评论

共有 条评论