Thank you very much!mol wrote: ↑Thu May 11, 2023 5:25 am you can download it from my site: https://molsystemy.pl/hmg/hmg36setup64.exe
HMG 3.6 (64 bit version)
Moderator: Rathinagiri
Re: HMG 3.6 (64 bit version)
Re: HMG 3.6 (64 bit version)
I'm attaching the hbcurl (libcurl) addon in the latest version 8.0.1 64 bit for hmg 3.6
BTW: many thx for Rathi and Grigory
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.dllBTW: many thx for Rathi and Grigory
Last edited by edk on Thu May 11, 2023 8:05 am, edited 2 times in total.
Re: HMG 3.6 (64 bit version)
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.
-
- Posts: 276
- 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)
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!
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!
-
- Posts: 276
- 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)
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:
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:
Re: HMG 3.6 (64 bit version)
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
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
- serge_girard
- Posts: 3210
- 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)
And how about MySQL functions for 64bits?
There's nothing you can do that can't be done...
Re: HMG 3.6 (64 bit version)
Where can I find 64-bit version of hbvpdf library?
Sorry, actually it's hbvpdf-64 library
Sorry, actually it's hbvpdf-64 library
Re: HMG 3.6 (64 bit version)
Here you go: After installation, the compilation process starts. The resulting library files will be ready to use.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
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.