Does Final Builder support win 64 bit ?
Hi EF,
FinalBuilder will install and run fine on any Windows x64 (in fact, most of our development and server computers here are running 64-bit Windows.)
However, FinalBuilder is a 32 bit Windows application so it does not take full advantage of the x64 hardware. You probably won’t notice the difference, though (and it can still launch x64 applications and build x64 projects.)
Regards,
Angus
Hi Angus :
So Does FinalBuilder support to build .NET Application from 32 bit to 64 bit in Windows x32 machine ??
If yes , how could I do ??
Or If I want to build 64 bit .NET Application , I must install FinalBuilder in Windows x64 machine .
So that My Applicaion could be 64 bit application ??
Regards,
Jerry
Hi Jerry,
If you’re not doing anything platform-specific, a .NET application compiled for “Any CPU” under. NET Framework 2.0 will run in the 64-bit CLR on a 64-bit machine, and the 32-bit CLR on a 32-bit machine. You don’t need to have compiled it on a 64-bit machine for this to happen.
I wrote a blog post last month which discusses some of the technical points of this (it’s not FinalBuilder related, though): https://www.finalbuilder.com/blogs.aspx?EntryID=239
Regards,
Angus