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

complex math messaging problem


  • Subject: complex math messaging problem
  • From: Marcus Staloff <email@hidden>
  • Date: Wed, 9 May 2007 21:49:15 -0400

I have a document based app where I have a complex math instance variable in a model class, i.e., _Complex double result.

I use this variable in another class:
result = [[self dataModel] result];

I run the app on an iBook running the same Xcode v 2.4.1, and the same OSX 10.4.9 as on a MacBook. The app is exactly the same code on both machines. It performs correctly on the iBook but doesn’t run on the MacBook.

The MacBook gives the error:
“Could not find file /Users/marcusstaloff/myCocoaDevel/Complex 2/asm objc_msgSend 0x90a59380. Perhaps it was removed or deleted?”


The problem is somehow associated with the above call for the complex variable. It is not to do with the c complex math calls and functions that I use.

If I just don’t try to make the above call for the complex instance variable, and instead do the complex math using the double real and imaginary components in the using class, then the complex arithmetic works and the app runs.

Is there a bug in the Intel architecture so that it can’t handle complex messaging whereas the Power PC architecture can? Is there some additional header file needed for the Intel and not for the PPC? Something else I'm missing?

Any help in solving this problem or in filing a bug report if it is that, would be greatly appreciated._______________________________________________

Cocoa-dev mailing list (email@hidden)

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


  • Prev by Date: Re: Choosing a build configuration for a dependent project
  • Next by Date: Objective-C/Cocoa reference manual
  • Previous by thread: Re: Easier Toolbar Class
  • Next by thread: Objective-C/Cocoa reference manual
  • Index(es):
    • Date
    • Thread