Re: [OT] WTF is SIOUX?
Re: [OT] WTF is SIOUX?
- Subject: Re: [OT] WTF is SIOUX?
- From: "David A. Gatwood" <email@hidden>
- Date: Mon, 28 Oct 2002 18:03:55 -0800 (PST)
On Mon, 28 Oct 2002, Art Gillespie wrote:
>
I'm moving my development back to Codewarrior from PB for a while (I'm still
>
a total CW neophyte) and every time I try to fprintf(stderr, ...) during
>
execution, something called SIOUX pops up an umovable window that captures
>
all my stderr output and adds a bunch of extra menus to whatever app I'm
>
using as a host.
SIOUX is the codewarrior text console. That's expected if you're printing
stuff to standard output. If you want to do debug logging, log it to
syslog or something (man syslog) instead.
Later,
David
---------------------------------------------------------------------
David A. Gatwood email@hidden
Developer Docs Writer email@hidden
Apple Computer email@hidden
Check out my weekly web comic:
http://www.techmagazine.org
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.