Hi,
I'm interesting in that product ... ![]()
Fwh 11.11 , Harbour 3.0 minGw ...
With best regards !
Hi,
I'm interesting in that product ... ![]()
Fwh 11.11 , Harbour 3.0 minGw ...
With best regards !
=====>
Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala
FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10
FiveWin, One line of code and it's done...
Bayron wrote:http://forums.fivetechsupport.com/viewtopic.php?f=6&t=23304&p=125144&hilit=tdolphin+mingw#p125144
=====>
Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala
FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10
FiveWin, One line of code and it's done...
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:
translate.google.com
Hope it helps...
=====>
Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala
FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10
FiveWin, One line of code and it's done...
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: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)
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.cHello
Try add mingw folders to main PATH
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 1Hello
you have any problem with harbour path
Daniel Garcia-Gil wrote:Hello
you have any problem with harbour path