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
- programming x64 download
- debug x64 download
- software 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
- debugger x64 download
- audio processing x64 download
- free controls x64 download
- improve x64 download
- java ide x64 download
- development environment x64 download
- javascript x64 download
- parser x64 download
- dll 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: 3136
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
Python 3.14.3
Python: Versatile, high-level programming language for web, data, and automation.
Open Source
Intel Visual Fortran Composer XE 2015.2.179
A comprehensive set of software development tools
Trialware | $299.00
Portable Sikuli X 1.0 RC3
A visual technology to automate and test graphical user interfaces
Freeware
RAD Studio 13 Version 37.0
Rapidly create high-performance applications for multiple platforms with RAD Studio.
Trialware | $2 804.00
Understand 7.2 Build 1244
Understand: Advanced static analysis tool for code comprehension and quality.
Demo
OpenWire Studio 8.0
Graphical and data flow codeless programming development environment
Shareware | $99.00
Members area
Top 64-bit Downloads
-
Android NDK x64 Revision 26d
x64 freeware download -
PilotEdit Pro x64 20.6.0
x64 shareware download -
Scanner Pro SDK ActiveX
x64 1.0
x64 shareware download -
install4j x64 10.0.6
x64 trialware download -
dirtyJOE x64 1.7 (c529)
x64 freeware download -
MADARA for Windows x64
bit 3.0.0
x64 open source download -
Racket 64bit 8.13
x64 freeware download -
psutil for Windows Vista
(x64 bit) 5.6.5
x64 open source download -
Java Service Wrapper
Professional Edition x64 3.5.25
x64 shareware download -
OraBone x64 8.5.0
x64 freeware download
Top Downloads
-
NASM 2.16.01
open source download -
VMProtect Ultimate 2.13.2
demo download -
Devart UniDAC 11.0.0
shareware download -
Zlib 1.3.1
freeware download -
Android Studio 2025.3.1 Panda 1
freeware download -
OllyDbg 2.01
freeware download -
Android NDK x64 Revision 26d
freeware download -
PHP 8.5.3
open source download -
TMS FNC UI Pack 1.0.0.0
shareware download -
Help+Manual 10.1.0
shareware download -
JProfiler 15.0.4
trialware download -
Docker 4.62.0
shareware download -
Schoolhouse Test 6.1.161.0
demo download -
Devart ODAC 14.0.0
shareware download -
ZylGpsReceiver.NET 3.31
shareware download











