Need Help
-
- Posts: 25
- Joined: Mon Jan 26, 2015 9:53 am
- Location: Belem - Brazil
- Contact:
Need Help
Does anyone knows how to solve this?
Error: Unresolved external '_HB_FUN_HB_TSTOSTR' referenced from C:\XHB_SQLRDD\LIB\BCC\SQLBCC55.LIB|sqlrdd2
Error: Unresolved external '_HB_FUN_HB_TSTOSTR' referenced from C:\XHB_SQLRDD\LIB\BCC\SQLBCC55.LIB|sqlrdd2
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Need Help
What Harbour version are you using ?
You may need a more recent build
https://bitbucket.org/fivetech/harbour- ... /downloads
You may need a more recent build
https://bitbucket.org/fivetech/harbour- ... /downloads
-
- Posts: 25
- Joined: Mon Jan 26, 2015 9:53 am
- Location: Belem - Brazil
- Contact:
Re: Need Help
Hi Antonio,
Thank you for you help
I am using the version xHarbour 1.2.3 Intl, built 20141230. (29/12/2014), I've downloaded from the link you suggested, and the same error accurs
Thank you for you help
I am using the version xHarbour 1.2.3 Intl, built 20141230. (29/12/2014), I've downloaded from the link you suggested, and the same error accurs
-
- Posts: 25
- Joined: Mon Jan 26, 2015 9:53 am
- Location: Belem - Brazil
- Contact:
Re: Need Help
Did not work Joao Santos. Thanx for your help, I'll try to compile the latest xHARBOUR version...
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Need Help
Are you sure that you are using the right xHarbour libraries ?
Look for that name in *.lib files (I use Total Commander for those searches)
Here it appears
Look for that name in *.lib files (I use Total Commander for those searches)
Here it appears
- carlos vargas
- Posts: 1421
- Joined: Tue Oct 11, 2005 5:01 pm
- Location: Nicaragua
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 25
- Joined: Mon Jan 26, 2015 9:53 am
- Location: Belem - Brazil
- Contact:
Re: Need Help
My libs where a little bit old. I built them all from xHarbour
Now It is working again
thanx for all
Now It is working again
thanx for all
Re: Need Help
Hi
I bought the SqlRdd and when i configure in my xDevStudio, result the same error..
what did you do for compile?
FWH 14.12 Bcc582 xHb 1.2.3
I bought the SqlRdd and when i configure in my xDevStudio, result the same error..
what did you do for compile?
FWH 14.12 Bcc582 xHb 1.2.3
Re: Need Help
Maybe:
Code: Select all
C:\FWH\lib\FiveHX.Lib +
C:\FWH\lib\FiveHC.Lib +
C:\XHARBOUR\lib\hbzip.Lib +
C:\XHARBOUR\lib\zlib.Lib +
C:\XHARBOUR\lib\rtl.Lib +
C:\XHARBOUR\lib\vm.Lib +
C:\XHARBOUR\lib\gtgui.Lib +
C:\XHARBOUR\lib\lang.Lib +
C:\XHARBOUR\lib\macro.Lib +
C:\XHARBOUR\lib\rdd.Lib +
C:\XHARBOUR\lib\dbfntx.Lib +
C:\XHARBOUR\lib\dbfcdx.Lib +
C:\XHARBOUR\lib\debug.Lib +
C:\XHARBOUR\lib\common.Lib +
C:\XHARBOUR\lib\tip.Lib +
C:\XHARBOUR\lib\pp.Lib +
C:\XHARBOUR\lib\dbffpt.Lib +
C:\XHARBOUR\lib\codepage.Lib +
C:\XHARBOUR\lib\HbSix.Lib +
C:\XHARBOUR\lib\PcRepos.Lib +
C:\XHARBOUR\Lib\ct.Lib +
C:\XHARBOUR\Lib\png.Lib +
C:\Bcc582\lib\cw32.Lib +
c:\bcc582\lib\uuid.lib +
c:\bcc582\lib\ws2_32.lib +
C:\Bcc582\lib\psdk\msimg32.Lib +
C:\Bcc582\lib\psdk\odbc32.Lib +
C:\Bcc582\lib\psdk\rasapi32.Lib +
C:\Bcc582\lib\psdk\nddeapi.Lib +
C:\Bcc582\lib\psdk\psapi.Lib +
c:\bcc582\lib\psdk\gdiplus.lib +
C:\Bcc582\lib\psdk\iphlpapi.Lib +
c:\bcc582\lib\psdk\shell32.lib +
C:\Bcc582\lib\import32.Lib
João Santos - São Paulo - Brasil