* utils/hbmk2/hbmk2.prg
+ implemented theoretically correct solution to extract
linker output _while_ displaying it. It means that
missing function hinting feature doesn't require
a second pass to the linker anymore.
; Please test on all platforms.
; For those two people interested, it will create output like this:
---
hbmk2: Hint: Add option 'hbct.hbc' for missing function(s): CharMirr()
hbmk2: Hint: Add option 'hbusb.hbc' for missing function(s): libusb_exit()
hbmk2: Hint: Add option 'hbsms.hbc' for missing function(s): smsctx_PIN()
hbmk2: Error: Referenced, missing, but unknown function(s): NOTANYWHERE()
---
* extras/httpsrv/uhttpd.prg
! fixed some code for unicode
% fixed to not call FCLOSE() on a HB_PROCESSOPEN() handle
* use F_ERROR instead of -1 literal
* commented code converted to #if 0/#endif guarded one
* src/rtl/hbprocfn.c
* formatting
* tests/fixcase.hb
* new extension exceptions
/*
* $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 GD lib. Please download it from:
http://www.libgd.org/ ]
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