• 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: program crashes because of a variable declaration
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >program crashes because of a variable declaration (From: Martin Batholdy <email@hidden>)

  • Prev by Date: Re: Outlets not allocated
  • Next by Date: Re: program crashes because of a variable declaration
  • Previous by thread: program crashes because of a variable declaration
  • Next by thread: Re: program crashes because of a variable declaration
  • Index(es):
    • Date
    • Thread