- Code: Select all Expand view
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
- Code: Select all Expand view
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:
- Code: Select all Expand view
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.