Hello
I just tried to create my first own CUDA VS 2008 project. I installed the driver, the toolkit, and the sdk, and the VS Wizard.
All examples run fine, but i can’t manage to create an own project.
I selected “CUDA64WinApp” as project type. The project is compiling properly, but fails at execution, with the error “Cutil64D.dll not found” (short version)
my question is: WHICH files need to be WHERE in my project map, to get the project running properly?
i also tryed to copy one of the examples to my own directory, which worked, after i made a copy of the “common” and “bin” directorys to its parent directory. My own project is placed in the same folder like the copied example.