FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Error when updating FWXH 8.02 to FWXH 8.04
Posts: 92
Joined: Thu Feb 15, 2007 11:37 AM
Error when updating FWXH 8.02 to FWXH 8.04
Posted: Fri Apr 25, 2008 03:02 PM
Executando: ILINK32 @B32.BC
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_OUTPORTBYTE' referenced from OBJ\TERMINAL\TDOSPRNU.OBJ
Error: Unresolved external '_HB_FUN_INPORTBYTE' referenced from OBJ\TERMINAL\TDOSPRNU.OBJ


I search for the function in the libraries of the version 8.02

G:\FWH(8.02)\lib>find "portbyte" /i /n fivehc.lib   | more

---------- FIVEHC.LIB
[545]☺☺↕_HB_FUN_INPORTBYTE
[552]☺☺‼_HB_FUN_OUTPORTBYTE>
[82000]Ë‼_HB_FUN_OUTPORTBYTE>
[84204]↕_HB_FUN_INPORTBYTE>


G:\FWH(8.02)\lib>

When I search for the function in the libraries of the version 8.04 I don't find them

veja:

G:\FWH(8.04)\lib>find "portbyte" /i /n *.lib   | more

---------- FIVEH.LIB

---------- FIVEHC.LIB

---------- FIVEHCM.LIB

---------- FIVEHM.LIB

---------- FIVEHMX.LIB

---------- FIVEHX.LIB


G:\FWH(8.04)\lib>


somebody helps me.

FiveWin 9.03 + xHarbour !!
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Error when updating FWXH 8.02 to FWXH 8.04
Posted: Fri Apr 25, 2008 06:15 PM

Andersson,

InportByte() and OutportByte() are located in fwh\source\winapi\inout.c but they may not work in 32 bits.

Were you properly using them in 32 bits ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 92
Joined: Thu Feb 15, 2007 11:37 AM
Error when updating FWXH 8.02 to FWXH 8.04
Posted: Fri Apr 25, 2008 06:19 PM
Antonio Linares wrote:Andersson,

InportByte() and OutportByte() are located in fwh\source\winapi\inout.c but they may not work in 32 bits.

Were you properly using them in 32 bits ?


Yes!!

in a version of the class TDosPrn.
FiveWin 9.03 + xHarbour !!
Posts: 92
Joined: Thu Feb 15, 2007 11:37 AM
Error when updating FWXH 8.02 to FWXH 8.04
Posted: Fri Apr 25, 2008 06:38 PM

inout.c compiled, but this error is shown

Error E2188 G:\xHarbour(8.04)\include\hbdefs.h 65: Expression syntax
Error E2209 G:\xHarbour(8.04)\include\hbdefs.h 68: Unable to open include file 'stdint.h'
Error E2188 G:\xHarbour(8.04)\include\hbdefs.h 441: Expression syntax

FiveWin 9.03 + xHarbour !!
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Error when updating FWXH 8.02 to FWXH 8.04
Posted: Fri Apr 25, 2008 07:10 PM

Anderson,

You can extract inout.obj from previous FiveHC.lib and link it with your application

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 92
Joined: Thu Feb 15, 2007 11:37 AM
Error when updating FWXH 8.02 to FWXH 8.04
Posted: Fri Apr 25, 2008 07:26 PM

how master?

FiveWin 9.03 + xHarbour !!
Posts: 92
Joined: Thu Feb 15, 2007 11:37 AM
Error when updating FWXH 8.02 to FWXH 8.04
Posted: Fri Apr 25, 2008 07:50 PM
Success!!!!

G:\BCC55>tlib Fivehc.lib * inout.obj
TLIB 4.5 Copyright (c) 1987, 1998 Borland International


Project compiled.

Very Thanks Linares! :-)
FiveWin 9.03 + xHarbour !!

Continue the discussion