How to create a C DLL using Visual Studio 2012

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

How do you do this?

+7
source share
2 answers

This is under the file / New / Project / Templates / Visual C ++ / Win32 / Win32 Project. Follow the wizard and you will be prompted with a "DLL" on the second page.

(This is with Visual Studio 2012 - some wording may vary in other versions.)

+10
source
0
source

All Articles