• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to display Japanese in debug console?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >How to display Japanese in debug console? (From: Norio Ota <email@hidden>)
 >Re: How to display Japanese in debug console? (From: Damien Bobillot <email@hidden>)
 >Re: How to display Japanese in debug console? (From: Damien Bobillot <email@hidden>)
 >Re: How to display Japanese in debug console? (From: Norio Ota <email@hidden>)
 >Re: How to display Japanese in debug console? (From: Steve Sisak <email@hidden>)

  • Prev by Date: Re: How to display Japanese in debug console?
  • Next by Date: Re: How to display Japanese in debug console?
  • Previous by thread: Re: How to display Japanese in debug console?
  • Next by thread: XCode 2.3 internal error upon opening project
  • Index(es):
    • Date
    • Thread