Popular x64 Tags
- compiler x64 download
- compile x64 download
- pascal x64 download
- web site x64 download
- web site management x64 download
- sitemaps generator x64 download
- visual studio x64 download
- development x64 download
- programming x64 download
- software x64 download
- create application x64 download
- debug x64 download
- language x64 download
- ide x64 download
- python debugger x64 download
- python ide x64 download
- debugger x64 download
- wingware x64 download
- python 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: 2973
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
FreeBasic for Windows (x64 bit) 1.10.1
FreeBASIC is a free/open source (GPL), 64-bit BASIC compiler for Windows
Open Source
Intel Visual Fortran Composer XE 2015.2.179
A comprehensive set of software development tools
Trialware | $299.00
DoneEx VbaCompiler for Excel 2.3.21
Protect your Excel VBA code with DoneEx VbaCompiler for Excel.
Demo
BioSig for Octave and Matlab R2024b
Powerful software for numerical computing, data analysis, and visualization.
Trialware
Members area
Top 64-bit Downloads
-
IDA Free 8.4
x64 freeware download -
TeamTalk SDK x64
Professional Edition 5.11a
x64 trialware download -
PyScripter x64 4.3.4
x64 open source download -
EverEdit Portable x64 4.5.0.4500
x64 shareware download -
PilotEdit Pro x64 19.3.0
x64 shareware download -
LoadUI 64-bit 2.5.4
x64 open source download -
PyQt6 6.7.0
x64 open source download -
FreeBasic for Windows
(x64 bit) 1.10.1
x64 open source download -
Java Runtime Environment
64bit 10.0.2
x64 freeware download -
Android NDK x64 Revision 26d
x64 freeware download
Top Downloads
-
NASM 2.16.01
open source download -
AdFind 1.62.00
freeware download -
HxD 2.5.0.0
freeware download -
Tundra 2.3.2
open source download -
Md5deep 4.4
freeware download -
Texmaker 5.1.4
freeware download -
Milesight VMS Lite(ONVIF
compatible) 2.1.0.26
freeware download -
IDA Free 8.4
freeware download -
KindleGen 2.9 B1029
freeware download -
Easy Code for MASM 1.07.0.0009
freeware download -
TMS Advanced Charts 4.0.0.0
commercial download -
OllyDbg 2.01
freeware download -
Swapy 0.5.4
open source download -
Adobe Flash Player
Debugger 32.0.0.465
freeware download -
XTOOLS
shareware download