
Official Developer SDK (SDK v6) :
Click here
A wizard (based on SDK v4) is available that will create a basic plugin C++ project for you.
To build plugins in C++ with Microsoft Visual C++ 2003/2005/2008:
Download & Install the Wizard
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"
- Click on "VirtualDJ Plugin"
- Give a "Name" to the plugin (do not use spaces)
- Define the "Location"
- Click "OK"
- A new window appears
- Select the kind of plugin you want
- Click on "Finish"
The wizard does not currently support MS VC++ 2010. You can still build plugins using 2010 obviously by using the raw SDK files.
To build plugins in C++ with Apple XCode :
Download
Wiki HOME