FROM : Ben Dougall
DATE : Sun Nov 21 13:22:01 2004
On Sunday, November 21, 2004, at 05:30 am, Nick Zitzmann wrote:
>
> On Nov 20, 2004, at 6:51 PM, Joey Coyle wrote:
>
>> Does this just mean the header file is not public for us to view??
>
> No, it means that you might not be including the right frameworks. A
> quick BBEdit search shows that CGDirectDisplayID is defined in
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
> Frameworks/CoreGraphics.framework/Versions/A/Headers/>
> CGDirectDisplay.h.
here's a useful command line search to tell you all the headers that a
particular phrase appears in:
find /System/Library/Frameworks -name \*.h -exec grep -li
"CGDirectDisplayID" {} \;
DATE : Sun Nov 21 13:22:01 2004
On Sunday, November 21, 2004, at 05:30 am, Nick Zitzmann wrote:
>
> On Nov 20, 2004, at 6:51 PM, Joey Coyle wrote:
>
>> Does this just mean the header file is not public for us to view??
>
> No, it means that you might not be including the right frameworks. A
> quick BBEdit search shows that CGDirectDisplayID is defined in
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
> Frameworks/CoreGraphics.framework/Versions/A/Headers/>
> CGDirectDisplay.h.
here's a useful command line search to tell you all the headers that a
particular phrase appears in:
find /System/Library/Frameworks -name \*.h -exec grep -li
"CGDirectDisplayID" {} \;
| Related mails | Author | Date |
|---|---|---|
| Joey Coyle | Nov 20, 23:36 | |
| Markus Spath | Nov 21, 01:07 | |
| Joey Coyle | Nov 21, 02:51 | |
| Nick Zitzmann | Nov 21, 06:30 | |
| Ben Dougall | Nov 21, 13:22 | |
| Joey Coyle | Nov 21, 17:02 | |
| Nick Zitzmann | Nov 21, 18:06 | |
| David Dunham | Nov 21, 22:40 | |
| Joey Coyle | Nov 22, 00:30 | |
| David Dunham | Nov 24, 01:36 |






Cocoa mail archive

