搜索资源列表
Visual C++中调用DLL实现数据加密
- Visual C++中调用DLL实现数据加密-Visual C DLL called Data Encryption
Visual+C++Dll
- 关于VC如何编写DLL,深入浅出,比较易懂,是一个不错的选择,欢迎下载。
ffmpeg C#版 封装ffmepg dll 函数
- ffmpeg C#版 封装ffmepg dll 函数 使用C#封装ffmpeg dll 将C++移植到C#项目中
c#反编译工具
- C# DLL反编译工具 很好
dll调用与嵌套调用
- 一.Win32动态链接库 1.制作的步骤: (1)新建WIN32 Dynamic-link Library工程,工程名为MyDll,选择A simple DLL project类型。 (2)MyDll.h的内容如下: 以下是引用片段: extern "C" _declspec(dllexport) int sum(int a,int b);//本文所有的例子只有一个sum即加法函数。 (3)MyDll.cpp的内容如下: ……
普通C或C++代码调用C#动态库函数
- C#实现的函数封装到DLL中,这种DLL和标准的C DLL是不一样的。本文实现了普通的C代码或C++代码调用到C#实现的DLL中的函数。
C#调用C++的DLL
- C#调用C++的DLL C# C++ 类型对比
SMS-dll.rar
- 该控件是我珍藏的一个GSM SMS发送短信的,可以用来asp,C# 等二次调用非常简单!,The control is my collection of a GSM SMS to send text messages, and can be used to asp, C# Secondary call is very simple!
C++Builder_USB-CAN.rar
- C++ Builder关于DLL调用的源代码,关于界面设计,DLL调用等方面,很有参考价值。此例程针对武汉吉阳光电www.glinker.cn的GY8507 USB-CAN总线适配器开发,二次开发例程。,C++ Builder call on the DLL source code, with regard to interface design, DLL calls, etc., could very well refer. This routine for the www.glinker.c
QQdll QQ弹窗插件DLL版 C++源码
- QQ弹窗插件DLL版 C++源码 (可以用来做广告)-QQ plugin DLL version window shells C++ Source (can be used to advertise)
CreateRemoteThread-DLL-Injection
- 一个Visual C++实现的完整的使用CreateRemoteThread的DLL进程注入方案源代码 本文和程序是基于CreateRemoteThread注入DLL的方法上的扩展,修改了以前方法的一些缺陷,并增加了几个功能,与其他文章不同,这里,给出了一个完整的解决方案。包括:1.实现一个遵守微软"Best Practices for Creating DLLs"的DLL动态链接库。2. 注入dll,并可以同时执行这个dll代码。3. 如果注入不成功,给出错误处理并通知用户。 4. 使用C
dll
- dll编程:本书教你如何在在平台上开发高质量的动态链接库,C-dll programming: this book teach you how to develop the platform in the dynamic link library of high-quality, C++
dll
- DLL编程资料。一本很全面的书,关于DLL在LINUX、VC、DELPHI中的使用。-DLL programming information. A very comprehensive book on the DLL in LINUX, VC, DELPHI in use.
调用示例
- C#调用C++ dll, 包括结构体, 数组, 函数指针, 字符串等等(C# calls C++ DLL, including the structure, array, function pointer, string, and so on)
C++应用C#Dll
- 使用C++调用C#封装好的Dll,便于混合编程。(Using the C++ call C# packaged Dll, easy to mix programming.)
04306149CSharp-Invoke-a-CPP-DLL
- c#文件,能夠說明使用c#調用c++ dll文件,(c# document ca use c# to use c++ document)
C#DLL调用
- 通过C#可以调用C语言封装的DLL库,通过测试是可以的。(It's very easy to use)
ILSpy_setup,spy c++++,vb...
- 可以分析出出第三方,C#的dll接口,测试可以。(We can analyze the third party, C#'s dll interface)
C#调用C++DLL动态库
- c#开发框架下调用c++开发的dll动态库,实现跨语言开发功能。(Under the c# development framework, the DLL Dynamic Library developed by c++ is called to implement the cross language development function.)
C#调用C++DLL(函数参数包含指针)
- C#调用C++DLL(函数参数包含指针)(C Shar call c plus plus's dll file demo.)