資源簡介
DLL2LIB3破解版修復查找符號bug.rar

代碼片段和文件信息
//?DLL.cpp?:?Defines?the?entry?point?for?the?DLL?application.
//
#include?“stdafx.h“
#include?“DLL.h“
BOOL?APIENTRY?DllMain(?HANDLE?hModule?
???????????????????????DWORD??ul_reason_for_call?
???????????????????????LPVOID?lpReserved
?)
{
????switch?(ul_reason_for_call)
{
case?DLL_PROCESS_ATTACH:
case?DLL_THREAD_ATTACH:
case?DLL_THREAD_DETACH:
case?DLL_PROCESS_DETACH:
break;
????}
????return?TRUE;
}
//?This?is?an?example?of?an?exported?variable
DLL_API?int?nDLL=19;
//?This?is?an?example?of?an?exported?function.
DLL_API?int?fnDLL(void)
{
return?42;
}
//?This?is?the?constructor?of?a?class?that?has?been?exported.
//?see?DLL.h?for?the?class?definition
CDLL::CDLL()
{?
nMagic?=?25;
return;?
}
//?This?is?an?example?of?a?function?in?the?exported?class
int?CDLL::MyClassFun()
{
return nMagic;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????254976??2013-07-15?18:02??Dll2Lib3.exe
?????文件????9435269??2008-04-12?20:14??Import32.dat
?????文件?????278581??2004-02-17?00:00??Msvcrt.dll
?????文件????????869??2001-09-06?22:42??Samples\Sample1\Dll\DLL.cpp
?????文件???????4303??2001-09-06?21:07??Samples\Sample1\Dll\DLL.dsp
?????文件????????529??2001-09-06?21:07??Samples\Sample1\Dll\DLL.dsw
?????文件????????831??2001-09-06?21:09??Samples\Sample1\Dll\DLL.h
?????文件??????53760??2001-09-11?22:23??Samples\Sample1\Dll\DLL.opt
?????文件???????1665??2001-09-11?22:22??Samples\Sample1\Dll\DLL.plg
?????文件???????1226??2001-09-06?21:07??Samples\Sample1\Dll\ReadMe.txt
?????文件????????290??2001-09-06?21:07??Samples\Sample1\Dll\StdAfx.cpp
?????文件????????802??2001-09-06?21:07??Samples\Sample1\Dll\StdAfx.h
?????文件?????????57??2001-09-07?14:43??Samples\Sample1\Test\Default.SUP
?????文件????????831??2001-09-06?21:09??Samples\Sample1\Test\DLL.h
?????文件???????1561??2002-02-19?15:16??Samples\Sample1\Test\DLL_supp.h
?????文件???????1196??2001-09-06?22:31??Samples\Sample1\Test\ReadMe.txt
?????文件????????291??2001-09-06?22:31??Samples\Sample1\Test\StdAfx.cpp
?????文件????????769??2001-09-06?22:31??Samples\Sample1\Test\StdAfx.h
?????文件????????691??2001-09-30?14:34??Samples\Sample1\Test\Test.cpp
?????文件???????4590??2001-09-08?12:22??Samples\Sample1\Test\Test.dsp
?????文件????????533??2001-09-06?22:31??Samples\Sample1\Test\Test.dsw
?????文件??????53760??2002-02-19?15:18??Samples\Sample1\Test\Test.opt
?????文件???????1014??2001-09-08?12:22??Samples\Sample1\Test\Test.plg
?????文件???????1293??1998-02-02?22:12??Samples\Sample2\zlib\adler32.c
?????文件???????9869??1998-01-20?01:21??Samples\Sample2\zlib\algorithm.txt
?????文件??????24017??1998-07-10?00:04??Samples\Sample2\zlib\ChangeLog
?????文件???????2204??1998-02-02?22:12??Samples\Sample2\zlib\compress.c
?????文件???????6840??1998-07-09?02:19??Samples\Sample2\zlib\configure
?????文件???????7136??1998-02-02?22:12??Samples\Sample2\zlib\crc32.c
?????文件??????50333??1998-07-10?00:06??Samples\Sample2\zlib\deflate.c
............此處省略240個文件信息
評論
共有 條評論