生成/创建 DLL 及调用/引用DLL里的函数、全局变量、静态C++类成员函数等
<h2 style="font-size: 15px; line-height: 24px; clear: both;">原文及更多内容,在这里:http://yysource.sourceforge.net/?p=66创建DLL:
新建DLL工程:
</h2>在VC6下,File —> New —> Projects —> Win32 Dynamic-Link Library(一般在倒数第二个)—> 输入名字 —> 选择 An empty DLL project. —> Finish
新建头文件:
<div style="font-weight: normal; color: #333333; font-size: 15px; line-height: 24px;"> File —> New —> Files —> C/C++ Header File
页:
[1]