资源简介
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个文件信息
相关资源
- SPD博士V5.3.exe
- 直流无刷电机方波驱动 stm32 例程代码
- layui后台管理模板
- 仿知乎界面小程序源代码
- 云平台-阿里云详细介绍
- photoshop经典1000例
- scratch垃圾分类源码(最终版本).sb
- IAR ARM 7.8破解
- TI CCS V5.4 安装步骤及破解文件
- 松下plc FP-XH的驱动
- 局域网硬件信息收集工具
- 加快Windows XP操作系统开机速度
- 联想启天M4350 BIOS升级文件
- 操作系统教程课后答案华中科技大学
- 用友ERP考试系统练习题库及答案
- 北京邮电大学数据结构历年考研真题
- 真正!!!概率论与数理统计浙江大
- TMS320VC5509A_开发板使用手册
- hxdef100源码、远控、后门
- CentOS-6.7-x86_64-bin-DVD1to2
- 点阵字库显示中英文
- caxa实体设计2019破解补丁
- Dibrugarh地区牛场土壤中潜在的益生菌
- nasm-2.15-x64
- RADMIN 3.4 注册机WIN10可用
- Radmin Server-3.5 完美绿色破解版x32 x64通
- Radmin 3.5 简体中文版附完美破解
- radmin3.51完美破解版(支持win10)
- PDF格式的白话孙子兵法
- 蓝牙驱动补丁IVT.BlueSoleil.6.4.240.2.Cra
评论
共有 条评论