HMG 3.5

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

jorge.posadas
Posts: 174
Joined: Mon May 19, 2014 7:43 pm
DBs Used: DBF, SQLite, MS-SQL, ACCESS, MariaDB (en proceso)
Location: Morelia, Mich. México
Contact:

Re: HMG 3.5

Post by jorge.posadas »

Muchas gracias por esta nueva versión
Cordialmente

POSADAS SOFTWARE
Jorge Posadas Ch.
Programador independiente
Morelia, Mich.
M é x i c o .
Movil +52 44 3734 1858
SKYPE: jorge.posadasch
Email: posoft@gmx.com
User avatar
apais
Posts: 440
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF
Location: uruguay
Contact:

Re: HMG 3.5

Post by apais »

That old SSL has security issues and is not compatible with the most current curl lib.
Would be better to compile HMG with an up to date harbour as I have done in my recently published compilation made in GitHub.
Github actions is the way to go.
Angel Pais
Web Apps consultant/architect/developer.
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: HMG 3.5

Post by AUGE_OHR »

hi,

i have try to compile "lates" harbour Source but it fail with Error at hbsocket ...
gcc -I. -I../../../../../include -W -Wall -O3 -fomit-frame-pointer -march=i586 -mtune=pentiumpro -DUNICODE -DHB_HAS_PCRE -Ic:/HB/src/3rd/pcre -DPCRE_STATIC -DHB_HAS_ZLIB -Ic:/HB/src/3rd/zlib -ohbsocket.o -c ../../../hbsocket.c
In file included from ../../../hbsocket.c:223:0:
../../../hbsocket.c: In function 'hb_socketSetOsError':
../../../hbsocket.c:1109:12: error: 'ERROR_NOT_ENOUGH_MEMORY' undeclared (first use in this function)
case WSA_NOT_ENOUGH_MEMORY:
^
../../../hbsocket.c:1109:12: note: each undeclared identifier is reported only once for each function it appears in
../../../hbsocket.c: In function 'hb_socketGetIFaces':
../../../hbsocket.c:4093:29: error: 'ERROR_BUFFER_OVERFLOW' undeclared (first use in this function)
if( dwResult == ERROR_BUFFER_OVERFLOW )
^~~~~~~~~~~~~~~~~~~~~
../../../hbsocket.c:4099:29: error: 'NO_ERROR' undeclared (first use in this function)
if( dwResult == NO_ERROR )
^~~~~~~~
../../../../../config/rules.mk:88: recipe for target 'hbsocket.o' failed
win-make[3]: *** [hbsocket.o] Error 1
../../config/lib.mk:68: recipe for target 'descend' failed
win-make[2]: *** [descend] Error 2
../config/dir.mk:71: recipe for target 'rtl' failed
win-make[1]: *** [rtl] Error 2
config/dir.mk:71: recipe for target 'src' failed
win-make: *** [src] Error 2
so if someone have a "Working" harbour Source please tell me where to download.

btw. harbour Version v3.0.0 can complete compile so my Environment is OK
but it is old Version and some newer HB_FUNC are missing ...
have fun
Jimmy
Carlos Britos
Posts: 245
Joined: Sat Aug 02, 2008 5:03 pm

Re: HMG 3.5

Post by Carlos Britos »

AUGE_OHR wrote: Wed Nov 18, 2020 8:49 pm so if someone have a "Working" harbour Source please tell me where to download.
Take a look here
you can find 2 packages

1 with all harbour exes and lib
2 with all harbour exes and lib plus dlls and lib for dlls

https://github.com/asistex/hmg_tools_compilation

If you want to compile your self the last version of harbour , you will find the scripts

https://github.com/asistex/hmg_tools_co ... /workflows

These script run on github

Carlos
Regards/Saludos, Carlos (bcd12a)
jorge.posadas
Posts: 174
Joined: Mon May 19, 2014 7:43 pm
DBs Used: DBF, SQLite, MS-SQL, ACCESS, MariaDB (en proceso)
Location: Morelia, Mich. México
Contact:

Re: HMG 3.5

Post by jorge.posadas »

I can't download HMG 5.0,
Cordialmente

POSADAS SOFTWARE
Jorge Posadas Ch.
Programador independiente
Morelia, Mich.
M é x i c o .
Movil +52 44 3734 1858
SKYPE: jorge.posadasch
Email: posoft@gmx.com
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.5

Post by Rathinagiri »

I have seen three people complaining about virus in the setup exe file.

Any body who could download in Win10 64?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG 3.5

Post by bpd2000 »

Rathinagiri wrote: Thu Nov 19, 2020 7:06 am I have seen three people complaining about virus in the setup exe file.

Any body who could download in Win10 64?
I am not facing problem while downloading on Win 10 64 bit
BPD
Convert Dream into Reality through HMG
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG 3.5

Post by serge_girard »

Carlos,

Where to put
1 with all harbour exes and lib
2 with all harbour exes and lib plus dlls and lib for dlls
https://github.com/asistex/hmg_tools_compilation
File contains:
ACESDK.ZIP
AES.ZIP
CUR....ZIP
HB32 (2). ZIP
OPENSSL.ZIP

Is it HMG.3.5\LIB ?

Serge
There's nothing you can do that can't be done...
Carlos Britos
Posts: 245
Joined: Sat Aug 02, 2008 5:03 pm

Re: HMG 3.5

Post by Carlos Britos »

serge_girard wrote: Thu Nov 19, 2020 9:28 am Carlos,

Where to put

ACESDK.ZIP
AES.ZIP
CUR....ZIP
HB32 (2). ZIP
OPENSSL.ZIP

Is it HMG.3.5\LIB ?

Serge
Hi Serge

- acesdk
- OpenSSL-Win32
- curl-7.54.0-win32-mingw

Are already used to create the harbour package
They are the same used by A.Linares in his releases.
OpenSSL-Win32 and curl-7.54.0
In my opinion are outdated

The last version of:
openssl-1.1.1h_1 win32/64 mingw
curl-7.73.0_1 win32/64 mingw
I've uploaded but not tested with harbour yet. I need help on this.

The harbour package are created by the lastest sources from harbour 32 from github. It's already on HMG 35.

Aes is an optional lib. You can add it to your projects.
author Rathinagiri.
From somewhere here in forum
Regards/Saludos, Carlos (bcd12a)
Carlos Britos
Posts: 245
Joined: Sat Aug 02, 2008 5:03 pm

Re: HMG 3.5

Post by Carlos Britos »

Rathinagiri wrote: Thu Nov 19, 2020 7:06 am I have seen three people complaining about virus in the setup exe file.

Any body who could download in Win10 64?
Attachments
Anotación 2020-11-19 093222.jpg
Anotación 2020-11-19 093222.jpg (28.39 KiB) Viewed 13757 times
Regards/Saludos, Carlos (bcd12a)
Post Reply