
Official Developer SDK :
Click here
To build plugins in C++ with Microsoft Visual C++ :
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
- Define the "Location"
- Click "OK"
- A new window appears
- Select the kind of plugin you want
- Click on "Finish"
To build plugins in C++ with Apple XCode :
Download
Wiki HOME