I'm very sorry about the bug in the Bonjour example.
I've put an updated solution here:
http://weblog.bignerdranch.com/ChatterExample.zip
Sincerely,
Aaron Hillegass
Big Nerd Ranch, Inc.
[EMAIL PROTECTED]
I just tried out the Bonjour sample (chapter 19) from the Hillegass/
Dalrymple Boo
On Oct 23, 2008, at 6:52 PM, Roland King wrote:
and how do you do that? There's no gui doodad for adding random
directories that I could find and googling threw up mdimport but
says that's a one-time indexing and won't be updated. I'd love to
get some of that stuff in spotlight.
In my p
and how do you do that? There's no gui doodad for adding random
directories that I could find and googling threw up mdimport but says
that's a one-time indexing and won't be updated. I'd love to get some
of that stuff in spotlight.
On Oct 24, 2008, at 12:30 AM, I. Savant wrote:
On Thu, O
On Thu, Oct 23, 2008 at 12:16 PM, Jens Beuckenhauer
<[EMAIL PROTECTED]> wrote:
> the "INET_TCP" isn't recognized on my 10.5 system. What do I have to put
> there? I searched the documentation and many, many Webpages for the right
> header file, only finding the sentence, "it is related to the syst
Use IPPROTO_TCP instead, which is in the Unix headers.
>>>
>
>Hello again,
>
>my first answer was too quick...
>
>If I put the 0x06 (I found it in the header file for INET_TCP) in the
>code, it works. But how can I include the header? I do not get it to
>work for a more cleaner approch...
>
>I
Hello again,
my first answer was too quick...
If I put the 0x06 (I found it in the header file for INET_TCP) in the
code, it works. But how can I include the header? I do not get it to
work for a more cleaner approch...
I tried
#import
and
#import
I get: No such file or directory.