What are the advantages/disadvantages of moving an application from 32 bit harbour to 64 bit and how do you do it?
What are the advantages/disadvantages of moving an application from 32 bit harbour to 64 bit and how do you do it?
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
Según he leÃdo el próximo Windows va a salir solo en versión 64 bits.
ok so I deduce from the above that my 32 bit application is not likely to be obsolete anytime soon