64 bit

Post Reply
dtussman
Posts: 102
Joined: Sat Jun 06, 2015 6:57 pm

64 bit

Post by dtussman »

What are the advantages/disadvantages of moving an application from 32 bit harbour to 64 bit and how do you do it?
User avatar
Antonio Linares
Site Admin
Posts: 42516
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Re: 64 bit

Post by Antonio Linares »

You will not notice a speed difference, but the way 64 bits uses the memory is much better than in 32 bits.
So if your app uses a lot of memory, you should consider moving to 64 bits.

c:\FWH\samples\buildh64.bat tutor01
regards, saludos

Antonio Linares
www.fivetechsoft.com
Verhoven
Posts: 522
Joined: Sun Oct 09, 2005 7:23 pm

Re: 64 bit

Post by Verhoven »

Según he leído el próximo Windows va a salir solo en versión 64 bits.
User avatar
Antonio Linares
Site Admin
Posts: 42516
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Re: 64 bit

Post by Antonio Linares »

Yo ya he instalado Windows 11 y funcionan los 32 bits también:

Usé este fichero .bat para construir la ISO de Windows 11:
https://github.com/AveYo/MediaCreationTool.bat/blob/main/MediaCreationTool.bat

Y lo instalé desde un Windows 10 education con su licencia activada, así Windows 11 usa la misma licencia y queda activado :-)

Ojo, usarlo en un ordenador sin TPM es un riesgo que uno mismo asume. Aqui parece estar funcionando bien en un iMac 27 instalado nativamente (es decir sin usar Parallels, VirtualBox, etc) :-)

El WSL2 es una maravilla. Ya ejecuta aplicaciones GUI de Linux directamente desde Windows
y el WSA para ejecutar aplicaciones Android viene de camino !!! Ambos usan el HyperV de Windows por lo que funcionan muy rápido!

Harbour y FWH funcionan correctamente y además Windows 11 ha respetado la instalación de Visual Studio Community que funciona perfectamente también :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
dtussman
Posts: 102
Joined: Sat Jun 06, 2015 6:57 pm

Re: 64 bit

Post by dtussman »

ok so I deduce from the above that my 32 bit application is not likely to be obsolete anytime soon
Post Reply