I’m building the audio plugins demo, JuceDemoPlugin, on win32 (Vista) using Visual C++ 2008 Express Edition.
But there’s no .dll file in the Debug output folder (it builds a .lib file). Although Configuration Properties -> General -> Configuration Type is set to Dynamic Library (.dll).
I have set the JucePlugin_Build_VST def to 1 in the file JucePluginCharacteristics.h to build a VST plugin and RTAS and AU are set to 0.
I must have missed something. Please enlight me.
/Mike