Page 2 of 5

Re: HMG 3.6 (64 bit version)

Posted: Thu May 11, 2023 6:47 am
by huiyi_ch
mol wrote: Thu May 11, 2023 5:25 am you can download it from my site: https://molsystemy.pl/hmg/hmg36setup64.exe
Thank you very much!

Re: HMG 3.6 (64 bit version)

Posted: Thu May 11, 2023 7:56 am
by edk
I'm attaching the hbcurl (libcurl) addon in the latest version 8.0.1 64 bit for hmg 3.6
Install hbcurl for hmg3.6.exe.7z
(6.4 MiB) Downloaded 866 times
After installing the add-on, the libcurl-x64.dll library necessary to run a app that uses libcurl is located in c:\hmg.3.6\harbour64\contrib\hbcurl\curl-8.0.1_9-win64-mingw\bin\libcurl-x64.dll

BTW: many thx for Rathi and Grigory

Re: HMG 3.6 (64 bit version)

Posted: Thu May 11, 2023 8:00 am
by edk
mol wrote: Wed May 10, 2023 8:50 pm I can't link my project because I'm using LetoDBF library. I should compile it in 64 bit, but I don't know how to do it...
Marek, from what I remember you had some version of LetoDB that you updated. If you have the sources, send it, I'll try to prepare it for 64 bit in my spare time.

Re: HMG 3.6 (64 bit version)

Posted: Thu May 11, 2023 2:18 pm
by mol
Great!

Re: HMG 3.6 (64 bit version)

Posted: Thu May 11, 2023 7:23 pm
by Red2
I have downloaded and installed HMG 3.6.
As Rathinagiri requested here is my initial experience.
So far 3.6 has been a WIN!

3.6 compiles my main project. I used the ANSI IDE.
The resultant 64-bit .EXE seems to runs fine.

Unfortunately I had to remove hblibxlsxwriter from the project.
Apparently it is 32-bit only. I now need to figure something else out.

Thank you to everyone who invested your valuable time and effort to make this happen!

Re: HMG 3.6 (64 bit version)

Posted: Thu May 11, 2023 9:12 pm
by Red2
Just Feedback:
For the record the function MiniGUIVersion() was not updated in either 3.5 or 3.6.
The following:
OS() + CRLF + ;
Hb_Compiler() + CRLF + ;
Version() + CRLF + ;
MiniGUIVersion()


Returns:
Function MiniGUIVersion().PNG
Function MiniGUIVersion().PNG (2.96 KiB) Viewed 54775 times

Re: HMG 3.6 (64 bit version)

Posted: Thu May 11, 2023 9:27 pm
by mol
Hi Edward!
I'm using version of LetoDbf, which can be download from my site: https://molsystemy.pl/hmg/letodbf-master_20190517.zip
I need 64-bit library, maybe service too

Re: HMG 3.6 (64 bit version)

Posted: Fri May 12, 2023 5:28 am
by serge_girard
And how about MySQL functions for 64bits?

Re: HMG 3.6 (64 bit version)

Posted: Fri May 12, 2023 6:04 am
by mol
Where can I find 64-bit version of hbvpdf library?
Sorry, actually it's hbvpdf-64 library :lol:

Re: HMG 3.6 (64 bit version)

Posted: Fri May 12, 2023 2:04 pm
by edk
mol wrote: Thu May 11, 2023 9:27 pm Hi Edward!
I'm using version of LetoDbf, which can be download from my site: https://molsystemy.pl/hmg/letodbf-master_20190517.zip
I need 64-bit library, maybe service too
Here you go:
Install Leto DBf AddOn for HMG 3.6.exe.7z
(1.45 MiB) Downloaded 951 times
After installation, the compilation process starts. The resulting library files will be ready to use.
Example command to build the application: c:\hmg.3.6\build64.bat your.prg letodb.hbc

Server files will be located in: c:\hmg.3.6\harbour64\addons\letodb\server\

The server version working as a daemon does not require installation:
- run: Start_LetoDBf_Daemon.cmd
- stop: Stop_LetoDBf_Daemon.cmd

The server version working as a service needs to be installed:
- service installation: Install_LetoDBf_Service.cmd
- stop the service: Stop_LetoDBf_Service.cmd
- starting the service: Start_LetoDBf_Service.cmd
- uninstalling the service: Uninstall_LetoDBf_Service.cmd