When I try to run the examples of cuda sdk, there is always some errors reported like:
1>LINK : fatal error LNK1104: cannot open file ‘lib\shrUtils32D.lib’
2>LINK : fatal error LNK1104: cannot open file ‘lib/cutil32D.dll’
And I will give more information, in case that will be useful to find the solution.
The OS of my computer is Vista 64bit.
The video card is GeForce GTX 260M.
The driver is devdriver_3.2_winvista-win7_64_260.61_notebook.
The complier I use is VC++2008 express.
The cuda toolkit I use is cudatoolkit_3.2.7_win_32 (for VC++2008 express doesn’t support 64bit programs).
The cuda sdk I use is gpucomputingsdk_3.1_win_32.
In tools\Options\Projects and Solutions\VC++Directories\Executable files, I add $(CUDA_LIB_PATH)
In tools\Options\Projects and Solutions\VC++Directories\Includes, I add
C:\Program Files (x86)\NVIDIA GPU Computing Toolkit\CUDA\v3.2\include (without quotes)
C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\common\inc
In tools\Options\Projects and Solutions\VC++Directories\Library files, I add
C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\common\lib
C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\shared\lib
In tools\Options\Projects and Solutions\VC++Directories\Source files, I add
C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\common\src
In tools\Options\Projects and Solutions\VC++ Project Settings\Rule Fils Search Paths, I add
C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\common
In my computer environment properties, I add
C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\bin\win32\Debug;
C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\bin\win32\EmuDebug;
C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\bin\win32\EmuRelease;
C:\ProgramData\NVIDIA Corporation\NVIDIA GPU Computing SDK\C\bin\win32\Release
I’m not sure whether there is any setting wrong, could anyone tell me why there is such a kind of error I met when I tried to run the examples?
Thank you very much!