* contrib/hbnf/any2any.prg
* contrib/hbnf/d2e.prg
! Fixed wrongly cased local macros after last formatting.
These macro names collided with function names used in
other libs. I gave these macros a unique name to avoid that.
Based on Andi Jahja's patch. Thank you.
* include/*.ch
* formatting (except std.ch)
* contrib/xhb/hbcompat.ch
! minor fix to prev
* include/harbour.hbx
! minor fix
* contrib/gtwvg/hbgtwvg.ch
* contrib/hbblink/hbblink.ch
* contrib/hbcairo/hbcairo.ch
* contrib/hbct/ct.ch
* contrib/hbct/ctdisk.ch
* contrib/hbct/ctvideo.ch
* contrib/hbfimage/freeimag.ch
* contrib/hbmxml/hbmxml.ch
* contrib/hbnf/any2any.prg
* contrib/hbnf/d2e.prg
* contrib/hbtip/thtml.ch
* contrib/hbtip/tip.ch
* contrib/hbxpp/hbxpp.ch
* contrib/hbzebra/hbzebra.ch
* contrib/xhb/hbcompat.ch
* contrib/xhb/hbdll.ch
* contrib/xhb/hblog.ch
* contrib/xhb/ttable.ch
* extras/hbdoc/hbdoc.ch
* extras/hbvpdf/hbvpdf.ch
* utils/hbtest/rt_init.ch
* minor cleanups/formatting
/* * $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.