* contrib/hbformat/hbfmtcls.prg
+ added new TODO to add space between '!'
operator and single (= not parenthesised) arguments.
* contrib/hbfimage/fi_wrp.c
* minor
* contrib/hbodbc/odbc.c
! fixed to build under ODBC 1.x, 2.x
! fixed to use ODBC 3.x functions instead of
deprecated functions.
* minor cleanups to prev
* contrib/sddodbc/sddodbc.c
! fixed to build under ODBC 1.x, 2.x
* README
+ added note that hbrun scripts are started
in UTF-8 mode.
+ added command lines for formatting C and PRG sources
* minor cleanups
* contrib/hbnf/doc/en/cint86.txt
* contrib/hbnf/ftmenuto.ch
* contrib/xhb/html.ch
* contrib/xhb/htmlform.ch
* extras/gtwvw/docs/funclist.txt
* extras/gtwvw/docs/gtwvw.txt
* extras/gtwvw/docs/whatsnew.txt
* extras/gtwvw/gtwvwd.c
* extras/gtwvw/tests/ebtest7.prg
* extras/gtwvw/tests/prog0.prg
* extras/gtwvw/tests/prog1.prg
* extras/gtwvw/tests/prog2.prg
* extras/gtwvw/tests/wvwtest9.prg
* src/rtl/achoice.prg
* src/vm/thread.c
* website/samples/testcgi.prg.html
* website/samples/testhtml.prg.html
* website/third-party.html
* lowercased (or deleted) references to
source filenames.
/* * $Id$ */ /* * The following parts are Copyright of the individual authors. * www - http://www.xharbour.org http://harbour-project.org * * Copyright 2005 Francesco Saverio Giudice <info@fsgiudice.com> * README file explaining howto compile FreeImage library * * See COPYING 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.