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
upgrade 32 to 64 bit fivewin
- 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:
-
- Posts: 1019
- Joined: Wed Nov 09, 2005 2:17 am
- Location: Brazil
- Has thanked: 5 times
- Been thanked: 2 times
- Contact:
- 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
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.
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.
-
- Posts: 1019
- Joined: Wed Nov 09, 2005 2:17 am
- Location: Brazil
- Has thanked: 5 times
- Been thanked: 2 times
- Contact: