I have a question :
i use visual studio Edition 2005 and i would like to know how to add a new file “.cu” in the project.
Add it like you would any other file (right click on project, add existing file, or add new file). Then right click on the file, select properties, and copy and paste the custom build command line from another .cu file into the custom build command line for the new file.
Mark
Thank you