Hello all! I have an interest in graphics (experience with OpenGL, DirectX, Cg), and as such am interested in playing around with nVidia's newest toy CUDA.
The machine on which I've installed CUDA's SDK, Toolkit, and video card drivers is a Windows Vista Ultimate (64-bit) machine running an 8800GT.
Opening up the Solutions for the including demos in VS2005 works -- after a little finagling, they will all compile and run nicely.
However, when I try to create my own project, I receive an error stating that "cutil.h" cannot be found. I am using:
like the examples, so presumably the correct nVidia paths are set in PATH and LD_LIBRARY_PATH.
This is getting wordy.
"Can anyone provide a brief description of how I'd create my own CUDA project in Visual Studio?"
The machine on which I've installed CUDA's SDK, Toolkit, and video card drivers is a Windows Vista Ultimate (64-bit) machine running an 8800GT.
Opening up the Solutions for the including demos in VS2005 works -- after a little finagling, they will all compile and run nicely.
However, when I try to create my own project, I receive an error stating that "cutil.h" cannot be found. I am using:
Code:
#include <cutil.h>
This is getting wordy.
"Can anyone provide a brief description of how I'd create my own CUDA project in Visual Studio?"