Popular x64 Tags
- compile x64 download
- compiler x64 download
- pascal x64 download
- web site x64 download
- web site management x64 download
- sitemaps generator x64 download
- ide x64 download
- python debugger x64 download
- visual studio x64 download
- python x64 download
- software x64 download
- programming x64 download
- debug x64 download
- create application x64 download
- development x64 download
- python ide x64 download
- wingware x64 download
- language x64 download
- browser x64 download
- vb net x64 download
- audio processing x64 download
- debugger x64 download
- free controls x64 download
- improve x64 download
- java ide x64 download
- development environment x64 download
- dll x64 download
- javascript x64 download
- parser x64 download
- closure compiler free download x64 download
You are here: X-64-bit Download
\ Development
\ Compilers & Interpreters \ FreeBasic for Windows (x64 bit)
FreeBasic for Windows (x64 bit) 1.10.1
Sponsored links:
license: Open Source
downloads: 3130
size: 37.50 MB
updated: 2023-12-28
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, Windows 11
Add Your Review or 64-bit Compatibility Report
Top Compilers & Interpreters 64-bit downloads
Microsoft Visual Studio Professional 2026 18.2.0
Powerful IDE for professional developers with advanced coding and debugging tools.
Trialware | $99.99
SWIG 4.2.1
SWIG simplifies the integration of C/C++ code with various programming languages.
Open Source
Simply Fortran 3.41 Build 4438
Simply Fortran: Robust IDE for Fortran, C, and C++ with advanced debugging tools.
Trialware | $149.00
ETAC Interpreter 4-0-6-ena
ETAC is a general purpose stack-based interpreted script programming language.
Freeware
Visual Assist X 2024.3
Increases automation, simplifies navigation and displays vital information
Trialware | $99.00
Portable Sikuli X 1.0 RC3
A visual technology to automate and test graphical user interfaces
Freeware
Members area
Top 64-bit Downloads
-
ooRexx x64 4.2.0
x64 freeware download -
MADARA for Windows x64
bit 3.0.0
x64 open source download -
Software Ideas Modeler
Portable x64 14.55
x64 freeware download -
EiffelStudio 64bit 7.3.9.2766
x64 open source download -
IDA Free 8.4
x64 freeware download -
PilotEdit Pro x64 20.5.0
x64 shareware download -
TeamTalk SDK x64
Professional Edition 5.11a
x64 trialware download -
ANKHOR FlowSheet x64 2.1.0.13320
x64 trialware download -
GNU Prolog for Windows
(x64 bit) 1.5.0
x64 open source download -
Strawberry Perl Portable
x64 5.38.2.2
x64 open source download
Top Downloads
-
NASM 2.16.01
open source download -
VMProtect Ultimate 2.13.2
demo download -
AdFind 1.62.00
freeware download -
Devart UniDAC 11.0.0
shareware download -
TeeChart Pro VCL / FMX 2023
shareware download -
Swapy 0.5.4
open source download -
Adobe Flash Player
Debugger 32.0.0.465
freeware download -
HxD 2.5.0.0
freeware download -
dotConnect for DB2 5.0.0
shareware download -
Microsoft Visual Studio
Professional 2026 18.2.0
trialware download -
SWIG 4.2.1
open source download -
OpenGI 2.1.1
open source download -
Electron Fluent UI 4.5.0
open source download -
UniversalIndentGUI 1.2.0 Rev 1070
open source download -
FX Equation 39.2.0
open source download












