constants? strings? what do i wrong?
constants? strings? what do i wrong?
- Subject: constants? strings? what do i wrong?
- From: "Steffi Krause" <email@hidden>
- Date: Mon, 2 Feb 2004 20:54:13 +0100 (MET)
i have an interface like this:
@interface MyClass: NSObject
{
#define ASTRING @"Stringcontent"
}
in the implementation i have this:
NSLog (ASTRING);
and i get an error like this: MyApp has exited due to signal 10 (SIGBUS).
what is wrong here? i'm stuck!
--
GMX ProMail (250 MB Mailbox, 50 FreeSMS, Virenschutz, 2,99 EUR/Monat...)
jetzt 3 Monate GRATIS + 3x DER SPIEGEL +++
http://www.gmx.net/derspiegel +++
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.