furyhunter600
Still Fresh
- Joined
- Sep 29, 2006
- Messages
- 21
Alrighty, new problem at hand; I tried answering this myself on the other topic, but it didn't help.
Let's say I'm going to write a junk string for some reason to stderr:
CODE
fprintf( stderr, "BLAH BLAH JUNK STRING" );
Okay, run the program... aha, in stderr.txt it says "BLAH BLAH JUNK STRING" (without a newline). But stderr.txt only appears on a Windows binary.
How do I make stderr.txt appear on the gp2x binary? As I said, I tried fflush(stderr); after the line which writes the stuff I need to put in stderr, but nothing happens.
Let's say I'm going to write a junk string for some reason to stderr:
CODE
fprintf( stderr, "BLAH BLAH JUNK STRING" );
Okay, run the program... aha, in stderr.txt it says "BLAH BLAH JUNK STRING" (without a newline). But stderr.txt only appears on a Windows binary.
How do I make stderr.txt appear on the gp2x binary? As I said, I tried fflush(stderr); after the line which writes the stuff I need to put in stderr, but nothing happens.