I’ve installed cuda 64 bit (both sdk and toolkit) on my pc with visual studio 2005
I’ve got a Vista 64 bit, and a cpu intel dual core 32 bit (which emulate 64). I’ve compiled without problem the cutil project, but the template one give me follow error
In your VS project settings, under ‘Linker’ in the ‘Advanced’ section, there should be a ‘Target Machine’. What is that set to? Should be set for x64 if your target is a 64 bit exe.
Probably not very helpful but: When I have similar issues, I usually just copy over all the settings 1-by-1 from a project that works. Even if you have extra includes, you can take those out later once you get it working.