Walkthrough: Creating and Using a Dynamic Link Library (C++)

1:菜单栏-->FileNewProject.

2:  选择 Win32 Console Application

VS 创建 使用C++ 静态类库(Dll)

 

3:在 Application Settings 页, 在Application type 下, 选择 Static library

VS 创建 使用C++ 静态类库(Dll)

 

4:完成

 

 

相关文章: