What is the best of MySql (lib or class) TMySql, TDolphin
Re: What is the best of MySql (lib or class) TMySql, TDolphin
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?
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?
Re: What is the best of MySql (lib or class) TMySql, TDolphin
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
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
Re: What is the best of MySql (lib or class) TMySql, TDolphin
How to export libmysql.dll by tlib.exe ?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
-
- 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
bcc55\bin\implib libmysql libmysql.dll genarate libmysql.lib
-
- 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
How did you solve this? I have the same problem.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
Regards,
Marc
Regards,
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Re: What is the best of MySql (lib or class) TMySql, TDolphin
I didntMarc Vanzegbroeck wrote:How did you solve this? I have the same problem.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
Regards,
Marc
- 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
Please give me your EMail. I send to you make package file.mosh1 wrote:I didntMarc Vanzegbroeck wrote:How did you solve this? I have the same problem.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
Regards,
Marc
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
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
-
- 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
Regards,
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Re: What is the best of MySql (lib or class) TMySql, TDolphin
Me e-mail : mymordk@gmail.comrichard-service wrote: Please give me your EMail. I send to you make package file.
Can you also please send/point to complete instructions : what to include, what should be linked etc.
- 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
Hi,
I sent it.
But I got Delivery Status Notification (Failure).
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
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
-
- 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
Richard,
Can you try it again? I just send an email to it, and I received it.
Marc
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
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Re: What is the best of MySql (lib or class) TMySql, TDolphin
You asked me for e-mail I posted itrichard-service wrote:Hi,
And I am still waiting for file
- 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
I alwayse got it.Marc Vanzegbroeck wrote:Richard,
Can you try it again? I just send an email to it, and I received it.
Marc
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
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
-
- 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
Regards,
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
- 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
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
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