Re: How to find header files in "External Frameworks"?
Re: How to find header files in "External Frameworks"?
- Subject: Re: How to find header files in "External Frameworks"?
- From: Markus Hitter <email@hidden>
- Date: Thu, 19 Feb 2004 09:54:28 +0100
Am 19.02.2004 um 03:48 schrieb Keith Bettinger:
The code had references to several header files like AppleEvents.h and
Folders.h that I easily found in the frameworks that Xcode
automatically imported for me, but the
compiler was considerably less cognizant of them -- I had to add them
to the compile path by hand to get the compiler to find them.
How about removing the #includes? If you include Carbon.h in your
project's precompiled header their contents should be available
already. Will speed up compilation as well.
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.