What Vst Needs?, writing a plugin with xcode |
Wed 8 Dec 2004, 15:46
Post
#1
|
|
Newbie Group: Members Posts: 18 Joined: 02-Jun 03 From: - US Member No.: 18,960 |
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 |
|
|
Sat 8 Oct 2005, 20:13
Post
#2
|
|
Newbie Group: Members Posts: 1 Joined: 08-Oct 05 From: Pully - CH Member No.: 71,036 |
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 This post has been edited by fmenzer: Sat 8 Oct 2005, 20:15 |
|
|
Fri 2 Dec 2005, 02:57
Post
#3
|
|
Newbie Group: Members Posts: 1 Joined: 02-Dec 05 From: LA - US Member No.: 73,296 |
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 This post has been edited by outsidesales: Fri 2 Dec 2005, 02:57 -------------------- |
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: