FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour tDolphin Link error
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
tDolphin Link error
Posted: Thu Sep 15, 2011 08:20 PM

Hello,

I have getting unresolved external _HB_FUN_TDOLPHINSRV

I have included libmysql.lib and libmysqld.lib in my link script.

Can someone tell me what I am doing wrong.

Thank you,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: tDolphin Link error
Posted: Thu Sep 15, 2011 08:57 PM
Hello

libmysql.lib is the library to remote server
libmysqld.lib is the library to embedded server

to use dolphin you should build the library from source code download from dolphin's SVN and link with your project

it's step by step guide http://tdolphin.blogspot.com/search/label/Install (read from bottom to top)
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: tDolphin Link error
Posted: Thu Sep 15, 2011 09:55 PM

Hello Daniel,

I have built library and I am now getting unresolved external '_HB_FUN_ATREPL' from DOLPHIN.LIB|tdolpsrv

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: tDolphin Link error
Posted: Thu Sep 15, 2011 11:48 PM

Hello

link hbct.lib

Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: tDolphin Link error
Posted: Fri Sep 16, 2011 12:24 PM

Hello Daniel,

I cannot locate hbct.lib in my Harbour LIB folder. I am using Harbour build 1.1.0.

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: tDolphin Link error
Posted: Fri Sep 16, 2011 12:27 PM

Hello

it's a old harbour version, i'm not sure the compatibility, never test with it

try with ct.lib

Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: tDolphin Link error
Posted: Fri Sep 16, 2011 02:33 PM

Thank you Daniel, that worked.

Can I upgrade my Harbour but not FWH 0810, or should I upgrade both?

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: tDolphin Link error
Posted: Fri Sep 16, 2011 03:04 PM

Darrel

the current FWH version has great improvements over the version you're using, is good idea upgrade the FWH version too

and dolphin is supported by xbrowse

Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Re: tDolphin Link error
Posted: Fri Sep 16, 2011 03:47 PM

Dear Daniel,

Thanks for your advice, I have purchased upgrade

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com

Continue the discussion