Projects / FreeBASIC / Releases

RSS All releases of FreeBASIC

  •  21 Apr 2008 13:52

No changes have been submitted for this release.

  •  30 Dec 2007 05:33

No changes have been submitted for this release.

  •  12 Sep 2007 01:20

Release Notes: Numerous bugs were fixed. Basic object support was introduced. Legacy QuickBASIC support was separated into -lang QB. A more strict default mode was added, requiring all variables to be dimensioned. Parameters to procedures are now passed by reference. Operator overloading, methods in types, properties in types, constructors, and destructors were added. Many miscellaneous changes were made.

  •  10 Jun 2006 22:48

Release Notes: The parser will now recover from non-fatal errors. Full support for namespaces was added. All compound statements now open implicit scope blocks. Many bugs were fixed.

  •  30 Nov 2005 22:10

    Release Notes: New features include Unicode strings, OPEN for devices, complete Windows API headers, and many bugfixes.

    Release Notes: To fully support pointer typecasting, expressions are now multiplied by the pointer type every time a pointer is updated, as done in C. This means that "dim p as integer ptr:" "p += len( integer )" must be changed to "p += 1" to make BYVAL AS STRING arguments more safe, as they are now allowed in FB functions. If not passing pointers or numeric values such as NULL or 0, the BYVAL modifier must be used.

    Screenshot

    Project Spotlight

    HTTrack/WebHTTrack

    An offline browser which copies Web sites to your computer.

    Screenshot

    Project Spotlight

    mdepub

    A tool to use Pandoc and Calibre to compile Markdown text to Epub, with source included in the Epub.