CC386 4.06 Changes

This is a description of recent changes to CC386. This release has minor bug fixes.

The major fix in this release is to fix a nagging bug where the IDE would lock up on exit.

CC386 4.06

  • cc386: handle default segments for far pointers better when the address being assigned to the pointer is more complex than a simple variable, e.g. 'int far *p1 = &v[4];' works better now.
  • ccide: fix a lockup due to multithreading window handlers for sure this time
  • ccide: fix mouse wheel in information window
  • xrc: fix so that #defines in a response file will be handled properly