CodeWarrior Release 4

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CodeWarrior Release 4

1,284 Views
Richard_1
Contributor I
Hi. I am novice programmer using CodeWarrior Release 4 on Mac OS 9. When using the menu and then selecting new project, then Mac OS, then C_C++, then Standard Console, then Std C Console PPC (DLL) to bring the project windows up, the Sources, ANSI Libraries, and Mac Libraries folders inside a window appeared. Then I wanted to run the sample program from the sources folder that CodeWarrior gave which is just saying "Hello World", but it does not give me the output. Instead it gives an error saying the following message: 'Could not lauch "Std C Console PPC DLL" because the library "MSL C.PPC.DLL" was not found'. But when I searched the computer I did found such a file. Would you please tell me of how to solve this problem or what needs to be done to make CodeWarrior recognize that the file is there. If you happen to know how to solve this problem, please tell me so. Thank you very much for even reading my article.
Labels (1)
0 Kudos
1 Reply

195 Views
J2MEJediMaster
Specialist I
Boy, that brings back memories... :smileyhappy: And I'll be drawing from memory to try to answer this, so bear with me.

The MSL C.PPC.DLL file should have been part of the CodeWarrior installation. It implements the run-time for the C libraries, and without it, you're not going to get anywhere. You'll want to check your CW installers discs for it, or run the full install option.

---Tom

0 Kudos