I saw many new features in the whatsnew.txt of the harbor release:
http://harbour-project.svn.sourceforge. ... iew=markup
Where can I get information how to use this new features:
Especially I would be interested in the new fields:
AUTOINC (+)
ROWVERSION (^)
TIME (T)
DAYTIME (@/T)
MODTIME (=)
Regards,
Otto
HB_FILEEXISTS()
HB_DIREXISTS()
HB_INI*()
RDD
298 =============================
299 - added support for memo file packing in PACK operation
300 - added new DBF fields like: AUTOINC (+), ROWVERSION (^), TIME (T),
301 DAYTIME (@/T), MODTIME (=), binary integers with fixed decimal places, etc.
302 - removed limit for maximum size of relation string expression
added xHarbour compatibility library: xhb. It emulates many of xHarbour
324 behavior which cannot be covered by PP rules like extended operators,
325 strings like arrays, one byte string in math operations, HB_ENUMINDEX(),
326 HB_QWith(), HB_QSelf(), accessing hash item using OOP interface,
327 accessing/assigning string characters using [] operators (many of the
328 above fully works only in Harbour but not in native xHarbour code )
added HBHPDF - interface for Haru Free PDF Library.
343 - added HBVPDF - Viktor K's PDF Library + Pritpal Bedi's OOP extension.
344 - enhanced and fixed HBW32 library - OLE and printing