Hi,
I'm interesting in that product ...
Fwh 11.11 , Harbour 3.0 minGw ...
With best regards !
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...
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 ...
Daniel Garcia-Gil wrote:HelloRimantas 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)
Bayron wrote:Manau, kad vertimų yra taip gerai, kaip žmonės rašo ...
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
@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
# -----------------------------------------------------------------------
# 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
Daniel Garcia-Gil wrote:Hello
Try add mingw folders to main PATH
@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=
# -----------------------------------------------------------------------
# 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
Daniel Garcia-Gil wrote:Hello
you have any problem with harbour path
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 93 guests