Page 3 of 3

Re: HMG 64 bits

Posted: Wed Jul 08, 2020 10:13 am
by mustafa
Hi Jimmy
View

https://www.hmgforum.com/viewtopic.php? ... ba0e6fd91b
harbour-64(nightly 2016-04-20).rar
MinGw-64_ver.5.3.0.rar
*----------------------------------------------------------------*
http://hmgforum.com/viewtopic.php?f=46& ... afa#p53574
LIB-64.ZIP
*----------------------------------------------------------------*
http://hmgforum.com/viewtopic.php?f=43& ... on2#p60648
HMG-IDE 64-Bits
MiniGuiVersion()


Regards
Mustafa

Re: HMG 64 bits

Posted: Wed Jul 08, 2020 7:06 pm
by AUGE_OHR
hi,

i have 64 Bit installed an create 64 Bit LIBs and all Sample work fine. :D

now it try my "own" Source but i have a lot of HB_FUNC() which use 32 Bit Syntax.
so my Question is how to get from 32 Bit Synatx to 64 Bit Syntax for "C" Code :idea:

Re: HMG 64 bits

Posted: Wed Jul 08, 2020 7:40 pm
by salamandra
Hi Jimmy,
AUGE_OHR wrote: Wed Jul 08, 2020 7:06 pm hi,

i have 64 Bit installed an create 64 Bit LIBs and all Sample work fine. :D

now it try my "own" Source but i have a lot of HB_FUNC() which use 32 Bit Syntax.
so my Question is how to get from 32 Bit Synatx to 64 Bit Syntax for "C" Code :idea:

Please take a look at HMG Doc\HMG 64-bits\HMG 64-bits Documentation. Perhaps would be useful for you.


Best Regards,


Salamandra, Brazil.

Re: HMG 64 bits

Posted: Thu Jul 09, 2020 12:56 am
by AUGE_OHR
hi,
salamandra wrote: Wed Jul 08, 2020 7:40 pm Please take a look at HMG Doc\HMG 64-bits\HMG 64-bits Documentation. Perhaps would be useful for you.
i got HBFM running under 64 Bit :D
HBFM_64bit.JPG
HBFM_64bit.JPG (257.08 KiB) Viewed 3400 times
also 3-PP FreeImage work with 64 Bit
FreeImage64.zip
64 Bit LB / DLL
(2.35 MiB) Downloaded 197 times
now i ask for libxlsxwriter.dll 64 Bit
there is a Make_Lib.CMD so i got 64 Bit liblibxlw.a but no *.DLL :(

p.s. HB_NTOC() is unknown under 64 bit :o

Re: HMG 64 bits

Posted: Thu Jul 09, 2020 1:45 am
by AUGE_OHR
here harbour Code to detect if DLL / EXE is for 32 Bit or 64 Bit
http://www.hmgforum.com/viewtopic.php?f ... 3&start=18

Re: HMG 64 bits

Posted: Thu Jul 09, 2020 3:29 am
by salamandra
Hi jimmy,
Windows task manager also detects if your app it`s 32 or 64 bits.
Take a look about how to add the "Platform" column to task manager. This the simplest way.

Best regards,

Salamandra, Brazil

Re: HMG 64 bits

Posted: Thu Jul 09, 2020 3:50 am
by AUGE_OHR
salamandra wrote: Thu Jul 09, 2020 3:29 am Windows task manager also detects if your app it`s 32 or 64 bits.
Take a look about how to add the "Platform" column to task manager. This the simplest way.
i made it for DLL and recognize it work also for EXE :o
it is to test 3-PP DLL and using BIN2W() instead of PeekWord() from Ot4xb now give right result

Re: HMG 64 bits

Posted: Thu Jul 09, 2020 2:33 pm
by salamandra
Hi Jimmy,

AUGE_OHR wrote: Thu Jul 09, 2020 3:50 am
salamandra wrote: Thu Jul 09, 2020 3:29 am Windows task manager also detects if your app it`s 32 or 64 bits.
Take a look about how to add the "Platform" column to task manager. This the simplest way.
i made it for DLL and recognize it work also for EXE :o
it is to test 3-PP DLL and using BIN2W() instead of PeekWord() from Ot4xb now give right result

That´s what I sayd
Capture.JPG
Capture.JPG (162.56 KiB) Viewed 3343 times

Best regards,

Salamandra, Brazil

Re: HMG 64 bits

Posted: Thu Jul 09, 2020 2:55 pm
by srvet_claudio
AUGE_OHR wrote: Thu Jul 09, 2020 12:56 am p.s. HB_NTOC() is unknown under 64 bit :o
Hi,
try updating to the latest version of harbor nigthly 64-bit.

Re: HMG 64 bits

Posted: Tue Aug 18, 2020 4:30 pm
by apais
All lines are black !