Strange problem
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