Page 1 of 1

Unresolved external '_HB_FUN_TSTATUSBAR'

Posted: Wed Oct 18, 2006 11:08 am
by evaldohc
Error: Unresolved external '_HB_FUN_TSTATUSBAR' referenced from C:\FWH\LIB\FIVEHX.LIB|RPREVIEW

FWH 2.6 xHARBOUR 0.99.50

Posted: Wed Oct 18, 2006 11:36 am
by Antonio Linares
Evaldo,

source\classes\statusba.prg is missing in your FWH libraries.

As a workardound, you may add:

function TStatusBar
return nil

Posted: Wed Oct 18, 2006 5:19 pm
by evaldohc
New error

Application
===========
Path and name: C:\FWH\CMJFROTAH\CMJFrota.Exe (32 bits)
Size: 1,562,624 bytes
Time from start: 0 hours 0 mins 11 secs
Error occurred at: 18/10/2006, 14:16:16
Error description: Error BASE/1004 Class: 'NIL' has no exported method: NEW
Args:
[ 1] = O Object
[ 2] = C Preview
[ 3] = U
[ 4] = U
[ 5] = U

Stack Calls
===========
Called from NEW(0)
Called from RPREVIEW(222)
Called from (b)TREPORT:NEW(176)
Called from TREPORT:ACTIVATE(853)
Called from REPORT(26)

Posted: Wed Oct 18, 2006 9:53 pm
by karinha
TROQUE O RPREVIEW QUE VOCE ESTA USANDO, PELO ORIGINAL DA SUA VERSAO, POIS ESTAIS TENTANDO USAR UM RPREVIEW DE UMA VERSAO NAO COMPATIVEL COM O FIVEWIN 2.6. Abraços.