FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Error in last version FWH 11.09
Posts: 181
Joined: Thu Apr 17, 2008 02:38 PM
Error in last version FWH 11.09
Posted: Thu Sep 29, 2011 10:33 PM

Hi all
With the last release FWH 11.09 BCC582 appears this error, any ideas?

The previus FWH 11.08 is OK

c:\BCC582\bin\ilink32.exe -Gn -aa -Tpe -s -Iobj -Lc:\BCC582\lib -D"__HARBOUR__" -x @MAKE0000.@@@

Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_WIN_PRINTEREXISTS' referenced from C:\FWH\LIB\FIVEHC.LIB|LEGACYCP
Error: Unresolved external '_HB_FUN_WIN_PRINTERGETDEFAULT' referenced from C:\FWH\LIB\FIVEHC.LIB|LEGACYCP
Error: Unresolved external '_HB_FUN_WIN_PRINTERSTATUS' referenced from C:\FWH\LIB\FIVEHC.LIB|LEGACYCP
Error: Unresolved external '_HB_FUN_WIN_PRINTERPORTTONAME' referenced from C:\FWH\LIB\FIVEHC.LIB|LEGACYCP
Error: Unresolved external '_HB_FUN_WIN_PRINTFILERAW' referenced from C:\FWH\LIB\FIVEHC.LIB|LEGACYCP
Error: Unresolved external '_HB_FUN_WIN_PRINTERLIST' referenced from C:\FWH\LIB\FIVEHC.LIB|LEGACYCP
Error: Unresolved external '_HB_FUN_WIN_PRINTERSETDEFAULT' referenced from C:\FWH\LIB\FIVEHC.LIB|LEGACYCP

Thank

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error in last version FWH 11.09
Posted: Thu Sep 29, 2011 11:00 PM

Mauri,

As a quick workaround please declare those functions as dummy ones, thanks:

function WIN_PRINTEREXISTS()
return nil

function WIN_PRINTERGETDEFAULT()
return nil

...

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion