Orange C 5.0.4 is released

The Orange C source code has been cleaned up and is now on GITHUB. If you want to look at it the user name is LADSoft and the repository name is OrangeC.

There have been several bug fixes since the release of 5.0. Early on there were problems with help files and the help/about screen which have been addressed. The other fixes are as follows:

  • OCIDE:fixed problem with debugger sometimes crashing if invoked multiple times
  • OCC: added new syntax for pragma pack: #pragma pack(push, ...) #pragma pack(pop) to correct a problem when compiling JWASM.
  • OCC: fixed problems with initialization of anonymous unions
  • CLIBS: fixed asctime & ctime to work again.