Help - Search - Members - Calendar
Full Version: What Vst Needs?
440 Forums > English > Mac Music > Music Software > Development
aquaman
I have the VST SDK examples compiled but I can't compile outside of the sdk folder. I am including all of the .h, .hpp, and .cpp files so there must be some specifications made in the .xcode file for the examples that the docs don't tell you about. Can someone please answer the following questions?

1) When I create a new VST project should it be a Cocoa Application, an empty project, or some tool or plugin?

2) What files (other than the source code) do I need to include in my .xcode project and where do I include them?

The compilation error I am getting says it can't find some object which is defined several times in the vstgui.cpp file under the preprocessor #if statements for various OS's. Perhaps when I create my own project I am not including a file that tells the preprocessor I am using MACX?

Any help would be greatly appreciated?
Thanks
fmenzer
Hi,

1) you need to make a Carbon bundle

2) the missing file is probably vstplugsmacho.h (from the source/common directory of the VST SDK). I needed to copy it to my project folder and set it as the Precompile Prefix Header. Basically it defines that your project is for Mac OS X.

Hope this helps.

Best regards,
Fritz Menzer
outsidesales
QUOTE (fmenzer @ Oct 8 2005, 19:13)
Hi,

1) you need to make a Carbon bundle

2) the missing file is probably vstplugsmacho.h (from the source/common directory of the VST SDK). I needed to copy it to my project folder and set it as the Precompile Prefix Header. Basically it defines that your project is for Mac OS X.

Hope this helps.

Best regards,
Fritz Menzer

tongue.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.