Bruce
Bruce

Reputation: 35255

How do I generate dll from VC++ project?

I am trying to build a plugin for Miranda IM. I am totally new to Visual Studio. Here are the plugin files source files: http://miranda.svn.sourceforge.net/viewvc/miranda/trunk/miranda/plugins/testplugin/ How do I compile this to generate a dll? Sorry for my ignorance. I am using VS2008.

Upvotes: 0

Views: 97

Answers (1)

Andrey Sboev
Andrey Sboev

Reputation: 7682

Click right mouse button on the Project in solution tree, choose properties->general->Configuration Type, choose "Dynamic Library (.dll)"

Upvotes: 1

Related Questions