2003
How to change compiler settings for one particular file ?
12/11/03 11:05
I need to compile a source file with different compiler settings as the other files of the project, how to ?
More...
More...
How to link to a dylib ?
07/11/03 11:05
I have a problem linking my project to a dylib of my own: the dylib is correctly installed in the search path and I have the correct -lMyLib flag set in the linker option, but the linker always report an "Undefined symbol: xxx". What can be wrong?
More...
More...
Yacc files compiling with Xcode and native targets is broken...
05/11/03 11:06
Is there a workaround ?
More...
More...
How to change "__MyCompanyName__" ?
24/09/03 11:07
Where does ProjectBuilder (Xcode) stores the string to use as "__MyCompanyName__" ?
More...
More...
How to solve the "Cocoa/Cocoa.h" not found problem?
03/07/03 10:52
When downloading example projects from some site I got an error at the compiling of the precompiled header, where the compiler complains about system frameworks not to be there ?
Why and how to solve ?
More...
Why and how to solve ?
More...