Hello Gak,
Regarding on the programming for 64 bit platform through Visual Studio 2005
, do you concern .net framework based application or unmanaged application?
For .net framework application, when installing the .net framework, you can
choose to use 64 bit .net framework. And when installing visual studio
2005, it will automatically install 64 bit framework (according to the
underlying platform). Thus, when you develop .net framework application on
that machine in Visual Studio, the compiled program will reference the 64
bit framework libraries.
for unmanaged application developing, you can refer to the following msdn
reference:
#64-Bit Programming with Visual C++
http://msdn2.microsoft.com/en-us/library/h2k70f3s(VS.80).aspx
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
Steven Cheng[MSFT] - 08 Mar 2007 12:49 GMT
Hello Gak,
Have you found any further info on this or does the reference in my last
reply helps a little? If there is anything else we can help, please feel
free to post here.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.