From: teletep on
I would like a single file with a sorted list of all the prototypes of
the OSX calls from all system libraries.
(CF, foundation, Appkit, Dylib, etc). Method and Carbon calls must not
be in the list.

Thankx - Teletep
From: Tom Harrington on
In article
<d2e78742-a6ca-4ee2-a59c-b1f8568766e9(a)m25g2000yqc.googlegroups.com>,
teletep <teletep(a)yahoo.com> wrote:

> I would like a single file with a sorted list of all the prototypes of
> the OSX calls from all system libraries.
> (CF, foundation, Appkit, Dylib, etc). Method and Carbon calls must not
> be in the list.
>
> Thankx - Teletep

I would like a free pony, but that's not going to happen either.

If you install Apple's developer tools, you'll get header files for
everything that's supported. Merging all of these into one uber-header
is left as an exercise for the reader's scripting-fu, if the reader can
be bothered.

Honestly what you're asking for would have very little use, but if
you're interested, Mac OS X supplies you with many scripting languages
to choose from.

--
Tom "Tom" Harrington
Independent Mac OS X developer since 2002
http://www.atomicbird.com/
From: Nick Naym on
In article tph-86CE91.16503228122009(a)localhost, Tom Harrington at
tph(a)pcisys.no.spam.dammit.net wrote on 12/28/09 6:50 PM:

....
....
>
> I would like a free pony, but that's not going to happen either.
>

Santa ignored you again this Christmas, Tom? ;)
....
....
--
iMac (24", 2.8 GHz Intel Core 2 Duo, 2GB RAM, 320 GB HDD) � OS X (10.5.8)

From: teletep on
On 29 dec, 00:50, Tom Harrington <t...(a)pcisys.no.spam.dammit.net>
wrote:
> --
> Tom "Tom" Harrington
> Independent Mac OS X developer since 2002http://www.atomicbird.com/

On http://unumu.com/docs/oreilly/unix3/mac/ch05_01.htm there is an
article about precompiled OSX framework headerfiles, having the ".p"
suffix.
However, i dont find any such file on my system. Where can i find
those files? Do i have to make them myself?
Thanx - teletep
From: Tom Harrington on
In article
<4a5d02da-48e0-4685-84e6-6e6be9f2371a(a)m16g2000yqc.googlegroups.com>,
teletep <teletep(a)yahoo.com> wrote:

> On 29 dec, 00:50, Tom Harrington <t...(a)pcisys.no.spam.dammit.net>
> wrote:
> > --
> > Tom "Tom" Harrington
> > Independent Mac OS X developer since 2002http://www.atomicbird.com/
>
> On http://unumu.com/docs/oreilly/unix3/mac/ch05_01.htm there is an
> article about precompiled OSX framework headerfiles, having the ".p"
> suffix.
> However, i dont find any such file on my system. Where can i find
> those files? Do i have to make them myself?

I'm not sure, but if that book is your reference, step 1 is probably to
install Mac OS X 10.2-- because that was current when the book was
written. If you're working with a more-recent version of Mac OS X such
as 10.6, consider using a reference which is reasonably up to date as
well.

Anyway, if you actually read that page, you'd know that you never, ever
need to make use of those header files themselves. They were
automatically generated on an as-needed basis and developers did not
need to take any special steps to make use of them.

--
Tom "Tom" Harrington
Independent Mac OS X developer since 2002
http://www.atomicbird.com/
 |  Next  |  Last
Pages: 1 2
Prev: The cost of a Mac
Next: Spotlight is buggy?