Untitled

posted in DruinkJournal
Published February 05, 2008
Advertisement
Current CodeWarrior rant:

This doesn't work:
printf("%s", somelongstring);
You have to do this if the string is over 64 chars (Might be 128):
for(int i=0; i);

Piece of shit IDE... I mean, come on. I'd like to be able to print reasonably long strings if you don't mind too much.
Previous Entry Untitled
Next Entry Untitled
0 likes 5 comments

Comments

ukdeveloper
Oh man, you and Codewarrior. I mean, that hack is just uncalled for and nobody should have to jump through hoops like that. That IDE is shit, is it the only thing that Nintendo let you use with the DS libraries or something? I mean, really, what a way to kill productivity what with it crashing every two seconds and being generally wank.
February 05, 2008 05:40 AM
Evil Steve
Quote:Original post by ukdeveloper
Oh man, you and Codewarrior. I mean, that hack is just uncalled for and nobody should have to jump through hoops like that. That IDE is shit, is it the only thing that Nintendo let you use with the DS libraries or something? I mean, really, what a way to kill productivity what with it crashing every two seconds and being generally wank.
Yeah, it's the "official" compiler. I could use Visual Studio or something, but I don't have time at the moment to find out how to set VC up with the DS devkit (Or if it's even possible).
February 05, 2008 07:20 AM
Ravuya
That sounds more like a standard library limitation to me, sir.
February 05, 2008 10:21 AM
Evil Steve
Quote:Original post by Ravuya
That sounds more like a standard library limitation to me, sir.
I'm still blaming CodeWarrior.

Possibly related is that if you print out about 100 lines in quick succession, codewarrior just displays a mess of parts of lines shoved together, where the alternative debugger works fine.

I should probably have tried the above through the alternative debugger...
February 05, 2008 11:08 AM
jollyjeffers
I hope never to use CodeWarrior
February 06, 2008 04:04 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement