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
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 ?
-
- Posts: 465
- Joined: Sun Oct 30, 2005 6:37 am
- Location: Guangzhou(Canton),China
- Contact:
Re: What is the best of MySql (lib or class) TMySql, TDolphin
bcc55\bin\implib libmysql libmysql.dll genarate libmysql.lib
http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
-
- Posts: 1163
- Joined: Mon Oct 17, 2005 5:41 am
- Location: Belgium
- Contact:
Re: What is the best of MySql (lib or class) TMySql, TDolphin
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
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
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
- richard-service
- Posts: 806
- Joined: Tue Oct 16, 2007 8:57 am
- Location: New Taipei City, Taiwan
- Has thanked: 1 time
- Contact:
Re: What is the best of MySql (lib or class) TMySql, TDolphin
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.
Best Regards,
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
-
- Posts: 1163
- 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
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.
- richard-service
- Posts: 806
- Joined: Tue Oct 16, 2007 8:57 am
- Location: New Taipei City, Taiwan
- Has thanked: 1 time
- 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).
Best Regards,
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
-
- Posts: 1163
- 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
richard-service wrote:Hi,
You asked me for e-mail I posted it
And I am still waiting for file
- richard-service
- Posts: 806
- Joined: Tue Oct 16, 2007 8:57 am
- Location: New Taipei City, Taiwan
- Has thanked: 1 time
- Contact:
Re: What is the best of MySql (lib or class) TMySql, TDolphin
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
Best Regards,
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
-
- Posts: 1163
- 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: 806
- Joined: Tue Oct 16, 2007 8:57 am
- Location: New Taipei City, Taiwan
- Has thanked: 1 time
- Contact:
Re: What is the best of MySql (lib or class) TMySql, TDolphin
I sent it.
Best Regards,
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Richard
Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit