Quote Originally Posted by unclewebb
I located a Visual C++ .NET 2003 version. Does anyone know if I will be able to compile MFC code using this and can it output x64 code? I'll be looking into that subject tomorrow.
You will need at least Visual C++ 2005 for x64. Either that or mess with VS2003 and Platform SDK which always includes latest x86 and x64 compiler and libraries. However, I would recommend VS2005 because I am not sure if MFC version in VS2003 is x64 compatible.