搜索资源列表
dll_programing
- 关于动态链接库编程方面的书籍,也有静态链接库的讲解,对于从事WINDOWS编程的朋友来说非常有帮助-Programming on the dynamic link library books, but also on the static link library, for programming WINDOWS friends very helpful
dll
- 动态静态链接库vc++(dll) 关于vc++动态链接库的程序,源代码-Dynamic static link library vc++ (Dll) on vc++ Procedure dynamic-link library, source code
GDIPlus-library
- 该源码包含了GDIPlus所需的所有头文件、静态连接库和动态链接库,经过本人的测试,可以在vc6.0环境下运行!相比传统的GDI使用更方便、功能更丰富!-GDIPlus the source contains all the necessary header files, static link library and dynamic-link library, after my test, you can run vc6.0 environment! GDI compared to the t
CE6_control_panel_major_source
- 实现CE6下的控制面板的功能。 上载代码是为了让用户仅作为研究CE6下的控制面板的源码级实现方式而用,不能用于商业目的,否则上传者概不负责。 由于CE6的源代码的头文件以及链接静态库组织比较分散,所以没有把所有需要的头文件和静态库放入其中。这样做的目的是为了大家更好的学习代码,而不是用于生成二进制代码来给某些伪君子用于商业目的。 -CE6 achieve under the control panel functions. Upload the code is to allow us
VCDllprogrammingsimpleterms
- 关于DLL的使用与编写,比较详细,从静态链接库开始介绍,然后动态连接库。-With regard to the use of DLL with the preparation, a more detailed descr iption from a static link library started, and then dynamic link library.
Makefile
- 使用静态库编译链接swap.c,同时使用动态库编译链接myadd.c。可运行程序生成在src/main目录下。 使用autoconf和automake工具为project工程自动生成Makefile,并测试。-use autoconf and automake tools to create a Makefile for project
static
- 简单实现静态链接库函数调用,进一步认识C语言的魅力-Simple implementation of the static link library function call, to further understand the charm of C language
StaticallylinkedLibrary
- 静态链接C/C++库,使用Developer Studio进行一些简单的编辑,创建一个M F C应 用程序可以访问的静态C和C + +库。-Statically linked C/C++ Library, use the Developer Studio for some simple editing, creating a MFC application can access the static C and C++ library.
Dll
- 本源码涉及动态链接库程序的编写以及静态库与动态库的区别说明,包括调用程序在链接静态库和动态库时的区别-The source process involved in the preparation of the dynamic link library and static library and dynamic library of different descr iptions, including the calling program in the dynamic link library
Dll_test
- 静态链接库,动态链接库的学习作业。静态调用和动态调用-Static link library, DLL learning work. Static call and dynamic invocation
Linux-DOC
- 动态链接的共享库是 GNU/Linux® 的一个重要方面。该种库允许可执行文件在运行时动态访问外部函数,从而(通过在需要时才会引入函数的方式)减少它们对内存的总体占用。本文研究了创建和使用静态库的过程,详细描述了开发它们的各种工具,并揭秘了这些库的工作方式。-Dynamically linked shared library is an important aspect of GNU/Linux ® . Of the library allows an executable file
CommLib
- 一个封装完美的串口库,异步IO驱动。VC++静态链接库。-A perfect encapsulation of the serial library
libtest
- 通过4个源码,生成2个静态库和7个应用程序。比较输出结果,说明编译链接的问题-The four codes, generating two static library and seven applications. Comparator output, the compiler links
X264_For_ARM
- 里面包括一个X264源码包,和一个为ARM编译好的包,里面libx264.a静态链接库很重要-Which includes a X264 source package, and a compiled package for the ARM, the inside libx264.a static link library is very important
dlltest
- VC++动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。-VC++ dynamic link library program. The difference between static and dynamic library, as well as the calling program when the link static and dynamic libraries difference.
code-of-dll-of-vc
- 静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改 编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。 -Static and dynamic library distinction, and the procedure call link static libra
dllexample
- 该压缩包包括:1.动态链接库(DLL)的编译实例,包括_cdecl和stdcall两种常见函数调用约定的实现,并且解决了名字修改问题,在实例代码中有详细的说明!2.针对不同的函数调用约定,以及动态调用DLL库和静态调用DLL库分别提供了调用实例的源代码和程序!3.压缩包中包括VC++调用DLL的实例源码和Delphi调用DLL的实例源码和说明(利用前面VC++生成的DLL)!4.其中VC++调用DLL实例中还简单说明了计算string的长度,比较,大小写转换等功能实现的方法!-The compr
spl_win32_tut1
- 良好的window VC++编写的 DLL动态链接库和静态库的封装例程-Good window of vc++ write a DLL dynamic link library and the encapsulation of static library routines
libspl-0.4
- 极其优秀的window VC++编写的 DLL动态链接库和静态库的libspl-0.4.zip封装例程 -Extremely good window of vc++ write a DLL dynamic link library and the static library libspl- 0.4. Zip package routines
