Page 1 of 2

TDolphin - from where I can download ?

PostPosted: Mon Mar 04, 2013 7:17 am
by Rimantas
Hi,

I'm interesting in that product ... :)

Fwh 11.11 , Harbour 3.0 minGw ...

With best regards !

Re: TDolphin - from where I can download ?

PostPosted: Mon Mar 04, 2013 8:07 am
by Bayron

Re: TDolphin - from where I can download ?

PostPosted: Mon Mar 04, 2013 8:40 am
by Rimantas


Now we all will speak in spanish at once ... :) . Excuse Bayron , nothing understand , but ... I found that : http://www.sitasoft.net/dolphindevel/li ... =TDolphin& . But how to download all ? Will this work with MinGW ? How this SVN can be set ? Also I know http://tdolphin.blogspot.com/ . But , again , all info in spanish , can't to find what it's needfull ...

Re: TDolphin - from where I can download ?

PostPosted: Mon Mar 04, 2013 8:57 am
by Bayron
Rimantas, as you probably know tDolphin is a donation from Daniel Garcia-Gil, you can download from svn following this instructions...

http://tdolphin.blogspot.com/2010/06/comanzando-starting.html

You can also use google to translate any website going to:

[url]translate.google.com[/url]

Hope it helps...

Re: TDolphin - from where I can download ?

PostPosted: Mon Mar 04, 2013 9:25 am
by Rimantas
Bayron wrote:Rimantas, as you probably know tDolphin is a donation from Daniel Garcia-Gil, you can download from svn following this instructions...

http://tdolphin.blogspot.com/2010/06/comanzando-starting.html

You can also use google to translate any website going to:

[url]translate.google.com[/url]

Hope it helps...


Thanks Bayron ! That's what I need ... :)

Some times ago I tried google translate to translate urls , but tranlations was a terrible ... Maybe at this time situation it's better ... :)

Re: TDolphin - from where I can download ?

PostPosted: Mon Mar 04, 2013 9:30 am
by Bayron
Manau, kad vertimų yra taip gerai, kaip žmonės rašo ...

Re: TDolphin - from where I can download ?

PostPosted: Mon Mar 04, 2013 10:46 am
by Daniel Garcia-Gil
Hello

Rimantas wrote:Some times ago I tried google translate to translate urls , but tranlations was a terrible ... Maybe at this time situation it's better ...


the 90% of notes in Blog are in spanish and english

if you have any other question, please feel free to do here

after download the source from svn check

http://tdolphin.blogspot.com/2010/11/construir-lib-ejemplos-build-lib.html

edit any file for your environment

setenv64.bat //Harbour+MSVC64
setenvh.bat //Harbour + Borland
setenvhg.bat //Harbour + MinGW
setenvhm.bat //Harbour + MSVC32
setenvx.bat //xHarbour + Borland
setenvxg.bat //xHarbour + MinGW
setenvxm.bat // xHarbour + MSVC32

Linux
setenvh.sh //Harbour
setenvx.sh //xHarbour

(same way to samples)

Re: TDolphin - from where I can download ?

PostPosted: Mon Mar 04, 2013 1:29 pm
by Rimantas
Daniel Garcia-Gil wrote:Hello

Rimantas wrote:Some times ago I tried google translate to translate urls , but tranlations was a terrible ... Maybe at this time situation it's better ...


the 90% of notes in Blog are in spanish and english

if you have any other question, please feel free to do here

after download the source from svn check

http://tdolphin.blogspot.com/2010/11/construir-lib-ejemplos-build-lib.html

edit any file for your environment

setenv64.bat //Harbour+MSVC64
setenvh.bat //Harbour + Borland
setenvhg.bat //Harbour + MinGW
setenvhm.bat //Harbour + MSVC32
setenvx.bat //xHarbour + Borland
setenvxg.bat //xHarbour + MinGW
setenvxm.bat // xHarbour + MSVC32

Linux
setenvh.sh //Harbour
setenvx.sh //xHarbour

(same way to samples)


Thanks Daniel ! In evening I'll try all that ... :-)

Re: TDolphin - from where I can download ?

PostPosted: Mon Mar 04, 2013 1:33 pm
by Rimantas
Bayron wrote:Manau, kad vertimų yra taip gerai, kaip žmonės rašo ...



You just confirmed mine opinion ... :-) This place between commas "vertimų yra taip gerai" in lithuanian is nonsense ... :-) Because we discussed about translation I at this moment can understand what you get in mind . But if let to read to other man ...

Re: TDolphin - from where I can download ?

PostPosted: Mon Mar 04, 2013 4:21 pm
by Rimantas
Daniel Garcia-Gil wrote:if you have any other question, please feel free to do here
after download the source from svn check
http://tdolphin.blogspot.com/2010/11/construir-lib-ejemplos-build-lib.html

edit any file for your environment
setenv64.bat //Harbour+MSVC64
setenvh.bat //Harbour + Borland
setenvhg.bat //Harbour + MinGW
setenvhm.bat //Harbour + MSVC32
setenvx.bat //xHarbour + Borland
setenvxg.bat //xHarbour + MinGW
setenvxm.bat // xHarbour + MSVC32
Linux
setenvh.sh //Harbour
setenvx.sh //xHarbour



Daniel , first problem ... Did all that described , changed in setenvhg.bat paths to mine owns . It return error: "The program can't start because libintl-8.dll is missing ... " . But that dll I'm seeing in mine D:\A\hrb\comp\mingw bin folder ( size 122719 b, dated 26.07.2009 ) ...

