Page 2 of 20

Re: HMG 3.4.1

Posted: Mon Jul 06, 2015 1:09 pm
by EduardoLuis
Hi Friends:

Downloading succesfully.-
Today i'll begin testing new version.-
Thanks Rathi and Dr. Claudio for your efforts and also thanks for share with us.-
With Regards, Eduardo

Re: HMG 3.4.1

Posted: Mon Jul 06, 2015 1:14 pm
by dhaine_adp
Hi Pablo,
Also there is not BuildLib64.bat, It's missing.

Danny are you trying with build64.bat to build LIBs ???
The lib wont compile on build64.bat because hbmk can't be found on the path. As I have said harbour-64 folder is missing as defined on _BuildAllLib64.bat. BuildAllLib.bat works fine. _BuildLib64.bat gives the error message below:

Code: Select all

 Build Library:         UNICODE (64 bits)

'hbmk2' is not recognized as an internal or external command,
operable program or batch file.

Press any key to continue . . .
The harbour/bin folder contains the 32-bit version while mingw\bin seems to be fine because it both contains the 64 and 32 bit version. Anyway I'll see if I can rebuild Harbour from the coremaster at github.

Re: HMG 3.4.1

Posted: Mon Jul 06, 2015 1:25 pm
by bpd2000
Many thanks Mr. Rathinagiri and Dr. Soto

Successfully downloaded, Speed of download is also fast
Installed Successfully
Regards

Re: HMG 3.4.1

Posted: Mon Jul 06, 2015 2:15 pm
by Pablo César
dhaine_adp wrote:The lib wont compile on build64.bat because hbmk can't be found on the path. As I have said harbour-64 folder is missing as defined on _BuildAllLib64.bat. BuildAllLib.bat works fine.

..//..

The harbour/bin folder contains the 32-bit version while mingw\bin seems to be fine because it both contains the 64 and 32 bit version. Anyway I'll see if I can rebuild Harbour from the coremaster at github.
Yes I know. But probably you should follows this Claudio's instructions. And I guess we still follows this tructure.

Re: HMG 3.4.1

Posted: Mon Jul 06, 2015 4:25 pm
by dhaine_adp
Hi Pablo,
Yes I know. But probably you should follows this Claudio's instructions. And I guess we still follows this tructure.
Thanks for pointing that out. I'm done with compiling in 64 bit. So far my apps compiles and links without a problem.

Re: HMG 3.4.1

Posted: Mon Jul 06, 2015 4:37 pm
by mustafa
Hola amigos para 64 bits
he copiado dentro de c:\hmg.3.4.1_64
HARBOUR-64
LIB-64
MinGW-64
y luego he ejecutado

_BuildAllLib64.bat
_BuildLib64.bat
no se si es correcto pero parece que funciona
y me he preparado un fichero bat build.3.4.1_64.bat

@ECHO OFF
call c:\hmg.3.4.1_64\build64.bat main %*
main seria el nombre del prg que queremos compilar
ejemplo main.prg
Un Saludo
*------------------------------------------------------*
Hello friends for 64-bit
I copied in c:\hmg.3.4.1_64
HARBOUR-64
LIB-64
MinGW-64
and I then executed

_BuildAllLib64.bat
_BuildLib64.bat
not whether it is right but it seems to work
and I have prepared a batch file build.3.4.1_64.bat

@ECHO OFF
call c:\hmg.3.4.1_64\build64.bat main% *
main prg name would we want to compile
example main.prg
a Greeting

Mustafa

Re: HMG 3.4.1

Posted: Mon Jul 06, 2015 4:42 pm
by Pablo César
Hi Mustafa + Danny,

Thank you to report your experiences in 64 bits.

Would be interesting to describe where have you have taken Harbour-64 ? Which link ?

Rgds

Re: HMG 3.4.1

Posted: Mon Jul 06, 2015 4:49 pm
by mustafa

HMG 3.4.1

Posted: Mon Jul 06, 2015 4:58 pm
by Pablo César
Gracias Mustafa por esclarecer. Pero mismo asi lo que me preocupa es utilizar la version Harbour más actual para las actualizaciones. :?

Re: HMG 3.4.1

Posted: Mon Jul 06, 2015 5:12 pm
by srvet_claudio
1) Download Harbour and MinGW in 64-bit from Here

2) Unzip file in folder: c:\hmg.3.4.1

3) exec c:\hmg.3.4.1\_BuildAllLib64.bat

Build app with build64.bat