Welcome![Sign In][Sign Up]
Location:
Search - import dll

Search list

[Debugexe ,dll 调试器

Description: Functions of eXeScope Below table lists functions which eXeScope supports. OK:Enable,-:Disable (*1)Can output as a text file. (*2)Can display and rewrite as a binary dump format. (*3)Can import and export as a binary or text file. (*4)Can display the rewritten contents. (*5)Required SHDocvw.dll which is included in Internet Explorer ================================================================ Item Display Import &Export Edit Log Create .rc ================================================================ 1.Header OK (*1) - - - 2.Import OK (*1) - - - 3.Export OK (*1) - - - 4.Resource 4.1 Cursor OK OK OK OK - 4.2 Bitmap OK OK OK OK - 4.3 Icon OK OK OK OK - 4.4 Menu OK (*3) OK OK OK 4.5 Dialog OK (*3) OK(*4) OK OK 4.6 String OK (*3) OK OK OK 4.7 MessageTable OK (*3) OK OK - 4.8 Accelerator OK (*3) OK OK - 4.9 Version OK (*3) OK OK - 4.10 Delphi Form OK OK OK - - 4.11 WAVE OK OK OK - - 4.12 MIDI OK OK OK - - 4.13 AVI OK OK OK - - 4.14 GIF (*5) (*5) (*5) - - 4.15 HTML (*5) (*5) (*5) - - 4.16 JPEG OK OK OK - - 4.17 TYPELIB OK OK - - - 4.18 DialogData OK OK OK OK - 4.19 Toolbar OK - - - - 4.20 Other resources (*2) (*3) (*2) - - ================================================================
Platform: | Size: 504105 | Author: youlinge | Hits:

[e-language易支持库创建--移位扩展库

Description: 本程序旨在讲解如何用Delphi创建一个可以在易语言中执行的支持库,并给出了一个实用的汉字取模的易程序, 1.支持库为标准DLL格式,扩展名为fne. 在其中实现了移位操作(Delphi7+WinXp通过) 2.在易语言中导入此支持库(复制TaoLibShift.fne)到易语言的LIB目录下,然后才可以执行 [诺亚点阵汉字提取器.e] 3.输出的格式有 ASM和C两种格式,可以直接应用于8x8点阵LED,-This procedure aims to explain how to use Delphi to create a language can be easily implemented to support the library, and gives a practical Chinese modulus of conveyancing, 1. Support library DLL as a standard format, called the expansion of fne. In which the achieved a shift operation (Delphi7+ WinXp through) 2. in language easy to import this support library (copy TaoLibShift.fne) to the easy language LIB directory, and then we can implement [dot characters Noah extractors. e ] 3. Output formats are ASM and C in two formats, can be directly applied to 8x8 dot matrix LED,
Platform: | Size: 970752 | Author: 江涛 | Hits:

[GUI Developappface_vc

Description: AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug\",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll" copied to the output of the project directory, for example : "debug \", "gtclassic.urf" copy of the directory containing the resources. VC in the project manager to enter the resource management, and in the right me
Platform: | Size: 589824 | Author: 钱博 | Hits:

[GUI DevelopE-ruler

Description: 电子尺源程序说明 本程序使用ADO访问Access2000的数据库。 请适当修改stdafx.h中 #import "g:\program files\common files\system\ado\msado15.dll" no_namespace rename("EOF","adoEOF") msado15.dll的路径-source of the present procedures for the use of ADO Access 2000 database. Please appropriate changes stdafx.h# import "g : \ program files \ common files \ system \ ado \ msado15.dll" no_namespace rename ( "EOF", "adoEOF") msado15.dll path
Platform: | Size: 109568 | Author: | Hits:

[Crack Hackmd5单向散列加密算法

Description: md5单向散列加密算法,此压缩包,包含完整调用DLL源码,PB格式.导入后直接可以应用.-md5 hash encryption algorithm, this compressed, includes a complete calling DLL source, PB format. After the direct import can apply.
Platform: | Size: 23552 | Author: 比尔 | Hits:

[Hook apiHookImport_src

Description: Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is useful when for example you want to be called for every call to the file system (::CreateFile() & CloseHandle()) which your app makes. This example of hooking the file system calls your app makes could form the basis of code to ensure you do not have any handle leaks in your application. You could also use this code to spy on COM port activity in remote processes by injecting the DLL into the remote process. -MFC source code for a function w hich can be used to hook any imported function ca ll which makes your application. Since most of t he Win32 API is implemented using import functi ons in dlls. this means that you hook Win32 API calls. This is for example useful when you want to be called for every call to the file system (: : CreateFile ()
Platform: | Size: 6144 | Author: l | Hits:

[ADO-ODBCvcaccess

Description: VC用ADO操作数据库示例 里面用到了CCinderString类,这是我自己编写的一个字符串操作类,主要进行了一些字符串的处理,针对示例的SQL语句使用的,与ADO方法无关。比如: GetNow方法,获得当前时间的字符串格式"YYYY-MM-DD hh:mm:ss"等,就不附加进来了。 另:使用ADO必须在stdafx.h中添加引用: #import "c:\Program Files\Common Files\System\ADO\msado15.dll" no_namespace rename("EOF", "EndOfFile") rename("BOF","FirstOfFile") 转载来源: 开源盛世-源代码下载网 www.vscodes.com -VC database with ADO operating inside example uses CCinderString category, This is my own preparation of a string operations, mainly carried out some string, against examples of the use of SQL, has nothing to do with ADO methods. For example : GetNow method, the current time format string "YYYY-MM- DD hh : mm : ss ", not additional to come through. Alternative : use ADO in stdafx.h adding quote :# import "c : \ Program Files \ Common Files \ System \ ADO \ MSA do15.dll "no_namespace rename (" EOF " "EndOfFile") rename ( "BOF" "FirstOfFile") reproduced Source : revenue Spirit-source code download network www.vscodes.com
Platform: | Size: 4096 | Author: 无名 | Hits:

[Windows DevelopRegularDllCall

Description: 动态库编程,编辑导入函数,可以根据接口进行调用-DLL programming and editing, import function that can be called interface
Platform: | Size: 325632 | Author: luzxiong | Hits:

[ActiveX/DCOM/ATLdll_import_example

Description: VC++中非MFC DLL编程源代码之导出类-VC African MFC DLL programming source derived category of Code
Platform: | Size: 368640 | Author: ai | Hits:

[source in ebookvc_math_arithmetic

Description: 《VC++和BC++数值分析类库》光盘内含C++数值分析动态连接库(包括动态库文件*.dll和入口库文件*.lib及头文件*.h),分Visual C++和Borland C++(Builder)两个版本。另有一个曲线绘制程序Plot.exe 。 -"VC and BC numerical analysis class library" CD-ROM containing C Numerical Analysis Dynamic Link Library (DLL including document* . dll and import lib*. libraries and header files*. h),- Visual C and Borland C (Builder) two versions. There is a procedure Plot.exe curves.
Platform: | Size: 5390336 | Author: 何爽 | Hits:

[DocumentsWin32dlProgramme

Description: Win32环境下dll编程原理,介绍了导出和导入函数的匹配,与DLL模块建立链接,使用符号名链接与标识号链接,编写DllMain函数-Win32 environment dll programming, and introduces the Export and Import of the matching function, DLL modules and links, the use of symbolic name and logo, link to link, to prepare DllMain function
Platform: | Size: 4096 | Author: 焦亚民 | Hits:

[Crack Hackencrypt

Description: 《共享软件加密算法库》专业版PB6.5调用示例 readme.txt --本文件 reg.pbl --pb6.5的原码 reg.exe --可执行文件 reg.sra --pb交换文件 w_reg.srw --pb交换文件(可直接导入pb其它版本) pbvm60.dll --pb6.5的动态库(运行reg.exe时需要) - Encryption algorithm library sharing software Professional Edition call PB6.5 example readme.txt- this file reg.pbl- pb6 .5 original code reg.exe- executable file reg.sra- pb exchange files w_reg . srw- pb swap file (which can directly import pb other versions) pbvm60.dll- pb6 .5 dynamic library (running reg.exe required)
Platform: | Size: 26624 | Author: wwwwww | Hits:

[Windows DevelopImpREC_DLL

Description: ImportREC可以手工重建Import表,是脱壳必备工具之一,本代码是ImpREC 1.1 DLL源码。 -ImportREC can manually rebuild Import Table is one of the tools necessary shell, the code is ImpREC 1.1 DLL source code.
Platform: | Size: 126976 | Author: xdjm | Hits:

[.netDXFImportNET

Description: Write and compile your own application programs using the DXF Import .NET software contained in this package. -Write and compile your own application programs using the DXF Import. NET software contained in this package.
Platform: | Size: 1745920 | Author: 岳宏亮 | Hits:

[Delphi VCLmysqlbackupdll

Description: Delphi mysql 导入导出 COM-dll 源码 PHP 调用 demo-Delphi mysql export import COM-dll source PHP call demo
Platform: | Size: 309248 | Author: hutian | Hits:

[Windows DevelopBCB_DLL

Description: BCB 编写 DLL 终极手册,应用BCB进行动态链接库的编写,导入导出、应用的技术介绍。-BCB Ultimate DLL manual preparation, application BCB for the preparation of a dynamic link library, import and export, the application of Technology.
Platform: | Size: 9216 | Author: guodl | Hits:

[SymbianRich_Text_to_HTML_conversion

Description: Twm Davies describes the code he wrote to accurately import and export HTML to and from Symbian Rich Text format. The DLL source code, plus S60 and UIQ test applications, are available for download too!
Platform: | Size: 158720 | Author: walty | Hits:

[Game Hook CrackDLL_INJECTOR_EXE.zip

Description: Dll injector all the complete function. You can change program speed by open exe file or inject a process,similar as speederXp, build in vc6 no error no warning by Jesse Stone Taiwan. msn:fatalfeel@hotmail.com ,Dll injector all the complete function. You can change program speed by open exe file or inject a process, similar as speederXp, build in vc6 no error no warning by Jesse Stone Taiwan. Msn: fatalfeel@hotmail.com
Platform: | Size: 84992 | Author: 小誠 | Hits:

[TCP/IP stackMACSPOOF

Description: Program Macspoof Created by Bruce Raisley and released to the public domain. Compiles under Delphi 6,7 and up Requires: NETCONLib_TLB import type library Type Lib: C:\WINDOWS\system32\hnetcfg.dll (1)
Platform: | Size: 25600 | Author: cmatoshot | Hits:

[Otherheadconv

Description: dll import header program for delphi import dll and the use public functions on dll's in delphi
Platform: | Size: 289792 | Author: ignasi | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net