upgrade 32 to 64 bit fivewin

Post Reply
davor0501
Posts: 24
Joined: Thu Apr 21, 2011 6:02 pm

upgrade 32 to 64 bit fivewin

Post by davor0501 »

Dear,
I have been using fivewin 32 bit version for ten years, I would like to switch to 64 bit version. Is it enough to buy 64 bit upgrade or do I have to buy installation package for 64 bit version.
Greetings
User avatar
Antonio Linares
Site Admin
Posts: 42831
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 155 times
Been thanked: 119 times
Contact:

Re: upgrade 32 to 64 bit fivewin

Post by Antonio Linares »

Please email me to alinares@fivetechsoft.com or to antonio.fivetech@gmail.com

thanks!
regards, saludos

Antonio Linares
www.fivetechsoft.com
vilian
Posts: 1019
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Has thanked: 5 times
Been thanked: 2 times
Contact:

Re: upgrade 32 to 64 bit fivewin

Post by vilian »

Dear Antonio,
Is there a step-by-step for to do this upgrade?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
Antonio Linares
Site Admin
Posts: 42831
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 155 times
Been thanked: 119 times
Contact:

Re: upgrade 32 to 64 bit fivewin

Post by Antonio Linares »

Dear Vilian,

There is no need for such step by step documentation as the migration to FWH 64 bits is quite straightforward.

If you use a resources DLL in 32 bits, then you have to migrate it to 64 bits. FWH provides a FWH\DLL\rc2dll64.bat for such purpose.

If you are using a library when building your EXE, then you have to get the equivalent 64 bits library version.

If you are using any C language developed keep in mind that the handles in Windows API must be managed using hb_parnll() and the returned handles must use hb_retnll(). Please notice the double LL.

Keeping in mind the above topics, it is a simple as using the FWH 64 bits libraries and recompile all your PRGs using the Harbour 64 bits version for your chosen 64 bits C compiler.
regards, saludos

Antonio Linares
www.fivetechsoft.com
vilian
Posts: 1019
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Has thanked: 5 times
Been thanked: 2 times
Contact:

Re: upgrade 32 to 64 bit fivewin

Post by vilian »

Thank you Master for your tips. I'll try it ;)
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
hua
Posts: 1079
Joined: Fri Oct 28, 2005 2:27 am
Has thanked: 3 times
Been thanked: 2 times

Re: upgrade 32 to 64 bit fivewin

Post by hua »

I wonder for those using Fastreport, any of them migrated to 64-bit or not and if they did what was the solution?
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
Post Reply