Hi all
I have a framework "A" depends on a static lib "slib" . My Testapp depends
on Framework "A" and it use a method inside the "slib", which call
HIShapeCreateWithRect.

I built my Testapp using 10.5sdk on leopard and set the Deployment Target as
10.4 Tiger. Everything works well on leopard .
But When I switch to tiger , MyTest crashs because of
"dyld: lazy symbol binding failed: symbol not found: HIShapeCreateWithRect
......
Expected in :
/system/library/Frameworks/ApplicationService.framework/Versions/A/ApplicationServices
"

This is a very wired problem . HIShapeCreateWithRect is inside
Carbon.framework. Why the linker trys to resolve it in ApplicationServices?

Dose anyone have any suggestion ?
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to