setenvhg :
Code: Select all  Expand view

@CALL CLEANENV.BAT
@SET PRG_COMPILER=HARBOUR
@SET PRG_COMP_PATH=D:\a\hrb
@SET PRG_COMP_BIN_PATH=%PRG_COMP_PATH%\bin
@SET PRG_COMP_LIB_PATH=%PRG_COMP_PATH%\lib\win\mingw
@SET PRG_COMP_INC_PATH=%PRG_COMP_PATH%\include
@SET C_COMPILER=MINGW32
@SET C_COMP_PATH=D:\A\hrb\comp\mingw
@SET C_COMP_BIN_PATH=%C_COMP_PATH%\bin
@SET C_COMP_LIB_PATH=%C_COMP_PATH%\lib
@SET C_COMP_INC_PATH=%C_COMP_PATH%\include
@SET DOLPHIN_INC=.\include
@CALL win-make
 


mak.log :
Code: Select all  Expand view

# -----------------------------------------------------------------------
# Building libdolphin.a                                            
# C COMPILER    :MINGW32                                            
# PRG COMPILER  :HARBOUR                                          
# -----------------------------------------------------------------------
D:\a\hrb\bin\harbour.exe .\source\prg\tdolpexp.prg -D -D__WIN__ -D__NODEBUG__ -q0 /N /W /w /es2 /O.\obj\HARBOUR\MINGW32\ /I.\include;D:\a\hrb\include;
Compiling .\source\prg\tdolpexp.prg
D:\A\hrb\comp\mingw\bin\gcc -c -D__WIN__ -D__HARBOUR__ -DHB_LEGACY_TYPES_ON -ID:\a\hrb\include -I.\include -ID:\A\hrb\comp\mingw\include -o.\obj\HARBOUR\MINGW32\tdolpexp.o .\obj\HARBOUR\MINGW32\tdolpexp.c  
Compiling .\obj\HARBOUR\MINGW32\tdolpexp.c
 


Regards !

Re: TDolphin - from where I can download ?

PostPosted: Mon Mar 04, 2013 5:03 pm
by Daniel Garcia-Gil
Hello

Try add mingw folders to main PATH

Re: TDolphin - from where I can download ?

PostPosted: Mon Mar 04, 2013 5:31 pm
by Rimantas
Daniel Garcia-Gil wrote:Hello

Try add mingw folders to main PATH



:( .. the same result ...

OK - get it ... :-)

Did with old fashioned style , some line in your bat file :

Code: Select all  Expand view

@CALL CLEANENV.BAT
SET OLDPATH=%PATH%
set HB_BIN_INSTALL=\a\hrb\bin
set PATH=%HB_BIN_INSTALL%;\a\hrb\comp\mingw\bin
@SET PRG_COMPILER=HARBOUR
@SET PRG_COMP_PATH=\a\hrb
@SET PRG_COMP_BIN_PATH=%PRG_COMP_PATH%\bin
@SET PRG_COMP_LIB_PATH=%PRG_COMP_PATH%\lib\win\mingw
@SET PRG_COMP_INC_PATH=%PRG_COMP_PATH%\include
@SET C_COMPILER=MINGW32
@SET C_COMP_PATH=\A\hrb\comp\mingw
@SET C_COMP_BIN_PATH=%C_COMP_PATH%\bin
@SET C_COMP_LIB_PATH=%C_COMP_PATH%\lib
@SET C_COMP_INC_PATH=%C_COMP_PATH%\include
@SET DOLPHIN_INC=.\include
@CALL win-make
SET PATH=%OLDPATH%
SET OLDPATH=
 


Well , I will test your samples ... :D

Re: TDolphin - from where I can download ?

PostPosted: Mon Mar 04, 2013 6:19 pm
by Rimantas
Build libs, sucessed import dabtabase ( sampdb ) , but can't understand how to build sample .. :(
Set paths to \samples\setenvhg.bat , changed own settings for bldfw.bat . Run setenvhg at first , then "bldfw testfw1" ... In console I'm seeing that :
Code: Select all  Expand view

# -----------------------------------------------------------------------
# Building sample testfw1.prg EMBEDDED : no
# C COMPILER    :BCC
# PRG COMPILER  :HARBOUR
# -----------------------------------------------------------------------   
Compiling testfw1.prg
The system cannot find the path specified.
win-make: *** [testfw1.c] Error 1
 


Hmmm ... I let to run mingw ... :(

Re: TDolphin - from where I can download ?

PostPosted: Mon Mar 04, 2013 7:03 pm
by Daniel Garcia-Gil
Hello

you have any problem with harbour path

Re: TDolphin - from where I can download ?

PostPosted: Tue Mar 05, 2013 5:17 pm
by Rimantas
Daniel Garcia-Gil wrote:Hello

you have any problem with harbour path


Yes, you are rigth .. :) . Now I put in good that and can create samples . Some samples , which are connecting to [mysql] dolphin_man , can't work , but other connecting to localhost [mysql3] are working . OK , I'll try that with own queries and let you know how success ...

I allreday have some questions :
- SetWhere() method - can I set some columns at once ? Small sample ? Sorry , that xBrowse don't have the second line for inputs for filtering ... Or maybe have ? :)
- SetOrder() method - too , can I set some columns at once ? Small sample ? It will be very fine to relate with xBrowse headers and Ctrl or Shift key to direct some columns which customer wanna to order ...

With best regards !