Author Topic: Bcx 7.6.3 Available for Download  (Read 903 times)

MrBcx

  • Administrator
  • Hero Member
  • *****
  • Posts: 1885
    • View Profile
Bcx 7.6.3 Available for Download
« on: January 18, 2021, 12:33:42 PM »
Hello Friends,

BCX v7.6.3 is available for download:

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

REVISIONS
**********************************************************************************************
2021/01/18       Changes in 7.63 from 7.6.2           
**********************************************************************************************
Robert Wishlaw : Added CASE SENSITIVITY to BCX's built-in QSORT string sorts

Kevin Diggins  : Updated HEX2DEC function to return 64-bit unsigned long long
                 PRINT USING$("###,###,###,###,###,###,###",HEX2DEC("FFFFFFFFFFFFFFFF"))
                 RESULT:        18,446,744,073,709,551,616

Kevin Diggins  : Minor change to tolerate unneeded, parenthesised "CLOSE" command arguments 

Kevin Diggins  : Added missing #define _strnicmp  strnicmp for Lcc-Win32

James Fuller   : Reported superfluous "return 0;" in tmain.  Fixed by Kevin Diggins

Robert Wishlaw : Extended ISPTR() to 64-bit cast, thus eliminating VC64 warnings.