HMG 3.6 (64 bit version)

Moderator: Rathinagiri

huiyi_ch
Posts: 172
Joined: Sat May 21, 2016 5:27 am

Re: HMG 3.6 (64 bit version)

Post 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!
edk
Posts: 914
Joined: Thu Oct 16, 2014 11:35 am
Location: Poland

Re: HMG 3.6 (64 bit version)

Post 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 815 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
Last edited by edk on Thu May 11, 2023 8:05 am, edited 2 times in total.
edk
Posts: 914
Joined: Thu Oct 16, 2014 11:35 am
Location: Poland

Re: HMG 3.6 (64 bit version)

Post 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.
Red2
Posts: 273
Joined: Sat May 18, 2019 2:11 pm
DBs Used: Visual FoxPro, FoxPro
Location: United States of America

Re: HMG 3.6 (64 bit version)

Post 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!
Red2
Posts: 273
Joined: Sat May 18, 2019 2:11 pm
DBs Used: Visual FoxPro, FoxPro
Location: United States of America

Re: HMG 3.6 (64 bit version)

Post 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 53010 times
User avatar
mol
Posts: 3723
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.6 (64 bit version)

Post 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
User avatar
serge_girard
Posts: 3167
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG 3.6 (64 bit version)

Post by serge_girard »

And how about MySQL functions for 64bits?
There's nothing you can do that can't be done...
User avatar
mol
Posts: 3723
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.6 (64 bit version)

Post by mol »

Where can I find 64-bit version of hbvpdf library?
Sorry, actually it's hbvpdf-64 library :lol:
edk
Posts: 914
Joined: Thu Oct 16, 2014 11:35 am
Location: Poland

Re: HMG 3.6 (64 bit version)

Post 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 909 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
Last edited by edk on Fri May 12, 2023 8:28 pm, edited 4 times in total.
Post Reply