BCX v8.2.0 is available for download

Started by MrBcx, December 27, 2024, 07:57:11 AM

Previous topic - Next topic

Quin

Coming back to BCX after a bit of a break, thanks as always MrBCX! Every time I stop coding for a bit and come back, I always see you doing great work :)


MrBcx

BCX 8.2.0 has been released.     This is a minor update.

https://bcxbasiccoders.com/archives/YahooGroups/Bcx_Files_New/Bcx820.zip

~ MrBcx ~

REVISIONS:

*********************************************************************************************
2024/12/27       Changes in 8.2.0 from 8.1.9
*********************************************************************************************
Robert Wishlaw : Added HPEN and HBRUSH casts to the BCX_TRIANGLE runtime

Kevin Diggins  : Replaced FP_WRITE with FP_OUTPUT inside internal SUBS/FUNCTIONS that used
                 FP_WRITE as an argument name, thus eliminating shadowing warnings issued
                 against the original FP_WRITE (a global variable) used internally by BCX.
                 
Kevin Diggins  : Upgraded internal DJB2 hash function to unsigned 64-bit which should
                 produce even fewer collisions.  Seems to be working fine compiling BCX
                 and all the BCX regression testing apps.
               
Kevin Diggins  : Corrected DRAW runtime bug caused by insufficient memory buffer.