文件名称:dongtaiku
- 所属分类:
- 进程与线程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-01-18
- 文件大小:
- 272kb
- 下载次数:
- 0次
- 提 供 者:
- Lucy*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
、 编写一个 WIN32 的动态连接库,simple_dll.dll。该 DLL 至少提供两个功能
(输出函数) :功能 1:接受 2 个整形参数,返回它们的和;功能 2:接受 1
个字符串参数,返回它们的逆序字符串;动态链接库要求使用两种不同的调
用规范(_cdecl和_stdcall)来实现。-Write a WIN32 dynamic link library, simple_dll.dll. The DLL to provide at least two functions (output function): Function 1: accept the two shaping parameters, return them and function 2: accept a string parameter, and return them in reverse order string dynamic link library requires the use of two different calling convention (_cdecl and _stdcall).
(输出函数) :功能 1:接受 2 个整形参数,返回它们的和;功能 2:接受 1
个字符串参数,返回它们的逆序字符串;动态链接库要求使用两种不同的调
用规范(_cdecl和_stdcall)来实现。-Write a WIN32 dynamic link library, simple_dll.dll. The DLL to provide at least two functions (output function): Function 1: accept the two shaping parameters, return them and function 2: accept a string parameter, and return them in reverse order string dynamic link library requires the use of two different calling convention (_cdecl and _stdcall).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
基础实验1:动态链接库的编写和调用\testDll\ReadMe.txt
.................................\.......\res\testDll.ico
.................................\.......\...\testDll.rc2
.................................\.......\resource.h
.................................\.......\simpleDll\simpleDll.cpp
.................................\.......\.........\simpleDll.dsp
.................................\.......\.........\simpleDll.dsw
.................................\.......\.........\simpleDll.h
.................................\.......\.........\simpleDll.ncb
.................................\.......\.........\simpleDll.opt
.................................\.......\.........\simpleDll.plg
.................................\.......\simpleDll.dll
.................................\.......\StdAfx.cpp
.................................\.......\StdAfx.h
.................................\.......\testDll.aps
.................................\.......\testDll.clw
.................................\.......\testDll.cpp
.................................\.......\testDll.dsp
.................................\.......\testDll.dsw
.................................\.......\testDll.exe
.................................\.......\testDll.h
.................................\.......\testDll.ncb
.................................\.......\testDll.opt
.................................\.......\testDll.plg
.................................\.......\testDll.rc
.................................\.......\testDllDlg.cpp
.................................\.......\testDllDlg.h
.................................\.......\Debug
.................................\.......\res
.................................\.......\simpleDll
.................................\testDll
基础实验1:动态链接库的编写和调用