Comments to Harbour distribution offered by HMG Extended Edition
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Version: 3.2.0dev (r2402161723)

Built on: Feb 17 2024
Last ChangeLog entry: 2024-02-16 18:23 UTC+0100 Przemyslaw Czerpak
ChangeLog ID: 3b0e468c96f285d7664a50d92ed01597a62d7cc9

Compiler: Borland C++ 5.5.1 (32-bit)

Build options: (Clipper 5.3b) (Clipper 5.x undoc)

OpenSSL: 1.1.1w [11 Sep 2023]


Harbour Project contrib and extras libraries are included on this distribution:

	- hbct.lib		/* Clipper Tools */
	- hbnf.lib		/* NanForum Toolkits */
	- hbmisc.lib		/* Miscellaneous functions */
	- hbfoxpro.lib		/* FoxPro compatibility */
	- hbfship.lib		/* FlagShip compatibility */
	- hbodbc.lib		/* ODBC Access */
	- hbsqldd.lib		/* SQL Database Driver */
	- sddodbc.lib		/* ODBC Database Driver */
	- sddmy.lib		/* MySQL Database Driver */
	- sddsqlt3.lib		/* SQLite3 Database Driver */
	- hbmemio.lib		/* Memory file system */
	- hbnetio.lib		/* Alternative RDD IO API */
	- hbcomio.lib		/* I/O driver for serial port streams */
	- hbpipeio.lib		/* I/O driver for pipe streams */
	- hbtcpio.lib		/* I/O driver for TCP streams */
	- hbgzio.lib		/* I/O driver for GZIP compressed streams */
	- hbsqlit3.lib		/* SQLite3 wrapper library */
	- hbcurl.lib		/* LibCurl wrapper (IP communication) */
	- hbssl.lib 		/* OpenSSL wrapper library */
	- hbtip.lib 		/* Internet protocol */
	- adordd.lib		/* RDD to automatically manage Microsoft ADO */
	- rddads.lib		/* RDD for Advantage Database Server */
	- rddbm.lib		/* Alternative BMDBF* implementation */
	- hbziparc.lib		/* ZipArchive interface compatibility */
	- hbmzip.lib		/* ZIP file support based on minizip library */
	- hbzebra.lib		/* Zebra barcode library */
	- hbfimage.lib		/* FreeImage wrapper library */
	- hbmxml.lib		/* Mini-XML wrapper library */
	- hbhpdf.lib		/* LibHaru Pdf wrapper library */
	- hbvpdf.lib		/* Victor K. Clipper Pdf Library */
	- hbmysql.lib		/* MySQL DBMS classes */
	- hbpgsql.lib		/* PostgreSQL DBMS classes */
	- hbwin.lib		/* Windows API functions */
	- hbxlsxml.lib		/* Excel Writer XML class */
	- hbxpp.lib		/* Xbase++ compatibility */
	- xhb.lib		/* xHarbour compatibility */


Additional 3rd party C-code library:

	- minizip.lib		MiniZip library from http://www.winimage.com/zLibDll/minizip.html


Others Extras Libraries:

	- FreeImage.lib:	Created from freeimage.dll (distributed along with FreeImage)
				by adding the following statement in the Harbour make script:
				set HB_WITH_FREEIMAGE=C:\FreeImage\Dist

	- libmysql.lib:		Created from libmysql.dll (distributed along with MySql) 
				using Borland implib utility.

	- libpq.lib:		Created from libpq.lib (distributed along with PostgreSQL) 
				using Digital Mars coffimplib utility.

	- libcurl.lib:		Created from libcurl.dll (distributed at https://curl.haxx.se/) 
				using Borland implib utility.

	- ace32.lib:		Created from ace32.dll (distributed along with Advantage 
				local server) using Borland implib utility.

	- odbc32.lib:		Created from odbc32.dll (distributed along with Windows) 
				using Borland implib utility.

	- dll.lib:		What32's DLL access code.
				Authors: 
				Andrew Wos <andrwos@aust1.net>
				Vic McClung <vicmcclung@vicmcclung.com>
				Source code available in the folder \source\Dll.

	- calldll.lib:		Dll Access Code. 
				Copyright 2010 Viktor Szakats <harbour@syenar.net>
				Copyright 2015 Claudio Soto <srvet@adinet.com.uy>
				Source code available in the folder \source\CallDll.

	- hbcomm.lib:		Win32 serial port routines.
				Copyright 2003 Luiz Rafael <luiz@xharbour.com.br>
				Modified by Ned Robertson for Harbour
				Source code available in the folder \source\HbComm.

	- hbxml.lib:		Harbour XML Library. Part of HWGUI project
				Copyright 2003 Alexander S.Kresin <alex@kresin.ru>
				Source code available in the folder \source\HbXML.

	- hbgdip.lib:		GdiPlus Dll access library.
				Copyright 2017 P.Chornyj <myorg63@mail.ru>
				Source code available in the folder \source\hbgdip.

	- hbunrar.lib:		UnRar Dll access library.
				Copyright 2007 P.Chornyj <myorg63@mail.ru>
				Source code available in the folder \samples\Advanced\UnRar.

	- hbprinter.lib:	Harbour Win32 Printing library.
				Copyright 2002-2005 Richard Rylko <rrylko@poczta.onet.pl>
				Source code available in the folder \source\HbPrinter.

	- miniprint.lib:	Harbour MiniGUI Print library.
				Copyright 2004-2010 Roberto Lopez <harbourminigui@gmail.com>
				Source code available in the folder \source\MiniPrint.

	- hbaes.lib:		AES File Encryption library.
				Copyright 2012 S.Rathinagiri <srgiri@dataone.in>
				Source code available in the folder \source\HbAES.

	- hmg_hpdf.lib:		HaruPDF access with using xBase syntax.
				Copyright 2012 S.Rathinagiri <srgiri@dataone.in>
				Source code available in the folder \source\HMG_HPDF.

	- shell32.lib:		Shell Extensions library.
				Copyright 2004 Grigory Filatov <gfilatov@gmail.com>
				Source code available in the folder \source\shell32.

	- socket.lib:		*obsolete* Harbour Socket Library.
				Copyright 2001-2003 Matteo Baccan <baccan@infomedia.it>
				Source code available in the folder \source\Socket.

	- TMsAgent.lib:		*obsolete* MS Agent access library.
				Copyright 2004 Juan Carlos Salinas Ojeda <jcso@esm.com.mx>
				Source code available in the folder \source\TMsAgent.

	- BosTaurus.lib:	GDIPlus-based Graphics Library.
				Copyright 2012-2014 Dr. Claudio Soto <srvet@adinet.com>
				Source code available in the folder \source\BosTaurus.

	- SQLite3Facade:	a facade for Harbour SQLite3 contrib library.
				Copyright 2010 Daniel Goncalves <daniel-at-base4-com-br>
				Source code available in the folder \source\SQLite3Facade.

	- pscript.lib:		PScript Dll access library.
				Copyright 2000-2017 Pagescript32.com <support@pagescript32.com>
				Source code available in the folder \source\PageScript.

	- rddleto.lib:		Harbour client library for access to LetoDBf server.
                                Copyright 2017-2019 Rolf 'elch' Beckmann
				Source code is available at https://github.com/elchs/LetoDBf.
