* contrib/gtwvg/wvgwin.c
* contrib/hbamf/amfdec.c
* contrib/hbamf/amfenc.c
* contrib/hblzf/core.c
* contrib/hbpgsql/postgres.c
* contrib/hbxdiff/core.c
* contrib/hbzebra/codabar.c
* contrib/hbzebra/code39.c
* contrib/hbzebra/code93.c
* contrib/hbzebra/core.c
* contrib/hbzebra/qrcode.c
* contrib/rddads/ads1.c
! fixed various 64-bit problems revealed by compiler warnings
(used casts, changed variables type, changed Harbour
API functions, please review especially hbamf, hbzebra and gtwvg)
* extras/httpsrv/uhttpd.prg
+ changed to use keyboard events to detect window close,
instead of deprecated and now dummy feature HB_GTI_NOTIFIERBLOCK
/* * $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