資源簡介
如何編譯動態連接庫,及其使用方法
代碼片段和文件信息
//?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個文件信息
評論
共有 條評論