FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Mysql and sql lib
Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
Mysql and sql lib
Posted: Wed Dec 19, 2007 12:48 PM

Antonio,
In mysql installed folder:

\mysql server 4.1\include
\mysql server 5.0\include

Regards!
Shuming Wang

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Mysql and sql lib
Posted: Wed Dec 19, 2007 12:50 PM

Shuming,

Could you please ZIP them and upload them to www.hotshare.net ? thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 474
Joined: Sun Oct 30, 2005 06:37 AM
Mysql and sql lib
Posted: Thu Dec 20, 2007 04:27 AM

Antonio,
mysql server 5.0 include files:

http://www.hotshare.net/file/24411-93022051f2.html

Regards!
Shuming Wang

http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Mysql and sql lib
Posted: Thu Dec 20, 2007 08:04 AM

Shuming,

Thanks!

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Mysql and sql lib
Posted: Thu Dec 20, 2007 08:10 AM

Darrell,

Here you have the libraries,

http://www.hotshare.net/file/24443-2450987182.html

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Mysql and sql lib
Posted: Thu Dec 20, 2007 04:24 PM

Hi Antonio,

Thank you! I will download immediately.

Thank you everyone!!!

Happy Holidays

Regards,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
Mysql and sql lib
Posted: Thu Dec 20, 2007 06:58 PM

Hi Antonio,

I have getting the following error. I have also attached my link batch file below.

Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_RDDSETFIELDEXTENT' referenced from C:\FWH\LIB\FIVEHX.LIB|TRDD
Error: Unresolved external '_HB_FUN_RDDADDFIELD' referenced from C:\FWH\LIB\FIVEHX.LIB|TRDD
Error: Unresolved external '_HB_FUN__TRDD' referenced from C:\FWH\LIB\FIVEHX.LIB|TRDD
Error: Unresolved external '_HB_FUN_INIODBC32' referenced from C:\FWH\LIB\FIVEHX.LIB|TRDDODBC
Error: Unresolved external '_HB_FUN_ENDODBC32' referenced from C:\FWH\LIB\FIVEHX.LIB|TRDDODBC

-- LINK BATCH FILE --

del sql.exe

set hdir=c:\xHarbour

@echo c0w32.obj + > b32.bc
@echo sql.obj, + >> b32.bc
@echo sql.exe, + >> b32.bc
@echo sql.map, + >> b32.bc
@echo c:\fwh\lib\FiveHx.lib c:\fwh\lib\FiveHC.lib + >> b32.bc
@echo %hdir%\lib\rtl.lib + >> b32.bc
@echo %hdir%\lib\vm.lib + >> b32.bc
@echo %hdir%\lib\gtgui.lib + >> b32.bc
@echo %hdir%\lib\lang.lib + >> b32.bc
@echo %hdir%\lib\macro.lib + >> b32.bc
@echo %hdir%\lib\rdd.lib + >> b32.bc
@echo %hdir%\lib\dbfntx.lib + >> b32.bc
@echo %hdir%\lib\dbfcdx.lib + >> b32.bc
@echo %hdir%\lib\hbsix.lib + >> b32.bc
@echo %hdir%\lib\dbffpt.lib + >> b32.bc
@echo %hdir%\lib\debug.lib + >> b32.bc
@echo %hdir%\lib\common.lib + >> b32.bc
@echo %hdir%\lib\ct.lib + >> b32.bc
@echo %hdir%\lib\pp.lib + >> b32.bc
@echo %hdir%\lib\tip.lib + >> b32.bc
@echo %hdir%\lib\pcrepos.lib + >> b32.bc
@echo c:\fwh\lib\mysql.lib c:\fwh\lib\libmysql.lib + >> b32.bc
@echo c:\borland\bcc55\lib\cw32.lib + >> b32.bc
@echo c:\borland\bcc55\lib\import32.lib + >> b32.bc
@echo c:\borland\bcc55\lib\psdk\odbc32.lib + >> b32.bc
@echo c:\borland\bcc55\lib\psdk\rasapi32.lib + >> b32.bc
@echo c:\borland\bcc55\lib\psdk\nddeapi.lib + >> b32.bc
@echo c:\borland\bcc55\lib\psdk\iphlpapi.lib, >> b32.bc
@echo sql.res >> b32.bc
c:\borland\bcc55\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc > link.log

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Mysql and sql lib
Posted: Fri Dec 21, 2007 01:47 PM

Darrell,

Please remove TRDD and TRDDODBC modules from FIVEHX.lib

Those PRGs should not be added to FIVEHX.lib

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion