Codewarrior...

Winn

Registered
Just few questions:

1) How can i build an application which runs ONLY in the terminal window, the application produce not much grafical output ?

2) Compiling my source with gcc in terminal window is succesful, but the application performance is really bad. CW got an commando line compiler, but from him, i get only errors -> non-MSL header before MSL header

3) Running the application on PC is double faster than on my G4 with the same CPU Speed ?! Whats that ? Whats wrong ?

Pls need your experience just new to Mac development, Winn
 
Project Preferences -> Code Generation -> PPC Processor -> Check "Peephole Optimization"

Now the application is four times faster than before AND 2 two times faster than on my PC *juhuuuu* :D
 
Back
Top