Re: program crashes because of a variable declaration
Re: program crashes because of a variable declaration
- Subject: Re: program crashes because of a variable declaration
- From: Clint Shryock <email@hidden>
- Date: Thu, 11 Jun 2009 08:48:10 -0500
can you post the error message? I can't reproduce this
On Thu, Jun 11, 2009 at 8:38 AM, Martin Batholdy <email@hidden>wrote:
> Hi,
>
> my program crashes if I add a variable declaration to a header file.
> I really don't understand what the hell is wrong with it;
>
>
> The programm works fine with this lines;
>
> @interface AppleScriptHandler : NSObject {
> NSDictionary *errorInfo;
> NSString *appFolder, *filePathFinderFiles;
> }
>
>
>
> But it crashes on startup when I add something like;
>
> @interface AppleScriptHandler : NSObject {
> NSDictionary *errorInfo;
> NSArray *test;
> NSString *appFolder, *filePathFinderFiles;
> }
>
>
>
> ... or this;
>
> @interface AppleScriptHandler : NSObject {
> NSString *xxx;
> NSDictionary *errorInfo;
> NSString *appFolder, *filePathFinderFiles;
> }
>
>
>
>
> I don't change anything but this line ...
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden