X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Wed, 26 Sep 2007 00:45:00 -0400 From: Ethan Rosenberg Subject: Re: C programming errors, and some other things Resend To: djgpp AT delorie DOT com Message-id: <0JOY0033YL7RG7Z0@mta5.srv.hcvlny.cv.net> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Reply-To: djgpp AT delorie DOT com To ALL of the list - Thank you ever so much for all of your wonderful help. Brian - I am a newbie, and can make stupid mistakes. Re: The problems with the code and display --- 1] My apologies for the above. I had removed some proprietary code from the program, and that caused it to hang when you tried to compile. That issue I fixed ... two misplaced braces. 2] Problem with display solved by using another computer w/o a video card designed to run two monitors. Other new problems --- 3] However... previously when I compiled with RHIDE, the screen would show the compile commands; eg, gcc -g -o bla.c bla.o [I am probably not accurate with what I just wrote, but you have the idea.] Now all it says it "compiling". 3] If I set a breakpoint, and wish to run till breakpoint [F4], RHIDE crashes with a diagonal display on the screen showing some of the C code, and some messages "code not created for ....". I think it is being compiled w/o debugging code and is being optimized. Is there any compiler flag that will force the system not to optimize? 4] If I step thru the program, [F7 or Shift F7], the user screen is never displayed. When the program needs input, there is no way to do it. FYI - I was using ver 5 of RHIDE [rhid15ab.zip] and was experiencing the above problems. I switched to an earlier version, [rh1501b.zip] and the problem persists. Again, much thanks. Ethan ************ I am sending this message again, since it may have never reached the list. I would deeply appreciate a reply, if at all possible. Thanks again. Ethan