搜索资源列表
WebPrintx.FR
- web中使用Fastreport在ActiveX调用打印例子说明: 1.需要安装fastreport控件 2.执行regsvr32 printx.dll,在delphi环境下就执行run菜单=>register ActiveX Server。 3.执行regsvr32 ocxceshi.ocx,在delphi环境下就执行run菜单=>register ActiveX Server。 请先更改程序的数据库路径! diaoyong目录下为
供vb调用的高质量旋转图片vc动态库代码
- 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
SmsComm
- 利用AT命令发短信,采用com方式生成dll,外部调用方法。-use AT commands to send text messages using com generation dll way, the external call methods.
scanner
- 调用scannerdll生成dll的程序,功能跟操作系统附件-图像处理的功能差不多-scannerdll generation dll called the procedure, function with the operating system Annex-image processing functions almost
keyboardHook
- 禁止Windows的键盘程序,生成dll文件,通过简单函数调用可以禁止或者允许特殊键盘消息的屏蔽
AgentDll_SRC
- 用vc++编制的代理协议文件,编译后生成dll文件,供其他语言调用.
lowlevelhook
- C++全局鼠标钩子,调用WinAPI,生成DLL文件
vb-labview
- vb中Labview的应用,labview可以生成DLL文件,然后在VB中调用
vc-dll-function
- VC动态链接库的实例程序,包括动态链接库(调用函数)的生成和调用。
Dll_file_generation_call--MFC_form
- Dll文件的生成调用示例——MFC语言形式,示例中MFCDll 生成.dll文件,拷贝该文件到CalMFCDLL中,然后调用-An example for generating a Dll file and then the dll file is called. Generation is in the MFCDll Folder and is called in the CalMFCDLL folder.
dll
- CVI动态库技术,创建*面动态库及有界面动态库,并对生成的动态库进行显式调用-CVI dynamic library technology to create dynamic libraries, and there is no interface, interface, dynamic libraries, and generate dynamic libraries make explicit calls
FloatToChar
- IEEE754标准 单精度浮点型数据转四个字节的字符数据 Win32 DLL(生成DLL可以静态和动态调用)-IEEE754 standard single-precision floating-point data transfer four bytes of character data Win32 DLL (DLL can generate static and dynamic calls)
ExcelDLL2
- Excel报表自动生成DLL,此程序是一个dll程序,调用此dll编程者不用了解Excel在编程时的具体使用方法,能够自动生成一个.xls格式报表。-Excel reports automatically generated DLL, this program is a dll program, call this dll in Excel programmers do not understand the specific use of programming that can automat
dll源程序
- 1、DLL源程序,只为帮助初学者/ 2、C# 调用labview生成的DLL(1, DLL source code, just to help beginners / 2, C# calls the LabVIEW generated by DLL)
CSharp调用Cpp代码完整实例
- c#调用C实例。c通过生成DLL,里面有方法,需要一定格式。(C# invokes the C instance. C through the generation of DLL, there are methods, you need a certain format.)
DLL举例
- delphi生成dll举例,以及调用 delphi生成dll举例,以及调用(delphi create dll delphi create dll)
xmldll
- 一个自定义格式的xml解析实例,采用VC++生成DLL,然后在其他工程中调用。(A custom format examples of XML parsing, using VC++ to generate DLL, and then call in other projects)
TesIESDLL
- 使用VS2013,包括所有工程文件,能够生成和调用DLL,其中,生成DLL分两种情况:一是通过已有代码创建项目生成DLL;另一种是直接新建项目生成DLL。(Using VS2013, including all engineering files, can generate and invoke DLL, and generate DLL in two cases. One is to create DLL through existing code, and the other is to g
dll
- Java程序生成dll,c#调用时需要的dll动态库,ikvm库 非常好用(The Java program generates DLL dynamic libraries that need DLL when calling c#. Ikvm library is very useful.)
delphi7二维码生成实例bmp
- 这是用delphi7写的一个二维码生成实例,可供参考。在应用程序里PtImageRW.dll和PtQREncode.dll两个文件,然后在你的delphi源码里添加,就可以调用生成二维码图片保存在指定目录下