Welcome![Sign In][Sign Up]
Location:
Search - Dllexport

Search list

[Windows Developvc++ finish

Description: 该程序创建了一个动态连接库并在应用程序中调用了此动态链接库。在动态链接库文件中利用“declspec(dllexport)”关键字添加输出函数的声明。在调用动态链接库应用程序中通过getprocaddress函数或的动态链接库中输出函数的地址,并调用该输出函数。-the program to create a dynamic link library and the application program called this dynamic link library. The dynamic link library file used "HHeretic (dllexport)" keyword letter added output several statements. Calling the dynamic link library Application Program getprocaddress function or through the dynamic link library losers out function address, and calls to the output function.
Platform: | Size: 61779 | Author: 邢馨华 | Hits:

[OS programDLLEXPORT

Description: 动态联接库的一个例子,并有测试程序.主要给出了DLL导出变量、函数和类的例子,在测试程序中给出了显示调用和隐式调用的方法。
Platform: | Size: 316973 | Author: ysc | Hits:

[OS programDllexport

Description: 查看DLL内部的函数,delphi源码,小工具
Platform: | Size: 211504 | Author: xpcu | Hits:

[SourceCodedll调用与嵌套调用

Description: 一.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的内容如下: ……
Platform: | Size: 1832548 | Author: vince043@qq.com | Hits:

[Windows Developvc++ finish

Description: 该程序创建了一个动态连接库并在应用程序中调用了此动态链接库。在动态链接库文件中利用“declspec(dllexport)”关键字添加输出函数的声明。在调用动态链接库应用程序中通过getprocaddress函数或的动态链接库中输出函数的地址,并调用该输出函数。-the program to create a dynamic link library and the application program called this dynamic link library. The dynamic link library file used "HHeretic (dllexport)" keyword letter added output several statements. Calling the dynamic link library Application Program getprocaddress function or through the dynamic link library losers out function address, and calls to the output function.
Platform: | Size: 61440 | Author: 邢馨华 | Hits:

[OS programDLLEXPORT

Description: 动态联接库的一个例子,并有测试程序.主要给出了DLL导出变量、函数和类的例子,在测试程序中给出了显示调用和隐式调用的方法。-Dynamic link library of an example and test procedures. Mainly given DLL export variable, function and type of examples given in the test procedure showing implicit call and call the method.
Platform: | Size: 316416 | Author: ysc | Hits:

[OS programDllexport

Description: 查看DLL内部的函数,delphi源码,小工具-See DLL a function of internal, delphi source, small tools
Platform: | Size: 210944 | Author: xpcu | Hits:

[Windows DevelopDLLdiaoyong

Description: 动态连接库的调用测试 __declspec(dllimport) -Dynamic Link Library call test __declspec (dllimport)
Platform: | Size: 3625984 | Author: 顾东国 | Hits:

[OS programdll_Is_Sample1

Description: dll 实现起来很简单:方法1。通过DLLEXPORT 和dllimport 实现d-dll to achieve is simple: Method 1
Platform: | Size: 20480 | Author: haol | Hits:

[OS programDllExport

Description: dll导出接口类,使用工厂模式,避免dll he-export interface class from dll, use factory pattern to prevent dll hell.
Platform: | Size: 710656 | Author: 好人 | Hits:

[Hook apiHook-registry-monitor

Description: DLL 动态库,主要 用Hook 对注册表的指定项 进行动态的监控,参数由自己输入,- extern "C" __declspec(dllexport) BOOL InstallHook(HWND handle) { hhook = ::SetWindowsHookEx(WH_SHELL, MyShellProc, GetModuleHandle("Hook.dll"), 0) hWnd = handle RegMonPID = GetCurrentProcessId() return hhook > 0 }
Platform: | Size: 87040 | Author: oracle | Hits:

[Finance-Stock software systemw

Description: 大智慧买股简单的事情,华尔街选股生命线_DLL 会用的是宝贝-// FxjFunc.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "FxjFunc.h" #include<math.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 } //计算收盘价的均价,一个常数参数,表示计算周期 //调用方法: // MYMACLOSE(5) __declspec(dllexport) int WINAPI A(CALCINFO* pData) { #define cc(i) pData->m_pData.m_fClose int nPeriod=10,i float x05=0.5f,x40=4.0f,xx50=-5.0f,x100=10.0f float z10,z20,z2c,z24,z14,z30,zx float f2 int dd=pData->m_nNumData+10 float*qa1,*qa2,*qa3 qa1=new > Downloads > 源码/资料 > *行业应用
Platform: | Size: 1024 | Author: dd | Hits:

[OS programVC(dllexport)

Description: 如何使用关键字_declspec (dllexport)导出函数-How to use the keyword _declspec (dllexport) to export functions
Platform: | Size: 6144 | Author: 陈火荣 | Hits:

[Windows Developdllexport

Description: VC++利用关键字_declspec (dllexport)导出函数,编译后将生成Test.dll文件。。。参考价值更大于使用价值。欢迎下载。没有截图哦,因为只有一个DLL。-VC++ using keywords _declspec (dllexport) export function, compile will generate Test.dll file. . . Greater reference value in the use value. Welcome to download. Oh no screenshot, because only one DLL.
Platform: | Size: 6144 | Author: 彭仁水 | Hits:

[File Operatedllexport

Description: VC++使用关键字_declspec (dllexport)导出函数,编译后将生成Test.dll文件。-VC++ the keyword _declspec (dllexport) export function, the compiler will generate the file Test.dll.
Platform: | Size: 3072 | Author: | Hits:

[Windows Develop19870

Description: 使用关键字_declspec (dllexport)导出函数,VC++精选编程学习源码,很好的参考资料。-Use the _declspec keyword (dllexport) derived function, VC++ select learning programming source code, a good reference.
Platform: | Size: 5120 | Author: 南煎丸子 | Hits:

[ConsoleJaafarDll

Description: Jaafar #ifndef JAAFARDLL_H #define JAAFARDLL_H extern __declspec(dllexport) double Avg(double, double) #endif
Platform: | Size: 1024 | Author: Sicca | Hits:

[Otherdllexport

Description: 此程序是介绍如何使用关键字_declspec (dllexport)导出函数-This procedure describes how to use keywords _declspec (dllexport) export function
Platform: | Size: 6144 | Author: 氪金矿 | Hits:

[Linux-Unixdllexport

Description: External linkage is required. __declspec(dllexport) static int StaticGlobal .
Platform: | Size: 1024 | Author: zmgsfe | Hits:

[ADO-ODBCVC(dllexport)

Description: 如何使用关键字_declspec (dllexport)导出函数-How to use the keyword _declspec (dllexport) to export functions
Platform: | Size: 6144 | Author: wwh5h121qunh | Hits:
« 12 »

CodeBus www.codebus.net