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?
\\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?
Posté Tue 04 Oct 11 @ 4:48 am
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.
Posté Tue 04 Oct 11 @ 4:57 am
Visual C++ 2005 Studio => C:\Program Files\Microsoft Visual Studio 8\VC\VCprojects\VirtualDJ
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.8.0
Param="WIZARD_NAME = vdjpluginwizard"
Param="FALLBACK_LCID = 1036"
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"
Wizard=VsWizard.VsWizardEngine.9.0
Param="WIZARD_NAME = vdjpluginwizard"
Param="FALLBACK_LCID = 1036"
Posté Tue 04 Oct 11 @ 3:09 pm