Popular x64 Tags
- forum software x64 download
- forum software download x64 download
- free forum software download x64 download
- xe4 x64 download
- player x64 download
- free vlc x64 download
- skype x64 download
- office x64 download
- outlook express x64 download
- nero x64 download
- windows 7 x64 download
- turbo c x64 download
- sockscap x64 download
- daemon tools x64 download
- hide my ip address x64 download
- gom player x64 download
- nero express 9 x64 download
- filezilla x64 download
- vacation picture book x64 download
- vista home premium x64 download
- http tunnel x64 download
- filezilla ftp client x64 download
- msn x64 download
- free forum software x64 download
- my work x64 download
- quicktime x64 download
- design x64 download
- vista x64 download
- dvd decrypter x64 download
- adobe acrobat reader x64 download
You are here: X-64-bit Download
\ Development
\ Compilers & Interpreters \ FreeBasic for Windows (x64 bit)
FreeBasic for Windows (x64 bit) 1.07.3
Sponsored links:
license: Open Source
downloads: 1929
size: 29.2998046875 MB
updated: 2020-12-31
tags: x64 bit basic compiler, compile basic x64 bit, x64 bitbasic syntax, x64 bit compiler, basic, compile
Add to Basket

The FreeBASIC development team
Elegance, Power, Speed; Choose all three.
FreeBASIC is a free/open source (GPL), 64-bit BASIC compiler for Microsoft Windows.
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.
FreeBASIC for Windows x64 is a self-hosting compiler which makes use of the GNU binutils programming tools as backends and can produce console, graphical/GUI executables, dynamic and static libraries. FreeBASIC fully supports the use of C libraries and has partial C++ library support. This lets programmers use and create libraries for C and many other languages. It supports a C style preprocessor, capable of multiline macros, conditional compiling and file inclusion.
FreeBASIC has been rated close in speed with mainstream tools, such as GCC.
The FreeBASIC project is a set of cross-platform development tools initially created by Andre Victor, consisting of a compiler, GNU-based assembler, linker and archiver, and supporting runtime libraries, including a software-based graphics library. The compiler, fbc, currently supports building for i386-based architectures on the DOS, Linux, Windows and Xbox platforms. The project also contains thin bindings (header files) to some popular 3rd party libraries such as the C runtime library, Allegro, SDL, OpenGL, GTK+, the Windows API and many others, as well as example programs for many of these libraries.
FreeBASIC is a high-level programming language supporting procedural, object-orientated and meta-programming paradigms, with a syntax compatible to Microsoft QuickBASIC. In fact, the FreeBASIC project originally began as an attempt to create a code-compatible, free alternative to Microsoft QuickBASIC, but it has since grown into a powerful development tool. FreeBASIC can be seen to extend the capabilities of Microsoft QuickBASIC in a number of ways, supporting more data types, language constructs, programming styles, and modern platforms and APIs.
Most Important Features
BASIC compatibility
FreeBASIC is not a "new" BASIC language. You don't need to learn much new if you are familiar with any Microsoft-BASIC variant. You can use either "-lang qb" for compatibility, or (default) "-lang fb" for some of the new features, but it also brings some restrictions and some similarity with the "C" programming language. FreeBASIC is case-insensitive; explicit "main" procedure is not required; most of the graphic and console statements and procedures found in Microsoft QuickBASIC are implemented, et cetera. Only with "-lang qb": scalar variables don't need to be dimensioned and suffixes can be used; line numbers are supported; On Error and Gosub supported.
Clean syntax
Only a small number of keywords have been added. All procedures are implemented as libraries, so for the most part, there are no new intrinsic routines, and therefore there is a low chance of having name duplication with old code.
Thin bindings (header files) to existing C libraries and APIs
No wrappers or helpers are necessary, just a ported header file, making usage of external C libraries very easy. The official distribution comes with several bindings to existing C libraries already, see External Libraries TOC for a complete up-to-date list.
Multi-platform
FreeBASIC currently runs on 32-bit Windows, Linux, and DOS (a 16-bit DOS is good enough, although FreeBASIC itself and compiler output are 32-bit) and also creates applications for the Xbox console. More platforms to come. The runtime library was written with portability in mind. All third-party tools used exist on most operating systems already as they are from the GNU binutils.
FreeBASIC is a free/open source (GPL), 64-bit BASIC compiler for Microsoft Windows.
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.
FreeBASIC for Windows x64 is a self-hosting compiler which makes use of the GNU binutils programming tools as backends and can produce console, graphical/GUI executables, dynamic and static libraries. FreeBASIC fully supports the use of C libraries and has partial C++ library support. This lets programmers use and create libraries for C and many other languages. It supports a C style preprocessor, capable of multiline macros, conditional compiling and file inclusion.
FreeBASIC has been rated close in speed with mainstream tools, such as GCC.
The FreeBASIC project is a set of cross-platform development tools initially created by Andre Victor, consisting of a compiler, GNU-based assembler, linker and archiver, and supporting runtime libraries, including a software-based graphics library. The compiler, fbc, currently supports building for i386-based architectures on the DOS, Linux, Windows and Xbox platforms. The project also contains thin bindings (header files) to some popular 3rd party libraries such as the C runtime library, Allegro, SDL, OpenGL, GTK+, the Windows API and many others, as well as example programs for many of these libraries.
FreeBASIC is a high-level programming language supporting procedural, object-orientated and meta-programming paradigms, with a syntax compatible to Microsoft QuickBASIC. In fact, the FreeBASIC project originally began as an attempt to create a code-compatible, free alternative to Microsoft QuickBASIC, but it has since grown into a powerful development tool. FreeBASIC can be seen to extend the capabilities of Microsoft QuickBASIC in a number of ways, supporting more data types, language constructs, programming styles, and modern platforms and APIs.
Most Important Features
BASIC compatibility
FreeBASIC is not a "new" BASIC language. You don't need to learn much new if you are familiar with any Microsoft-BASIC variant. You can use either "-lang qb" for compatibility, or (default) "-lang fb" for some of the new features, but it also brings some restrictions and some similarity with the "C" programming language. FreeBASIC is case-insensitive; explicit "main" procedure is not required; most of the graphic and console statements and procedures found in Microsoft QuickBASIC are implemented, et cetera. Only with "-lang qb": scalar variables don't need to be dimensioned and suffixes can be used; line numbers are supported; On Error and Gosub supported.
Clean syntax
Only a small number of keywords have been added. All procedures are implemented as libraries, so for the most part, there are no new intrinsic routines, and therefore there is a low chance of having name duplication with old code.
Thin bindings (header files) to existing C libraries and APIs
No wrappers or helpers are necessary, just a ported header file, making usage of external C libraries very easy. The official distribution comes with several bindings to existing C libraries already, see External Libraries TOC for a complete up-to-date list.
Multi-platform
FreeBASIC currently runs on 32-bit Windows, Linux, and DOS (a 16-bit DOS is good enough, although FreeBASIC itself and compiler output are 32-bit) and also creates applications for the Xbox console. More platforms to come. The runtime library was written with portability in mind. All third-party tools used exist on most operating systems already as they are from the GNU binutils.
OS: Windows XP, Windows Vista x64, Windows 7 x64, Windows 8 x64, Windows 10 x64
Add Your Review or 64-bit Compatibility Report
Top Compilers & Interpreters 64-bit downloads
FreeBasic for Windows (x64 bit) 1.07.3

