Author Topic: Bcx 7.4.2 Available for Download  (Read 1215 times)

MrBcx

  • Administrator
  • Hero Member
  • *****
  • Posts: 1885
    • View Profile
Bcx 7.4.2 Available for Download
« on: February 08, 2020, 10:15:02 PM »
https://bcxbasiccoders.com/archives/YahooGroups/Bcx_Files_New/Bcx742.zip

**********************************************************************************************
2020/02/08: Changes in 7.4.2 from 7.4.1
**********************************************************************************************
2020/02/01 Robert Wishlaw provided several improvements when using Embarcadero Cpp.
2020/02/01 James Fuller requested minor tweak to Cpp output to better support ULEX.exe
2020/02/03 Robert Wishlaw suggested removing INPW, INPD, OUTW, OUTD.  MS Reference:
           https://docs.microsoft.com/en-us/cpp/c-runtime-library/inp-inpw-inpd?view=vs-2019
2020/02/04 James Fuller replaced keypress() with getchar() in the PAUSE statement (less code)
2020/02/04 Kevin Diggins added optional no-pad to STR$ function, (per Robert Wishlaw request)
2020/02/04 Kevin Diggins added LEFTSTR() and RIGHTSTR() functions to BCX.
2020/02/07 Kevin Diggins added BCX_ToolTip (hWindow,"Tip Text"[,1=boring rectangle style])