komrade unresolved external symbol

Hello folks,

I tried the komrade library, build a common VS 2005 project and tried to compile the tutorial code, but it shows only

I found this function was implemented in an inline file, but why it can’t be linked with my program ? Thanks.

I am using Vista 64bit with CUDA 2.2 32bit (have not used 64bit CUDA yet)

when I tried to compile the cu file in console, it shows

Are you running VS with administrator privileges (right click on Visual Studio and select Run as Administrator)? I think I had a similar problem under Vista because I did not have access to write to my C drive root directory which is where the CUDA compiler dumped all its files.

Great, thanks ! The .cu could be compiled successfully, frack the UAC !