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

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

Postby mosh1 » Thu Jul 12, 2012 1:58 pm

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

Postby mosh1 » Thu Jul 12, 2012 2:26 pm

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

Postby mosh1 » Thu Jul 12, 2012 7:16 pm

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 ?
mosh1
 
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

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

Postby ShumingWang » Fri Jul 13, 2012 6:36 am

bcc55\bin\implib libmysql libmysql.dll genarate libmysql.lib
http://www.xtech2.top
Mobile:(86)13802729058
Email:100200651@qq.com
QQ:100200651
Weixin: qq100200651
ShumingWang
 
Posts: 461
Joined: Sun Oct 30, 2005 6:37 am
Location: Guangzhou(Canton),China

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

Postby Marc Vanzegbroeck » Thu Jul 19, 2012 12:45 pm

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 Vanzegbroeck
 
Posts: 1159
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium

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

Postby mosh1 » Fri Aug 03, 2012 2:27 am

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 :(
mosh1
 
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

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

Postby richard-service » Fri Aug 03, 2012 5:37 am

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
User avatar
richard-service
 
Posts: 802
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

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

Postby Marc Vanzegbroeck » Fri Aug 03, 2012 11:35 am

Richard,

My email is
marc.vanzegbroeck@gmail.com

Thanks
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc Vanzegbroeck
 
Posts: 1159
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium

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

Postby mosh1 » Fri Aug 03, 2012 1:26 pm

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.
mosh1
 
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

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

Postby richard-service » Fri Aug 03, 2012 5:13 pm

Hi,

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
User avatar
richard-service
 
Posts: 802
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

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

Postby Marc Vanzegbroeck » Fri Aug 03, 2012 5:30 pm

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
Marc Vanzegbroeck
 
Posts: 1159
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium

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

Postby mosh1 » Fri Aug 03, 2012 6:07 pm

richard-service wrote:Hi,


You asked me for e-mail I posted it
And I am still waiting for file
mosh1
 
Posts: 129
Joined: Sun Oct 09, 2011 3:50 pm

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

Postby richard-service » Sat Aug 04, 2012 2:56 am

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
User avatar
richard-service
 
Posts: 802
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

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

Postby Marc Vanzegbroeck » Sat Aug 04, 2012 10:30 am

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
Marc Vanzegbroeck
 
Posts: 1159
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium

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

Postby richard-service » Sat Aug 04, 2012 11:14 am

Marc Vanzegbroeck wrote:Can you try to send it to

marc.vanzegbroeck@outlook.com

Thanks
Marc

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
User avatar
richard-service
 
Posts: 802
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 21 guests