Printable Version of Topic

Click here to view this topic in its original format

440 Forums _ Development _ What Vst Needs?

Posted by: aquaman Wed 8 Dec 2004, 15:46

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

Posted by: fmenzer Sat 8 Oct 2005, 20: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

Posted by: outsidesales Fri 2 Dec 2005, 02:57

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

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)