FROM : Celery01 Lin
DATE : Thu May 15 02:59:26 2008
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 ?
DATE : Thu May 15 02:59:26 2008
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 ?
| Related mails | Author | Date |
|---|---|---|
| Celery01 Lin | May 15, 02:59 | |
| Nick Zitzmann | May 15, 03:02 | |
| Jack Repenning | May 15, 03:14 | |
| Celery01 Lin | May 15, 03:34 |






Cocoa mail archive

