Version 3 (modified by 15 years ago) ( diff ) | ,
---|
Vista 64bit error: cannot open input file 'cutil32D.lib'
- Open
ProgramData/NVDIA Corporation/NVIDIA GPU Computing SDK/C/cutil_vc90.sln
- Select the x64 version
- F7 (To compile)
- Done!
c1xx : fatal error C1083: Cannot open source file: 'simpleStreams.cu': No such file or directory
Make sure include list something like -I$(NVSDKCUDA_ROOT)/common/inc
Make sure lib include list (at project -> linker) something like {{{$(NVSDKCUDA_ROOT)}}
Note:
See TracWiki
for help on using the wiki.