Re: how to hide/show/bring to front apps with Cocoa?
Re: how to hide/show/bring to front apps with Cocoa?
- Subject: Re: how to hide/show/bring to front apps with Cocoa?
- From: petite_abeille <email@hidden>
- Date: Sat, 13 Jul 2002 19:04:02 +0200
On Saturday, July 13, 2002, at 03:07 , Greg Hulands wrote:
Why does it have to be Cocoa and not what does the job, in this case
carbon?
Maybe because I don't know anything whatsoever about this "Carbon"
thing. Also because if there are some APIs in Carbon to do it, there
must be something equivalent in Cocoa/Quartz/Whatever used by Carbon
itself. Why deal with some "intermediary" (aka Carbon)?
In any case, where can I locate the "Processes.h" thing?
Your friendly locate, returns
/Developer/Headers/FlatCarbon/Processes.h
It turns out that Processes.h itself is only a place holder for #include
<Carbon/Carbon.h>
/System/Library/Frameworks/Carbon.framework/Versions/A/Headers/Carbon.h
And so on, and so forth...
So where do I find "Processes.h" in this labyrinth of directories?
Thanks for any insight:-)
PA.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.