Re: How to display Japanese in debug console?
Re: How to display Japanese in debug console?
- Subject: Re: How to display Japanese in debug console?
- From: Chris Hanson <email@hidden>
- Date: Mon, 26 Jun 2006 01:51:09 -0700
On Jun 25, 2006, at 8:36 AM, Steve Sisak wrote:
I hate to say this, but would you mind if I asked you how I
prevent from getting the compile error?
You can probably just copy the declaration into one of your own
header files.
This is in general not a good idea -- you should actually include the
header that contains the declaration, in case the declaration isn't
what you think it is or has to change transparently. For example,
the "errno" global variable in many Unix variants (and in Mac OS X )
is actually a macro that calls a function that returns a per-thread
value. Code that declares "extern int errno;" itself rather than
including <errno.h> will break in such a situation.
-- Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden