• 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
Strange problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Strange problem


  • Subject: Strange problem
  • From: "Theodore H. Smith" <email@hidden>
  • Date: Fri, 10 Jun 2005 02:38:56 +0100


I'm ending up here:

#0 0x928970e8 in -[NSException raise]
#1 0x92896f3c in +[NSException raise:format:]
#2 0x92862bc0 in -[NSPlaceholderString initWithFormat:locale:arguments:]
#3 0x938a039c in +[NSAlert alertWithMessageText:defaultButton:alternateButton:otherButton:informati veTextWithFormat:]
#4 0x00009e80 in MessageBox at MacMFCShims.mm:239



void MessageBox( char* s ) { NSString* ns = [[NSString stringWithCString:s]retain]; NSAlert* dead = [NSAlert alertWithMessageText:ns defaultButton:0 alternateButton:0 otherButton:0 informativeTextWithFormat:0 ]; NSBeep(); [dead runModal]; [ns release]; }

The code looks correct to me. It's crashing on alertWithMessageText. I can't figure this out at all. The string is this, by the way: "Parsing complete. 0 needed resource(s) found."

--
http://elfdata.com/plugin/ Industrial strength string processing, made easy.


"All things are logical. Putting free-will in the slot for premises in
a logical system, makes all of life both understandable, and free."

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Strange problem
      • From: Cameron Hayne <email@hidden>
    • Re: Strange problem
      • From: Fritz Anderson <email@hidden>
  • Prev by Date: Sizing NSDatePicker in Graphical Mode
  • Next by Date: Re: Universal Binaries, x86 and compatibility...
  • Previous by thread: Sizing NSDatePicker in Graphical Mode
  • Next by thread: Re: Strange problem
  • Index(es):
    • Date
    • Thread