Thank you, kind sir. Sometimes it is difficult to see the individual ferns on the floor of the massive forest!

Oddly enough, the problem seems to have been caused by the lack of the os.c file being compiled into the project at all? Some files that were in the 3.2.8 code stream are no longer present and this new os.c file was added to the 3.3.0 code tree. I had copied to the files from the 3.3.0 code stream into the project subdirectory, but I had missed the fact that there was a new file, and the compilation did not report the problem!

I added this file and adjusted the optimization level, and the problem disappeared -- the code is working as before!

I have adjusted the code so that the debug mode has optimization turned off, but that it is still enabled in release mode.

Thanks once again.

-ken

On 13-Jan-06, at 8:40 PM, [EMAIL PROTECTED] wrote:

Try recompiling with all optimization turned off.  Optimizers
tend to reorder code which makes single-stepping confusing - both
for you and your debugger.

Reply via email to