FreeBASIC is a free/open source (GPL), 64-bit BASIC compiler for Windows
Open Source
PyCharm 2020.3.2

Tools for productive development with Python programming language
Trialware | $199.00
Shudepb 1.8973
ShuDepb,the best pb decompiler. Easy to decompile all PowerBuilder(PB) version.
Demo | $1 400.00
tags: ShuDepb, pb decompiler
Members area
Top 64-bit Downloads
-
FreeBasic for Windows
(x64 bit) 1.07.3
x64 open source download -
PyScripter x64 3.6.2
x64 open source download -
HDFView x64 3.1.1
x64 freeware download -
PureBasic x64 5.72
x64 demo download -
EverEdit x64 4.0.0.4376
x64 freeware download -
PyQt4 x64 4.12.3
x64 open source download -
TexturePacker x64 5.5.0
x64 demo download -
Software Ideas Modeler
Portable x64 12.86
x64 freeware download -
Altova UModel Enterprise
Edition x64 2020 R2
x64 trialware download -
Sigil x64 1.4.3
x64 open source download
Top Downloads
-
NASM 2.14.02
open source download -
OllyDbg 2.01
freeware download -
DOSBox 0.74.3
freeware download -
Swapy 0.5.4
open source download -
FreeBasic for Windows
(x64 bit) 1.07.3
open source download -
Turbo Pascal 7.0
freeware download -
Texmaker 5.0.4
freeware download -
Turbo C++ 3.0
freeware download -
Notepad++ 7.9.2
open source download -
Zlib 1.2.11
freeware download -
XTOOLS
shareware download -
KindleGen 2.9 B1029
freeware download -
Kingo Android Root 1.5.0
freeware download -
Md5deep 4.4
freeware download -
Dev-C++ 5.11
open source download