does anybody know of a free 64-bit capable compiler for Windows Vista?
If you are a comp/sci student you can download Visual Studio Professional (for free) off of Dreamspark - if you need a 64 bit OS you can get Server 2008 R2 off of there too.
if you are not a student, i think GCC (MinGW on windows) may be able to. Im prettysure you cant cross compile though (meaning to make 64 bit binaries, you must be running a 64 bit compiler on a 64 bit capable OS and CPU).
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
Visual C++ (other than the free express editions) can compile 64bit directly in the IDE. It does appear that you can compile from the Express edition, using command line compilation. See here
vmanes
Posting Virtuoso
1,914 posts since Aug 2007
Reputation Points: 1,268
Solved Threads: 228