Hi, I’ve just installed CUDA on WinXP SP2 (so far I used it only on linux) and I have encountered a little annoying problem. When I try to build some project in the CUDA SDK, it reports an error that it can’t open a file in c:\windows\temp directory. The problem is that my windows are installed in C:\WinNT dir (XP upgraded from win2k).
It can be easily solved by manually creating the windows\temp dir and everything works fine, however I think you should use the $windir env variable instead the hardcoded value in the next release.
edit: compiling with VS7 (2003)