Page 10 of 21

Re: HMG 3.4.4

Posted: Tue Jan 09, 2018 10:20 am
by esgici
A download error in HMG 3.4.4: :(
DownloadError.png
DownloadError.png (71.24 KiB) Viewed 23863 times
Happy HMG'ing :D

Re: HMG 3.4.4

Posted: Tue Jan 09, 2018 5:17 pm
by Rathinagiri
Thank you Esgici. Now rectified.

Re: HMG 3.4.4

Posted: Tue Jan 09, 2018 5:41 pm
by esgici
Rathinagiri wrote: Tue Jan 09, 2018 5:17 pm Thank you Esgici. Now rectified.
Thanks.

Viva HMG :D

Re: HMG 3.4.4

Posted: Sun Feb 18, 2018 5:01 pm
by ROBROS
Hi all,
I intend to go 64 bits. What has to be considered? Are there suggested folders? Of course I will keep my actual installation. Any advice is appreciated.

Best regards
Robert

Re: HMG 3.4.4

Posted: Wed Mar 28, 2018 12:03 pm
by asharpham
What is the difference between hmg.3.4.4 & hmg-18.03-setup.exe?

Re: HMG 3.4.4

Posted: Wed Mar 28, 2018 4:22 pm
by mustafa
Hello, Robert: (ROBROS)

Very easy first download in:

viewtopic.php?f=43&t=5198

You can download this latest version from ----> here <------- (64 MB)

https://drive.google.com/open?id=0B668x ... 2dOWG9yQTA

Install the package, in my case I have it installed in c:\hmg.3.4.4_64

After download

You can download this latest version from here (64 MB)

For 64 Bit developers, you have to download and install Harbour64 and MingW64 from here (15 MB) and here (71 MB) respectively.
https://drive.google.com/open?id=0B3L0Q ... zZ3bDd3cU0

https://drive.google.com/open?id=0B3L0Q ... TdnUmVUeEU

then unpack inside c:\hmg.3.4.4_64
HARBOR-64 and MinGW-64
inside folder executes _BuildAllLib64.bat 1 for ANSI and 2 for UNCOCE

then you make a Bat file like the one I put on you
which has to be where is your main application example Main.prg

build.3.4.4_64.bat

@ECHO OFF
call c:\hmg.3.4.4_64\build64.bat Main.prg % *

and I already think that it will work
viewtopic.php?f=46&t=5479&p=53563&hilit=64+bits#p53563

I do not know if the LIB-64 folder is missing in the insytalación?

Sorry that no English
Regards
Mustafa

Re: HMG 3.4.4

Posted: Wed Mar 28, 2018 5:24 pm
by gfilatov
asharpham wrote: Wed Mar 28, 2018 12:03 pm What is the difference between hmg.3.4.4 & hmg-18.03-setup.exe?
Please be so kind to take a look for
viewtopic.php?f=5&t=219&p=1319

Re: HMG 3.4.4

Posted: Thu Mar 29, 2018 3:16 am
by asharpham
Ah thank you, Grigory. I did a search initially but couldn't find this. After checking it out I think I'll stick with good old HMG! My skillset struggles as it is without going any deeper.

Regards,
Alan

Re: HMG 3.4.4

Posted: Thu Mar 29, 2018 9:13 am
by ROBROS
Hi Mustafa,
thx for your reply, I will try this during the easter holidays.
Your English is good enough to understand what you are writing.

Regards from Bavaria.
Robert

Re: HMG 3.4.4

Posted: Sat Mar 31, 2018 3:57 pm
by nikko1960
Hi to all
I'm new to hmg, and yesterday i'have downloaded the 3.4.4 32 bit version.
The Os is Windows 10 pro 32 bit
run buildalllib32 and works
IDE is working fine, i have created for our company a little prototype.
When i try to compile, no executable is generated.
this is the error reported

hbmk2: Link in corso di... pagodil.exe
c:/hmg_344/mingw/bin/../lib/gcc/i686-w64-mingw32/5.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lmysql
collect2.exe: error: ld returned 1 exit status
hbmk2[pagodil]: Errore: nell'esecuzione del linker. 1
gcc.exe .hbmk/win/mingw/Main.o .hbmk/win/mingw/_hbmkaut_Main.o D:/pagodil/_temp.o -pthread -static-libgcc -static-libstdc++ -static -lpthread -mwindows -Wl,--start-group -lhmg -lcrypt -ledit -leditex -lgraph -lini -lreport -lhfcl -lmsvfw32 -lvfw32 -lhbmysql -lmysql -lhbfimage -lhbpgsql -lsddmy -lhbvpdf -lhbct -lhbwin -lhbmzip -lminizip -lhbmemio -lhbmisc -lhbtip -lsqlite3 -lhbsqlit3 -lsddodbc -lrddsql -lhbodbc -lodbc32 -lhbhpdf -lhbnetio -lxhb -lpng -llibhpdf -lhbzebra -lhbextern -lhbdebug -lhbvmmt -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx -lrddnsx -lrddfpt -lhbrdd -lhbhsx -lhbsix -lhbmacro -lhbcplr -lhbpp -lhbcommon -lhbmainwin -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -liphlpapi -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib -Wl,--end-group -opagodil.exe -Lc:/hmg_344/harbour/lib/win/mingw -Lc:/hmg_344/lib

my thougth
why mingw need mysql lib if i do not use it ?

what i'm doing wrong ?

are there some search path that i have not included ?

regards

Domenico