FreeBasic for Windows 1.07.2 freeware
FreeBASIC is a free/open source (GPL), 32-bit BASIC compiler for Microsoft Windows and Linux. When used in its "QB" language mode, FreeBASIC provides a high level of support for programs written for QuickBASIC. Many programs written for QuickBASIC will compile and run in this mode with no changes needed. However, for compilation in the FreeBASIC default language mode, most substantial programs will require changes.
Author | The FreeBASIC development team |
Released | 2020-12-25 |
Filesize | 11.30 MB |
Downloads | 1262 |
OS | Windows XP, Windows Vista, Windows 7, Windows 8, Windows 10 |
Installation | Instal And Uninstall |
Keywords | basic compiler, compile basic, basic syntax, compiler, basic, compile |
Users' rating (13 rating) |
FreeBasic for Windows Free Download - we do not host any FreeBasic for Windows torrent files or links of FreeBasic for Windows on rapidshare.com, depositfiles.com, megaupload.com etc. All FreeBasic for Windows download links are direct FreeBasic for Windows download from publisher site or their selected mirrors.
1.07.2 | Dec 25, 2020 | New Release | changed: warning level for all warnings is increased by 1. Default warning level is 1. Previously, default warning level was 0 and some warnings had level of -1. reverted changes due sf.net #832: Fix bug allowing QB style suffixes on all keywords, regardless of -lang suffixes in '-lang fb' reverted to fbc-1.05.0 behaviours rtlib: internal fb_MemCopyClear() argument types changed to expect unsigned lengths (UINTEGER =size_t) github #256: gfxlib2: enable frame buffer on linux-arm targets gfxlib2: X11 driver - set the window title for both the frame window and the client window added: gas64 emitter for x86_64 (SARG), added '-gen gas64' command line option to select github #256: gfxlib2: add vga16_blitter for linux-arm targets to pack 2 pixels per byte and write to linear frame buffer makefile: add arm and aarch64 targets to the bootstrap package release: add arm and aarch64 targets as an option to the contrib/release.build.sh script |
1.07.1 | Sep 28, 2019 | New Release | changed: fbc '-version' reports build date in yyyy-mm-dd format (aka build date iso) added] extern "rtlib": respects the parent namespace, uses default fb calling convention and C style name mangling FB_BUILD_DATE_ISO__ intrinsic define to return fbc build date in 'yyyy-mm-dd' format FB_BUILD_SHA1__ intrinsic define to return the compiler's source code commit sha-1, (if known) print sha-1' to print the compiler's source code commit sha-1, (if known) makefile: 'FBSHA1=1' makefile configuration option to determine the current repo commit sha-1 from git makefile: 'FBSHA1=some-sha-1' makefile configuration option to explicit set the repo commit sha-1 makefile: '-d FBSHA1="some-sha-1"' compiler option to set the value of '__FB_BUILD_SHA1__' when building fbc fixed: makefile: under MSYS2 (and friends), TARGET_ARCH is now identified from shell's default target architecture instead of shell's host architecture |
1.05.0 | Jan 31, 2016 | New Release |