HMG 3.4.1

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

EduardoLuis
Posts: 682
Joined: Tue Jun 04, 2013 6:33 pm
Location: Argentina

Re: HMG 3.4.1

Post 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
User avatar
dhaine_adp
Posts: 457
Joined: Wed Aug 06, 2008 12:22 pm
Location: Manila, Philippines

Re: HMG 3.4.1

Post 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.
Regards,

Danny
Manila, Philippines
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG 3.4.1

Post by bpd2000 »

Many thanks Mr. Rathinagiri and Dr. Soto

Successfully downloaded, Speed of download is also fast
Installed Successfully
Regards
BPD
Convert Dream into Reality through HMG
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: HMG 3.4.1

Post 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.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
dhaine_adp
Posts: 457
Joined: Wed Aug 06, 2008 12:22 pm
Location: Manila, Philippines

Re: HMG 3.4.1

Post 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.
Regards,

Danny
Manila, Philippines
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: HMG 3.4.1

Post 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
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: HMG 3.4.1

Post 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
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: HMG 3.4.1

Post by mustafa »

User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.4.1

Post 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. :?
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.1

Post 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
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply