Earlier News

 

2002-07-02

  • New Source tarball file available for download.
  • New GNU/Linux and Simplex build for Borland C binaries available for download now.

[to Top ------ ]
 

2002-06-16

  • Release of Alpha build 40
  • Great speed improvements.
  • ADS RDD: added support of extended data types, fixed seeking and scoping on date type indexes.
  • HbMake enhanced : Now support MuniGUI. Internationalization (Portuguese/English/Spanish) + HbMake with Windows user interface.
  • AltD() debugger invoke function fixed behavior.
  • DBFNTX functionality is significantly extended over standard Clipper's. Few bugs fixed, internal algorithms improved, what gives much better performance and index quality. Now DBFNTX is fully ready to Beta 1.0 stage.
  • DBFCDX more ready
  • New enhancements and bug fixes in the debugger.
  • Many bug fixes and enhancements.

[to Top ------ ]
 

2002-03-14

  • Release of Alpha build 39
  • Great speed improvements.
  • Harbour persistence (Class HBPersistent) optimized and impressively more faster
  • RTL strings management function optimization thanks to new function hb_retclen_buffer() and optimized use for hb_retc( NULL )
  • Strings sharing and static's strings implementation.
  • DBFNTX basic functionality is ready.
  • Added new possibilities in hrb handling.
  • __dbSdf() is ready
  • Delphi integration started.
  • ODBC library for linux.
  • Enhancements in hbmake and hbzlib.
  • New enhancements and bug fixes in the debugger.
  • Many bug fixes and enhancements.

[to Top ------ ]
 

2002-02-20

  • Roberto Lopez from Argentina took some ideas and inspiration from HGF (Harbour GUI framework) by Antonio Linares and Alexander Kresin, HWGUI by Alexander Kresin and BCX by Kevin Diggins and build a Mini GUI for Windows for Harbour. You can download the source and samples from here: http://www.geocities.com/harbour_minigui
     

[to Top ------ ]
 


2002-02-07

  • A new build of HBZLib, the Harbour ZIP library, is available for download now. See the contribution download page.

[to Top ------ ]
 

2002-02-03

  • A new build of HBMake, the Harbour make utility is available for download now. See the contribution download page. Luiz has set up a "How To" web page for HBMake, click here.

[to Top ------ ]
 

2002-01-22

  • More documentation files available for Alpha Build 38 on the download page.

[to Top ------ ]
 

2002-01-15

  • Release of Alpha build 38
  • RDD Scope handling was changed to handle non-character scopes correctly. Numeric scopes now work in RDDADS, but scopes are not yet supported in DBFCDX.
  • DBFNTX: Bug fixes + added support for numeric, date and logical indexes. Also added relations support.
  • DBFCDX: Many enhancements + bug fixes. Also added relations support.
  • New Apollo.lib for SIXNSX database connection via SDE60.DLL
  • HBZLib enhancements and fixes.
  • On Win32 platforms, Harbour now supports the ability to create and use .DLL files. These .DLL files can be used as pcode storage, Harbour Runtime storage, or both, and if both, can be made callable from other languages that use .DLL's as fully functional standalone modules.
  • HBMake enhancements and fixes.
  • Platform support for FreeBSD 4.4, which requires installation of the gmake (GNU make) port (instead of using FreeBSD's make).
  • New enhancements in the debugger.
  • HB_FM_STATISTICS can be turned off by defining HB_FM_STATISTICS_OFF in your make or bat files. Rebuilding Harbour this way yields a faster program,
    but it loses the ability to report on memory usage and leaks.
  • ::Super(::oneVar) is fixed, it is correctly interpreted now. Scooping freezed because it was not anymore working after the previous fix.
  • bitflags.c has functions to use a Harbour string for storing On/Off bit flags.
  • adssetServerType now returns any error numbers + added AdsRefreshRecord, AdsIsTableLocked, AdsIsRecordLocked
  • Enhanced HB_IS_OBJECT( PHB_ITEM )
  • __ClsAddMsg() case HB_OO_MSG_ONERROR modifed to use hb_parnl( 3 )
  • __ClsAddMsg() call, for ON ERROR clause, modified suplied parameters
  • HGF (Harbour GUI multiplatform Framework) started.
  • Class HBPersistent added to RTL to provide Harbour objects persistence.
  • New function __ClsGetProperties() added. Syntax:
    __ClsGetProperties( <nClassHandle> ) --> <aPropertiesNames>
  • + added HB_TRACESTRING() which lets prg code trace a string into same trace file/window as C traces
  • + added __TRACEPRGCALLS( <lOnOff> ) --> <lOldValue> Turns on | off tracing of PRG-level function and method calls. Dumps symbol name just before it's called.
    This is very useful when debugging GPFs as it will trace all PRG-level calls up until the crash. Uses HB_TRACE so traces are in line with any C-level traces.
  • Added new function __VMVARSLEN() --> nStatics. It returns the total amount of used static's variables
  • Many bug fixes and enhancements.

[to Top ------ ]
 

2001-12-29

  • New version of HBMake is online now. This version allows the user to choose all the 3rd parties libraries that are available in the harbour/lib directory. You can find it at the Contribution download page.

[to Top ------ ]
 
2001-12-15

  • Updated the link for MSChat 2.5, the free IRC client from Miscrosoft.
  • Added mIRC to the links page

[to Top ------ ]
 

2001-12-13

  • Antonio Linares build a Harbour DLL that only contains the pcode of the functions. The DLL uses the VM/RTL from the EXE! This is why the DLL is so small now. Download the test here.
  • The Harbour crew is also finishing a new stable release of Harbour.

[to Top ------ ]
 

2001-12-12

  • Updated HBZlib. It fixes a bug in pProgress code block. Also added the CompressString() and UnCompressString() functions. See Contribution download page.
    LAST UPDATE: Fixed some unresolved externals. HBZLib is updated.

[to Top ------ ]
 


2001-12-11

  • Updated HBZlib. It fixes a bug in hb_unzipfile() when using an array of files to extract. See Contribution download page.
  • Antonio Linares managed to build a Harbour DLL! A Harbour application calls a function IN  a Harbour build DLL. This will open a lot of possibilities for Harbour! Download the test here.

[to Top ------ ]
 

2001-12-07

  • Updated HBZlib. It fixes a bug in hb_zipfilesbypkspan(). See Contribution download page.
  • Andi Jahja releases "unstable" Harbour binary snapshots builds for Borland (BCC) and Microsoft (MVC) users. You can find the files here http://harbour.da.ru/

[to Top ------ ]
 

2001-11-29

  • Version 1.32 of the Harbour FAQ has been released.

[to Top ------ ]
 

2001-11-09

  • New version of HBMake is online now. It fixes a few bugs. You can find it at the Contribution download page.

[to Top ------ ]
 

2001-09-01

  • ADS RDD compiled with Borland 5.5 is available on the download page
    now. See the
    contribution download page.
  • New GNU/Linux source and binarie package available. See the
    download page.
  • Harbour SimpLex build for OS/2 available from the Simplex-build
    download page.
  • Fixed some bugs on the Harbour web site.

[to Top ------ ]
 

2001-06-26

  • Release of Build #37
  • Fixed and improved NTX support
  • Improved and fixed OOP
  • More enhanced DOT prompt with scripting engine
  • Enhanced HBMake utility
  • New HBZLib library for ZIP support in Harbour
  • COPY TO DELIMITED and COPY TO SDF implemented
  • Added support for HB_TR_FLUSH environment variable
  • New Harbour License based on the license used for Guile 1.4
  • New HB_INKEY_EXTENDED keyboard input mode
  • More complete ADS support
  • Extended run-time preprocessing possibilities (TPreprocessor class)
  • Debugger fixes. It is really usable now.
  • Access OLEDB & COM objects with the TOleAuto() class

[to Top ------ ]
 

2001-06-26

  • New Harbour web site.

[to Top ------ ]
 

2001-03-06

[to Top ------ ]

2001-02-22

  • Release of Build #36
  • NTX read and write support
  • Support for Inline C code
  • Dot prompt and limited Harbour Interpreter
  • More support and fixes for ADS databases
  • Improved and fixed stack handling
  • Improved OOP
  • Better Class(y) and TopClass compatibility
  • MemoEdit() for 95% complete
  • More improved and enhanced TBrowse class
  • Lots of improvements on the Harbour Debugger
  • APPEND FROM & COPY TO started
  • New hbMake utility
[to Top ------ ]

2000-11-25

[to Top ------ ]

2000-09-19

  • Harbour Source Code in tar.gz format for Linux users available. See Download Page
  • OTC announces "Mediator" which is a Harbour RDD driver for Oracle,Microsoft SQL Server and Sybase Adaptive Server Anywhere. See 3rd Party page
[to Top ------ ]

2000-08-24

  • Harbour binaries build with SimpLex (a Harbour specific lexical analyzer) are available now from the Download Page.
[to Top ------ ]

2000-08-18

  • Release of Build #35
  • Added HB_IDLE*() idle state handling functions.
  • Watcom C++ fixes.
  • SET RELATION support for RDDADS
  • New language modules: IT, DE, PL
  • Slang support enhanced
  • MemoEdit() / TEditor enhancements
  • .NTX support started (creation now works)
  • HBDOC .CHM output
  • Garbage collector added
  • Compiler -u, -m support, support for automatically compiled files for 
    DO, SET FORMAT TO, etc., memory usage optimizations
  • Added HB_DISKSPACE(), __DBLIST(), __DBAPPEND()
  • Fixes: Line numbering, PP, macro compiler, RTL (Extend API, Item API, 
    TRANSFORM(), DISKSPACE(), CURDIR(), __GET()), HBDOC, 
    HBTEST (for Xbase++ and Linux), Documentation, Class engine
  • HBZLIB enhancements
  • MySQL database access contribution started
  • ADS RDD encryption/decryption functions added.
  • New GTCGI driver
  • Improved command line parsing
  • Alternate Lexer (SimpLex), utilizes less memory, smaller Harbour.exe
    as well as smaller compiled applications (due to smaller macro compiler).
[to Top ------ ]

2000-07-20

[to Top ------ ]

2000-07-15

[to Top ------ ]

2000-07-08

  • Updated documentation and ZLIB source code available via the Download Page



[Source Forge]

Other news

2002 - 2005
2000 - 2002
2nd quarter 2000
1st quarter 2000
4th quarter 1999
3rd quarter 1999
2nd quarter 1999

 

Last updated on 2003/10/01