I grabbed a copy of adir.prg out of the samples folder to test with. I get an error log when linking errsysw_.prg, showing this failing on line 556, which is a call to FWBitMap()
Called from FWBITMAP(0)
Called from ERRORDIALOG(556) in c:\fwh\source\function\errsysw_.prg
Called from (b)ERRORSYS(306) in c:\fwh\source\function\errsysw_.prg
Called from MAIN(12) in adir.prg
I also get an error for a redundant function declaration.
FiveHC.lib(MEM.obj) : error LNK2005: _HB_FUN_NEXTMEM already defined in errsysw_.obj
Robb