基于VC++的动态链接库的创建与调用方法
Creating and Loading DLL with VC++
-
摘要: 首先介绍了Visual C++ 6.0中动态链接库的制作和装载方法、步骤,然后介绍了动态链接库的动态调用和静态调用方法,并给出了相应的实例.Abstract: This paper introduces how to create and load the dynamic link library,and then it presents how to dynamically and statically load a DLL and also gives some corresponding examples.