8

I've been doing all of my development using C# in Visual Studio, first 2010 and now 2012. I need to create a DLL using C language for the project I'm working on. Only when I do File | New Project, I can't find an option for creating a DLL using C.

How do you do this?

4

2 回答 2

10

它位于文件/新建/项目/模板/Visual C++/Win32/Win32 项目下。按照向导进行操作,您将在第二页看到“DLL”。

(这适用于 Visual Studio 2012 - 某些措辞在其他版本中可能有所不同。)

于 2013-04-19T21:33:27.887 回答
-1

这是完整的教程:演练:创建和使用动态链接库(C++)

于 2016-01-13T14:44:36.310 回答