Stephen Kay wrote:
> I am ****ting a PowerPlant app to Carbon, I am now at the point where I
am
> trying to link against CarbonLib, on OS 9.2.2.
>
> The app links, but when it launches, it immediately quits with an error
of
> "Could not launch "app" because the library ">>CarbonLib<<" was not
found.
> Someone else said this might be caused by also having InterfaceLib in
the
> project. Well, I can't remove InterfaceLib, or I get a zillion other
link
> errors at this point in the ****t. However, that is the only other lib
still
> being included.
They're right. You can't link against both InterfaceLib and CarbonLib.
Remove InterfaceLib and then solve the link errors; they're probably
things that don't exist anymore in Carbon that you have to call
replacements for.


|