* contrib/gtqtc/gtqtc.h
* contrib/gtqtc/gtqtc1.cpp
* renamed few variables to avoid -Wshadow warnings
* contrib/hbfimage/fi_wrp.c
* removed unnecessary ;
* contrib/hbodbc/odbc.c
! replaced '\0' with NULL in pointer initialization
* src/3rd/jpeg/Makefile
% added missing HAVE_UNSIGNED_CHAR build macro. Without it LIBJPEG
uses SHORT to hold unsigned 8 bit integers what increases memory
usage and reduces the speed.
* src/pp/hbpp.c
* minor modification to keep string constant C90 comnpatible
* src/rtl/filesys.c
* simplified DOS to POSIX file attribute translation
+ respect hidden and system file attribute in DOS builds of hb_fsOpenEx()
* src/vm/fm.c
! added yet another missing HB_STACK_TLS_PRELOAD
/* * The following parts are Copyright of the individual authors. * * Copyright 2005 Francesco Saverio Giudice <info@fsgiudice.com> * README file explaining howto compile FreeImage library * * See COPYING.txt for licensing terms. * */ FreeImage Library is a porting to xHarbour of famous FreeImage Project library. FreeImage Project's web site is http://freeimage.sourceforge.net/ USAGE ===== Add hbfimage.hbc to your hbmk2 project. DOCUMENTATION ============= Look at doc folder for help files. Last FreeImage pdf manual is downloadable from http://freeimage.sourceforge.net/download.html SAMPLES ======= For samples look at tests dir. fitest.prg is an API test application.