Sign in with
Sign up | Sign in
Solved

Cuda + Windows 7 x64 + MS Visual Studio 2008

Last response: in Windows 7
Share
Driver Expert
Windows 7 Authority

I know nothing about Cuda, but if you have a C++ program you can compile it as a 64-bit executable by changing the "Solution Platform" drop-down listbox in the toolbar from "Win32" to "x64". This will likely show up some code changes you need to make if you haven't been very careful about how you use pointers.

With the .NET languages it's even easier, as every .NET executable is automatically 64-bit capable unless you change the default options.
Related ressources
Ask the community
!