Page 2 of 6

Re: HMG 3.5

Posted: Sun Nov 15, 2020 4:16 pm
by serge_girard
Rathi,

A quick test gave me this errors:

Code: Select all

c:/hmg.3.5/mingw/bin/../lib/gcc/i686-w64-mingw32/9.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lssl
c:/hmg.3.5/mingw/bin/../lib/gcc/i686-w64-mingw32/9.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lcrypto
...
gcc.exe C:/Users/Serge/AppData/Local/Temp/hbmk_p13hq5.dir/db_gen ...
o P:/hmg.3.0.44/DB_GEN/_temp.o    -pthread  -static-libgcc  -static-libstdc++  -static -lpthread -mwindows -Wl,--start-group -lhmg -lcrypt -ledit -leditex -lgraph -lini -lreport -lhfcl -lhbcurls -lhbcurl -llibcurl -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 -lhbssl -lssl -lcrypto -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 -lwinmm -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -liphlpapi -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib   -Wl,--end-group -oDB_GEN.exe  -L C:/HMG.3.5/harbour/lib/win/mingw -LC:/HMG.3.5/lib
Any idea what exactly I need to copy from my old hmg.3.4.4?

Serge

Re: HMG 3.5

Posted: Sun Nov 15, 2020 6:02 pm
by AUGE_OHR
hi,

thx for new Version v3.5

i just want to ask why MinGW v9.x :?:

it is only while QT Lib are for MinGW v8.1 not for v9.x
QT515_NO_492.JPG
QT515_NO_492.JPG (114.13 KiB) Viewed 12493 times

Re: HMG 3.5

Posted: Sun Nov 15, 2020 6:44 pm
by AUGE_OHR
what i mean : if i change MinGW Version i must have all LIBs made with that Version, or :?:

Re: HMG 3.5

Posted: Sun Nov 15, 2020 7:27 pm
by susviela
I'll download and test it, thanks for renewing our taste for HMG.
---
Vou fazer download e testar, obrigado por renovar nosso gosto pela HMG.
--
Lo descargaré y probaré, gracias por renovar nuestro gusto por HMG.

Re: HMG 3.5

Posted: Sun Nov 15, 2020 7:32 pm
by Rathinagiri
I think it is OpenSSL library file.

Can you test with these attached files? I have downloaded from here.
serge_girard wrote: Sun Nov 15, 2020 4:16 pm Rathi,

A quick test gave me this errors:

Code: Select all

c:/hmg.3.5/mingw/bin/../lib/gcc/i686-w64-mingw32/9.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lssl
c:/hmg.3.5/mingw/bin/../lib/gcc/i686-w64-mingw32/9.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lcrypto
...
gcc.exe C:/Users/Serge/AppData/Local/Temp/hbmk_p13hq5.dir/db_gen ...
o P:/hmg.3.0.44/DB_GEN/_temp.o    -pthread  -static-libgcc  -static-libstdc++  -static -lpthread -mwindows -Wl,--start-group -lhmg -lcrypt -ledit -leditex -lgraph -lini -lreport -lhfcl -lhbcurls -lhbcurl -llibcurl -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 -lhbssl -lssl -lcrypto -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 -lwinmm -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -liphlpapi -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib   -Wl,--end-group -oDB_GEN.exe  -L C:/HMG.3.5/harbour/lib/win/mingw -LC:/HMG.3.5/lib
Any idea what exactly I need to copy from my old hmg.3.4.4?

Serge

Re: HMG 3.5

Posted: Sun Nov 15, 2020 7:33 pm
by susviela
Captura de tela de 2020-11-15 16-27-52.png
Captura de tela de 2020-11-15 16-27-52.png (44.66 KiB) Viewed 12484 times
.


Windows 10 deletando o arquivo.

Win-10 Delete a File

.

Re: HMG 3.5

Posted: Sun Nov 15, 2020 7:35 pm
by Rathinagiri
AUGE_OHR wrote: Sun Nov 15, 2020 6:02 pm hi,

thx for new Version v3.5

i just want to ask why MinGW v9.x :?:

it is only while QT Lib are for MinGW v8.1 not for v9.x
QT515_NO_492.JPG
Hi,

If you ask why MingW v9.x, because that is been recommended here.

Re: HMG 3.5

Posted: Sun Nov 15, 2020 7:36 pm
by Rathinagiri
AUGE_OHR wrote: Sun Nov 15, 2020 6:44 pm what i mean : if i change MinGW Version i must have all LIBs made with that Version, or :?:
Yes. I think that will be better.

Re: HMG 3.5

Posted: Sun Nov 15, 2020 7:37 pm
by Rathinagiri
susviela wrote: Sun Nov 15, 2020 7:33 pm Captura de tela de 2020-11-15 16-27-52.png
.


Windows 10 deletando o arquivo.

Win-10 Delete a File

.
Mine is also Win10. Does anybody else have the same problem?

Re: HMG 3.5

Posted: Mon Nov 16, 2020 12:34 am
by huiyi_ch
Thanks a lot.

Huiyi