August 2006 build
=============
-
Enhancement: FWH has been built using the new Harbour CVS pcode version. The most important enhancement is that now C and C++ can be mixed in the same application. Important: All PRGs must be recompiled!
-
New: FWPPC, support for folders with tabs placed at bottom and flat style. All you have is to specify BOTTOM clause. Please review samples\TestFldb.prg
-
New: FWH, samples\FileVer.prg and FileVer.rc shows how to manage FileVersion information from an application.
-
Enhancement: FiveWin.ch has been modified to solve some incompatibility issues with xHarbour Builder. Now it is ok.
-
Enhancement: samples\RC2PRG.prg utility has been enhanced. Thanks to Armando!
-
Enhancement: tools\clp2harb.prg has been modified to adapt to recent Harbour changes.
-
Enhancement: Class TGet improved paste and cut support.
-
Fix: Class TMultiGet was not properly closing the clipboard in all circunstances.
-
New: FWPPC, samples\TestBrwS.prg shows how to perform an incremental search on a browse on the Pocket PC (same as done with FW/FWH).
-
New: samples\ShowApp.prg shows how to run just one instance of a 32 bits application, and to bring to top the application that is already running.
-
New: FWPPC, Class TPages is already available. Please review samples\TestPage.prg for a working sample.
-
Enhancement: FWPPC, Class TWindow Methods nVertRes() and nHorzRes() are already availables.
-
Enhancement: FWH, FWPPC: Class TDatePick was not properly setting the provided date from Method New(). Now it is ok.
-
Enhancement: FWPPC: Class TWindow Method SetSize() is already available.
-
New: FWPPC: samples\GetFile.prg, FWPPC function cGetFile() own implementation, based on a new Class TGetFile.
-
New: samples\SendData.prg a sockets management sample developed by Enrico.
-
Enhancement: FWPPC, errorsys is showing now the supplied arguments when an error occurs.
-
New: Class TFtp Method RenameFile( cOldFileName, cNewFileName ) --> lResult