Hello,
I have built a simple carbon application package, and added 2 static lib that I have written. This links without any problem,
but when I launch the application, I got an alert saying :
Application Launch Failure
The application "SoundPlayer" could not be launched
because of a shared library error:
"<SoundPlayer><SoundPlayer<><>"
This seems to be a CodeWarrior error, because I'm running a French version of MacOS X. I'm linking against
MSL_All_Carbon_D.lib.But I don't know how to fix this : even the debugger hang and does not respond : I cannot add breakpoint or
something else.
Any idea ?
David
David Scrève - 24 Jun 2003 16:28 GMT
> Hello,
>
[quoted text clipped - 9 lines]
> MSL_All_Carbon_D.lib.But I don't know how to fix this : even the debugger hang and does not respond : I cannot add breakpoint or
> something else.
Forget about this...I just found it : Problem with CFM initialisation.
David