Reputation: 35255
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
Reputation: 7682
Click right mouse button on the Project in solution tree, choose properties->general->Configuration Type, choose "Dynamic Library (.dll)"
Upvotes: 1