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
- visual studio x64 download
- python debugger x64 download
- programming x64 download
- software x64 download
- development x64 download
- debug x64 download
- create application x64 download
- python ide x64 download
- wingware x64 download
- language x64 download
- debugger x64 download
- python x64 download
- browser x64 download
- vb net x64 download
- free controls x64 download
- audio processing 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: 3023
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
Easy Code for MASM 1.07.0.0009
A setup program and includes the source code of a nice CD player
Freeware
Microsoft Visual Studio Professional 2022.17.14

Powerful IDE for professional developers with advanced coding and debugging tools.
Trialware
FreeBasic for Windows (x64 bit) 1.10.1
FreeBASIC is a free/open source (GPL), 64-bit BASIC compiler for Windows
Open Source
SuperCollider 3.12.2
An environment and programming language for real time audio synthesis
Open Source
Visual TFT 4.5.0
Designed to help you create a graphical user interface for a TFT display
Demo | $99.00
Members area
Top 64-bit Downloads
-
HiveMind 1.0
x64 demo download -
FreeBasic for Windows
(x64 bit) 1.10.1
x64 open source download -
PyScripter x64 4.3.4
x64 open source download -
Android NDK x64 Revision 26d
x64 freeware download -
MyEclipse 2023.1.1
x64 trialware download -
ProDelphi64 26.5
x64 freeware download -
EverEdit Portable x64 4.5.0.4500
x64 shareware download -
IDA Free 8.4
x64 freeware download -
Image Viewer SDK ActiveX
x64 17.0
x64 shareware download -
LoadUI 64-bit 2.5.4
x64 open source download
Top Downloads
-
NASM 2.16.01
open source download -
Easy Code for MASM 1.07.0.0009
freeware download -
SMMsg suite for
Delphi/C++Builder 1.23
shareware download -
C# Digital Signature PDF 2022.10.9532
shareware download -
HxD 2.5.0.0
freeware download -
HiveMind 1.0
demo download -
Tesseract Config File 2022.8.7804
shareware download -
Tesseract OCR Speed 2022.8.7804
shareware download -
Microsoft Visual Studio
Professional 2022.17.14
trialware download -
How to use Tesseract OCR
in C# 2020.11.0
shareware download -
Lingobit Localizer
Enterprise 9.0.8419
trialware download -
VBReFormer 6.4.5
shareware download -
Devart LiteDAC 6.4.0
shareware download -
Spices.Net Obfuscator 5.21.5.0
shareware download -
Thonny 4.1.7
open source download