What is the best of MySql (lib or class) TMySql, TDolphin

mosh1
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by mosh1 »

Thanks you very much !

Define -DHB_OS_WIN_32_USED fixed the errors. One more question : what is the value of variable $(CLIBFLAGS)? It's not defined in makefile so maybe its in CFG file or in the environment? Please can you check it?
mosh1
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by mosh1 »

I have make errors :

MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Error makefile.bc 18: Command syntax error
Error makefile.bc 19: Redefinition of target 'lib\mysql.lib'
Error makefile.bc 19: Command syntax error
Error makefile.bc 22: Command syntax error
*** 4 errors during make ***

Something is missing...

And what are parameters %1 %2 %3 on a line :

D:\borland\bcc55\bin\make -fmakefile.bc %1 %2 %3 > make_b32.log
mosh1
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by mosh1 »

ShumingWang wrote:We use Tmysql.prg since 2004, simple,fast,stable!
Only need link libmysql.lib (export from libmysql.dll by tlib.exe) ,mysql.lib (tmysql.prg mysql.c ),running time need libmysql.dll, no other setting on windows nor exe .
Samples : http://www.xtech.com.cn/down/sample1.prg
http://www.xtech.com.cn/down/sample2.prg

Regards!
Shuming wang
How to export libmysql.dll by tlib.exe ?
ShumingWang
Posts: 454
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by ShumingWang »

bcc55\bin\implib libmysql libmysql.dll genarate libmysql.lib
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by Marc Vanzegbroeck »

mosh1 wrote:I have make errors :

MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Error makefile.bc 18: Command syntax error
Error makefile.bc 19: Redefinition of target 'lib\mysql.lib'
Error makefile.bc 19: Command syntax error
Error makefile.bc 22: Command syntax error
*** 4 errors during make ***

Something is missing...

And what are parameters %1 %2 %3 on a line :

D:\borland\bcc55\bin\make -fmakefile.bc %1 %2 %3 > make_b32.log
How did you solve this? I have the same problem.

Regards,
Marc
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
mosh1
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by mosh1 »

Marc Vanzegbroeck wrote:
mosh1 wrote:I have make errors :

MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Error makefile.bc 18: Command syntax error
Error makefile.bc 19: Redefinition of target 'lib\mysql.lib'
Error makefile.bc 19: Command syntax error
Error makefile.bc 22: Command syntax error
*** 4 errors during make ***

Something is missing...

And what are parameters %1 %2 %3 on a line :

D:\borland\bcc55\bin\make -fmakefile.bc %1 %2 %3 > make_b32.log
How did you solve this? I have the same problem.

Regards,
Marc
I didnt :(
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by richard-service »

mosh1 wrote:
Marc Vanzegbroeck wrote:
mosh1 wrote:I have make errors :

MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Error makefile.bc 18: Command syntax error
Error makefile.bc 19: Redefinition of target 'lib\mysql.lib'
Error makefile.bc 19: Command syntax error
Error makefile.bc 22: Command syntax error
*** 4 errors during make ***

Something is missing...

And what are parameters %1 %2 %3 on a line :

D:\borland\bcc55\bin\make -fmakefile.bc %1 %2 %3 > make_b32.log
How did you solve this? I have the same problem.

Regards,
Marc
I didnt :(
Please give me your EMail. I send to you make package file.
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by Marc Vanzegbroeck »

Richard,

My email is
marc.vanzegbroeck@gmail.com

Thanks
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
mosh1
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by mosh1 »

richard-service wrote: Please give me your EMail. I send to you make package file.
Me e-mail : mymordk@gmail.com

Can you also please send/point to complete instructions : what to include, what should be linked etc.
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by richard-service »

Hi,

I sent it.
But I got Delivery Status Notification (Failure).
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by Marc Vanzegbroeck »

Richard,

Can you try it again? I just send an email to it, and I received it.

Marc
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
mosh1
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by mosh1 »

richard-service wrote:Hi,
You asked me for e-mail I posted it
And I am still waiting for file
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by richard-service »

Marc Vanzegbroeck wrote:Richard,

Can you try it again? I just send an email to it, and I received it.

Marc
I alwayse got it.
This is an automatically generated Delivery Status Notification.

Delivery to the following recipients failed.

mymordk@gmail.com
marc.vanzegbroeck@gmail.com
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by Marc Vanzegbroeck »

Can you try to send it to

marc.vanzegbroeck@outlook.com

Thanks
Marc
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: What is the best of MySql (lib or class) TMySql, TDolphin

Post by richard-service »

Marc Vanzegbroeck wrote:Can you try to send it to

marc.vanzegbroeck@outlook.com

Thanks
Marc
I sent it.
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
Post Reply