| Patrick Mast 2005-01-19, 3:55 am |
| Hello,
We are very happy to announce the release of xHarbour Builder
January 2005. This release is centered around the current
xHarbour core as of [2005-01-12 20:30 UTC-0800 Ron Pinkas
<ron at xharbour.com> ] with many additional tools, goodies,
and add-ons.
This new January 2005 Release includes:
* New ActiveX library (beta) (activex.lib)
See: xHb\Samples\TestActiveX.prg
* New Rushmore DBFCDX RDD (beta) (rmdbfcxd.lib)
* Updated WinAPI.lib.
* More improvements in xBuild Wizard.
* Improved samples
* Improvements and enhancements in SQLRDD:
- Added ability to handle STRINGVAL in column identifier:
"SELECT SUM( VALUE ) AS 'BALANCE' FROM TABLE"
- Added ability to parse complex expressions in select list, like:
sum(isnull(b.quan,0)*isnull(b.valor_uni,0)) as "total"
- Bug fixes and speed improvements
* Here are some of the fixes, and new features offered by
the core xHarbour at the center of this new release:
- Global optimizations.
- Improved memory management and GPF traps protection.
- Many fixes and enhancements to the xHarbour compiler,
DBFCDX and RDDADS
- New integrated and updated CT functionality ( CA-Clipper Tools
III Compatible Library )
- New OS detection and VersionInfo functions.
- New Registry functions
- New 'Checking and setting network for Windows' PRG
- More codepage's language support
- New support for "hidden" strings
Usage:
PROCEDURE Main
#pragma TEXTHIDDEN(1)
? "Hello"
#pragma TEXTHIDDEN(0)
Needless to say this release was made possible by the awesome
Contributions, provided by the unique group of xHarbour's
Developers (now counting 49 and growing). You can learn more
about their contributions and/or how to join at
http://www.xHarbour.org/Developers
xHarbour Builder January 2005, is now available from
http://www.xHarbour.com to all current subscribers of
xHarbour.com, and for immediate delivery with new purchases.
Free Demo is also immediately available from
http://www.xHarbour.com/DEMO
Thank you for your continued support!
--
Best Regards,
Patrick Mast
xHarbour.com Inc.
http://www.xHarbour.com
|