QB64 V0.872 released
QB64 Version 0.872 (April 16th) has been released with the following updates:
- QB64 compiler/ide source code released! (.bas file located in download in qb64\source\ folder)
- Implemented REDIM _PRESERVE array-name(…)
(QB64 uses _PRESERVE to dynamically scale itself and can now compile even larger programs)
- New commands added to control/automate the desktop
i=_SCREENIMAGE 'creates a new image of the desktop (always a 32-bit image, don't forget to free it later)
_SCREENCLICK x,y 'sim…
Leave a comment
Log in to leave a comment »