Page 5 of 7

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

Posted: Fri Aug 10, 2012 3:39 pm
by mosh1
Still no success - can anybody please explain step by step what do I need to use MySql with Harbour 3 ?

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

Posted: Fri Aug 10, 2012 5:49 pm
by lucasdebeltran

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

Posted: Fri Aug 10, 2012 6:27 pm
by mosh1
lucasdebeltran wrote:Mosh,

Please, see http://tdolphin.blogspot.com.es/


Dont see any help for my problem.

This this another product, and I tried it too. No luck too and nobody wanted to help. And I dont read Spanish, sorry

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

Posted: Fri Aug 10, 2012 7:04 pm
by Daniel Garcia-Gil
Mosh1

what problem did you found to build TDolphin?

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

Posted: Fri Aug 10, 2012 8:07 pm
by mosh1
Daniel Garcia-Gil wrote:Mosh1

what problem did you found to build TDolphin?


I am not doing in dolphin now. Its a little too late.

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

Posted: Fri Aug 10, 2012 8:26 pm
by lucasdebeltran
TDolphin is a great product, very very fast.

What a pitty there is no an RDD.

And thnaks to Daniel, TDolphin it is free. Daniel always offers great help and superb support.

It is very generous to offer such product.

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

Posted: Fri Aug 10, 2012 8:49 pm
by mosh1
Daniel Garcia-Gil wrote:Mosh1

what problem did you found to build TDolphin?


Look my message in this thread page 1. I didnt get any response and decided I cant use such unsupported product. :(

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

Posted: Fri Aug 10, 2012 10:38 pm
by Daniel Garcia-Gil
Hello

TDolphin have so many support in this forum... (include my self, author of TDolphin)

you can seek TDOLPHIN in this forum, i'm sure you will find a lot thread about it...

i didnt see any problem reported at dolphin in this thread

i dont understand your current problem with TMYSQL

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

Posted: Sat Aug 11, 2012 2:58 pm
by richard-service
mosh1 wrote:
richard-service wrote:I sent it.


Can you please send me whatever is in :

p:\drlib32x\include\

Thanks

This include folder mean copy xharbour's include full files and fwh's include full files to only one include folder.

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

Posted: Sun Aug 12, 2012 2:25 am
by mosh1
Daniel Garcia-Gil wrote:Hello

TDolphin have so many support in this forum... (include my self, author of TDolphin)

you can seek TDOLPHIN in this forum, i'm sure you will find a lot thread about it...

i didnt see any problem reported at dolphin in this thread

i dont understand your current problem with TMYSQL


1) In this thread on the and of 1st page my message from Sun Jul 08, 2012 4:32 pm

2) Tmysql : I want to do clean compile w/o errors for Harbour 3.0. Need to know exactly what version of programs files, what to include and which version

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

Posted: Sun Aug 12, 2012 2:26 am
by mosh1
richard-service wrote:
mosh1 wrote:
richard-service wrote:I sent it.


Can you please send me whatever is in :

p:\drlib32x\include\

Thanks

This include folder mean copy xharbour's include full files and fwh's include full files to only one include folder.


I want to do it from scratch : what do I need to compile the library.

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

Posted: Sun Aug 12, 2012 1:40 pm
by Daniel Garcia-Gil
mosh1 wrote:1) In this thread on the and of 1st page my message from Sun Jul 08, 2012 4:32 pm


so sorry, I just saw, can you post the .LOG file
build TDolphin really is very simple

look http://tdolphin.blogspot.com/2010/11/construir-lib-ejemplos-build-lib.html ( typed in english too )

only edit .BAT file to config enviroment

setenvh.bat, Harbour/Borland
setenvhg.bat, Harbour/MiniGW
setenvhm.bat, Harbour/Microsoft 32
setenv64.bat, Harbour/Microsft 64
setenvx.bat, xHarbour/Borland
setenvxg.bat, xHarbour/MiniGW
setenvxm.bat, xHarbour/Microsoft 32

run .bat after execute win-make

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

Posted: Sun Aug 12, 2012 2:20 pm
by mosh1
Daniel Garcia-Gil wrote:
mosh1 wrote:1) In this thread on the and of 1st page my message from Sun Jul 08, 2012 4:32 pm


so sorry, I just saw, can you post the .LOG file
build TDolphin really is very simple

look http://tdolphin.blogspot.com/2010/11/construir-lib-ejemplos-build-lib.html ( typed in english too )

only edit .BAT file to config enviroment

setenvh.bat, Harbour/Borland
setenvhg.bat, Harbour/MiniGW
setenvhm.bat, Harbour/Microsoft 32
setenv64.bat, Harbour/Microsft 64
setenvx.bat, xHarbour/Borland
setenvxg.bat, xHarbour/MiniGW
setenvxm.bat, xHarbour/Microsoft 32

run .bat after execute win-make


1) I have HB20 and HB30 for different versions and no c:\Harbour.
So even if i set
@SET PRG_COMPILER=HB30

win-make expects harbour to be in \harbour anyway

2) Ok I compiled the library. No : where I start? Can you sent some and/or help where to start in English language? Or maybe Russian? :idea:

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

Posted: Sun Aug 12, 2012 4:49 pm
by Lailton
Mosh,

You can edit "setenvh.bat":

Code: Select all | Expand

@SET PRG_COMP_PATH=d:\harbour


TDolphin is perfect tool and you can start studying the samples. ( "samples" Folder ).

:)

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

Posted: Sun Aug 12, 2012 4:55 pm
by mosh1
Lailton wrote:Mosh,

You can edit "setenvh.bat":

Code: Select all | Expand

@SET PRG_COMP_PATH=d:\harbour



I did but it was not enough. Re-read my message.

Lailton wrote:TDolphin is perfect tool and you can start studying the samples. ( "samples" Folder ).


I dont have such a folder. Where can I get it?