Re: EXC_BAD_ACCESS when calling third party library function
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