Hi all,
I'm trying to create a C++ project that uses a framework (mono).
I've clicked on the project in groups and files> add> existing framework and added the framework.
I've then gone to Project > Edit Project Settings and set "always search user paths" to true and added the framework's header path.
but when I use
#include <mono/jit/jit.h>
it complains that the file can not be found
When I use the full file path it finds the header then goes on to generate lots more errors because it cant find the header files that the header file uses itself.
My project type is C++ tool...
If i need to set any compiler flags what are they and how do i set them inside XCode (Excuse me but I'm normally a VS users on a windows box, with a little iPhone development, though my Cocoa projects seem to use frameworks seamlessly)
Thanks.
I'm trying to create a C++ project that uses a framework (mono).
I've clicked on the project in groups and files> add> existing framework and added the framework.
I've then gone to Project > Edit Project Settings and set "always search user paths" to true and added the framework's header path.
but when I use
#include <mono/jit/jit.h>
it complains that the file can not be found
When I use the full file path it finds the header then goes on to generate lots more errors because it cant find the header files that the header file uses itself.
My project type is C++ tool...
If i need to set any compiler flags what are they and how do i set them inside XCode (Excuse me but I'm normally a VS users on a windows box, with a little iPhone development, though my Cocoa projects seem to use frameworks seamlessly)
Thanks.