Error Linking XBROWSE Class Object

Error Linking XBROWSE Class Object

Postby msmsenac » Thu Feb 17, 2011 9:09 pm

Hi people,
I just have arrived here and i know that my english isn´t good enough, but i also know that you can understand me! So, when i´m linking a Harbour program, using FHW 1.08, i have the messages bellow from iLink32:

Error: Unresolved external "_HB_FUN_TOKEN" refferenced from 'c:\FHW\LIB\FIVEHX.LIB'|XBROWSE
Error: Unresolved external "_HB_FUN_CHARREM" refferenced from 'c:\FHW\LIB\FIVEHX.LIB'|XBROWSE

The prg is a sample:
#include 'fivewin.ch'
#include 'xbrowse.ch'
static oFont, ovFont
function main()
local oWnd, oBrw
use customer
DEFINE FONT oFont NAME 'TAHOMA' SIZE 0,-12
DEFINE FONT oVfont NAME 'TAHOMA' SIZE 0,-12 NESCAPEMENT 900
DEFINE WINDOW oWnd
oWnd:SetFont( oFont )
@ 0,0 XBROWSE oBrw ;
COLUMNS 'First', 'Last', 'Age' ;
OF oWnd ;
ALIAS 'CUSTOMER' ;
LINES CELL
WITH OBJECT oBrw:oCol( "Age" )
:oHeaderFont := oVFont
:cHeader := "Age Of Employee"
:AddBmpFile( 'GAFBRUSH.BMP' )
:nHeadBmpNo := 1
END
oBrw:CreateFromCode()
oWnd:oClient := oBrw
SET MESSAGE OF oWnd TO "XBrowse Vertical Fonts" 2007
ACTIVATE WINDOW oWnd
return nil

My B32.BC when linking is this:
-I"C:\Borland\BCC55\include;C:\FWH\include;C:\xHarbour\include;C:\CLIP53\Include" +
-L"C:\FONTES\SGA;C:\Borland\BCC55\lib;C:\FWH\LIB;C:\xHarbour\lib;C:\CLIP53\LIB" +
-aa +
-Gn -Tpe -s +
c0w32.obj +
".\XBROWSE.obj", +
".\XBROWSE.EXE", +
".\XBROWSE.map", +
BARCODE.LIB +
FiveHX.lib FiveHC.lib +
rtl.lib +
vm.lib +
gtgui.lib +
lang.lib +
macro.lib +
rdd.lib +
codepage.lib +
pcrepos.lib +
dbfntx.lib +
dbffpt.lib +
hbsix.lib +
common.lib +
pp.lib +
cw32.lib +
import32.lib +

Can anybody help me?

My conf is:
Windows Seven Ultimate 64bits + Visual Studio 10
xHarbour 1.21 6714 + FWH 1.08 + Borland C 5.82
xBase choiced: xHarbour 1.21 + FiveWin 10.08 + Borland C 5.82 + DBFNTX/SQLRDD
Windows 7 Ultimate x64, W2K8 Services, Netware 6.5 FileServer
Dual Gigabit MultiTrunk vLan Full-Duplex Link
User avatar
msmsenac
 
Posts: 6
Joined: Tue Feb 15, 2011 7:52 pm
Location: Home User Network

Re: Error Linking XBROWSE Class Object

Postby msmsenac » Thu Feb 17, 2011 9:36 pm

:mrgreen: :mrgreen: :mrgreen:
:roll: :roll: :roll:
í´m so shamed! i´ve forgot the CT.LIB in the B32.BC!

Thank you all!

Bye! MSMonteiro!
:roll: :roll: :roll:
:mrgreen: :mrgreen: :mrgreen:
xBase choiced: xHarbour 1.21 + FiveWin 10.08 + Borland C 5.82 + DBFNTX/SQLRDD
Windows 7 Ultimate x64, W2K8 Services, Netware 6.5 FileServer
Dual Gigabit MultiTrunk vLan Full-Duplex Link
User avatar
msmsenac
 
Posts: 6
Joined: Tue Feb 15, 2011 7:52 pm
Location: Home User Network


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 134 guests