EXC_BAD_ACCESS when calling third party library function
EXC_BAD_ACCESS when calling third party library function
- Subject: EXC_BAD_ACCESS when calling third party library function
- From: Ken Tozier <email@hidden>
- Date: Sun, 1 Apr 2007 13:49:53 -0400
Hi
I'm getting EXC_BAD_ACCESS when calling a third party library
function. I read the tech note here "http://developer.apple.com/qa/
qa2004/qa1367.html" related to this error but it doesn't seem to
apply, as the bad access always happens in a call to a function in
third party lib.
I assume this EXC_BAD_ACCESS is because the library isn't loaded but
it's in the "Link Binary with Libraries" build phase.
Here's the project info:
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?
Thanks for any help
Ken
_______________________________________________
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