* contrib/hbct/ctnet.c
* contrib/hbhpdf/annot.c
* contrib/hbhpdf/core.c
* contrib/hbhpdf/tests/harupdf.prg
* contrib/hbide/ideconsole.prg
* contrib/hbide/idemisc.prg
* contrib/hbmisc/tests/rtfclass.prg
* contrib/hbpgsql/tests/cache.prg
* extras/hbxlsxml/tests/example.prg
* extras/httpsrv/cgifunc.prg
* contrib/hbcairo/tests/hellow.prg
! fixing high 8-bit chars (using various methods)
(to be continued)
* extras/hbxlsxml/xlsxml.prg
! fixed to use CHR() for high 8-bit chars. Patch from Andi, thanks!
/* * $Id$ */ uHTTPD micro web server Build it without GD: hbmk2 uhttpd.hbp modules.hbp Build it with GD: hbmk2 uhttpdgd.hbp modulesg.hbp [ This one needs bgd.dll. Please download it from: http://www.libgd.org/releases/gd-latest-win32.zip ] To see accepted parameters run: uhttpd -? Parameters can also be defined using uhttpd.ini file. Once started connect to uhttpd using: http://localhost:8082 to see default index page. Francesco