Hi,
In the last few days i started with VST development.
I've been working on Microsoft's Visual Studio but today i tried to port the source code of my VS project to a XCode project in my apple laptop.
Well, everytime i try to start a project from the scratch in XCode anything goes wrong.
This wasnt an exception:
1º - I created a directory with my source files, only.
2º - I created an bundle XCode project
3º - I added all the source and header to the project thru the add existing files function
4º - Toking the VST examples project gaven by steinberg as example, i also imported frameworks (Carbon, Quicktime and Applications Services)
5º - i created a new target and putted, the frameworks, sources and headers in their respectly folder inside the target.
6º - when i try to build it it gives me the following error in one vst header file:
/Users/lpx/Desktop/MyVst/VstFiles/AEffect.h:28:5: error: token "." is not valid in preprocessor expressions
/Users/lpx/Desktop/MyVst/VstFiles/AEffect.h:188:5: error: token "." is not valid in preprocessor expressions
The file is exactly the same used in the xcode project from steinberg.
i think anything is missing.
i've also compared all the project settings with the one provieded by steinberg and it's the same thing
Any tips?
Many thx