Quick Sign In:  

Forum: VirtualDJ Plugins

Topic: How to build plugins in visual C++ 2010

This topic is old and might contain outdated or incorrect information.

twagaPRO InfinityMember since 2009
Files derived from \'Download & Install the Wizard\' don\'t include
\\Plugin_Wizard_PC\\Visual C++ 2010 Express Edition.
In the following steos, \"VirtualDJ\" doesn\'t appear as a choice item when I select \"Visual C++\".

How to build a plugin with Microsoft Visual C++:
Open Visual C++ or Visual Studio
\"File\" -> \"New\" -> \"Project\"
A new window appears
Select \"Visual C++\"
Select \"VirtualDJ\"

Is there a way to build plugins in visual C++ 2010?
 

Posted Tue 04 Oct 11 @ 4:48 am
SBDJPRO Infinity Member since 2006
The plugin wizard isn't configured for VS2010. You'll have to create the plugin manually - all the wizard really does is create a project with a skeleton source file and include the relevant VDJ headers.
 

Posted Tue 04 Oct 11 @ 4:57 am
djcelPRO InfinityModeratorMember since 2004
Visual C++ 2005 Studio => C:\Program Files\Microsoft Visual Studio 8\VC\VCprojects\VirtualDJ

vdjpluginwizard.vsz wrote :
VSWIZARD 7.0
Wizard=VsWizard.VsWizardEngine.8.0
Param="WIZARD_NAME = vdjpluginwizard"
Param="FALLBACK_LCID = 1036"



Visual C++ 2008 Express => C:\Program Files\Microsoft Visual Studio 9.0\VC\Express\VCProjects\VirtualDJ

vdjpluginwizard.vsz wrote :
VSWIZARD 7.0
Wizard=VsWizard.VsWizardEngine.9.0
Param="WIZARD_NAME = vdjpluginwizard"
Param="FALLBACK_LCID = 1036"
 

Posted Tue 04 Oct 11 @ 3:09 pm


(Old topics and forums are automatically closed)