Skip to content

Harbour 3.0.0 (r16951) stable

Latest
Compare
Choose a tag to compare
@vszakats vszakats released this 25 Mar 10:08
· 9519 commits to main since this release

NOTE: Outdated version, please use the latest development version instead.

Source archives and Windows binaries are available for download.

Release notes

Unified Windows release for mainstream compilers and
x86, x64, WinCE/ARM platforms.

Installed size: 231MB (76MB - 317MB)

The default installation will install MinGW compiler + x86 static
and shared libs, MSVC x86 libs and examples.

Options: x86 shared tools, x64 shared tools, MinGW x64 and
WinCE-ARM libs, MSVC x64 libs, shared x64/WinCE-ARM libs.

Usage:

  1. install/unpack to any directory (C:\hb30\)
  2. go to the C:\hb30\bin directory (might as well add it to your PATH)
  3. For x86 executable, type: hbmk2 ../tests/hello.prg
  4. For x64 executable, type: hbmk2 ../tests/hello.prg -compiler=mingw64
    [needs mingw64 to be installed in comp/mingw64 dir beforehand]
  5. For WinCE/ARM executable, type: hbmk2 ../tests/hello.prg -platform=wce
    [needs cegcc to be installed in comp/mingwarm dir beforehand]

Tool/library versions used to create this package

  • Compiler tools

    MinGW GNU C 4.5.2 (TDM-DW2) (included)
    MinGW w64 GNU C 4.5.3-20110207 (pre-release)
    MinGW CeGCC 4.4.0
    MSVC 2010 SP1

  • External lib dependencies

    ACE 10.10, Allegro 4.2.2, Blat 2.6.2, Cairo 1.8.8, libcurl 7.21.4,
    Firebird 2.5.0, FreeImage 3.15.0, GD 2.0.35,
    MySQL 5.5.13, OCILIB 3.9.0, OpenSSL 1.0.0d,
    PostgreSQL 9.0.4-1, QT 4.7.2, WATTCP 2.2.10

Changes since 2.0.0

[TODO]