• 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: EXC_BAD_ACCESS when calling third party library function
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EXC_BAD_ACCESS when calling third party library function


  • Subject: Re: EXC_BAD_ACCESS when calling third party library function
  • From: Nick Zitzmann <email@hidden>
  • Date: Sun, 1 Apr 2007 12:05:06 -0600


On Apr 1, 2007, at 11:49 AM, Ken Tozier wrote:

The third party lib suffix is ".a"
The project is compiled with Objective C++
The lib function is called from within a Cocoa class method

Do I have to call functions in ".a" libs in a special way?

No; the problem probably exists in the static library. Static libraries end with ".a" and their contents are directly copied into the linked product during link time. Did you compile that library yourself? Where did you get that library?


Nick Zitzmann
<http://www.chronosnet.com/>




_______________________________________________

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


  • Follow-Ups:
    • Re: EXC_BAD_ACCESS when calling third party library function
      • From: Ken Tozier <email@hidden>
References: 
 >EXC_BAD_ACCESS when calling third party library function (From: Ken Tozier <email@hidden>)

  • Prev by Date: EXC_BAD_ACCESS when calling third party library function
  • Next by Date: Re: EXC_BAD_ACCESS when calling third party library function
  • Previous by thread: EXC_BAD_ACCESS when calling third party library function
  • Next by thread: Re: EXC_BAD_ACCESS when calling third party library function
  • Index(es):
    • Date
    • Thread