Hello everyone,
For a projet, I use cuda. I add in Myproject --> properties --> C\C++ --> General --> add library: the address of the file which contain my files .lib : NVIDIA GPU Computing Toolkit\CUDA\v9.1\lib\x64.
And in Myproject --> properties --> linker --> input --> additional dependencies, I add every the files .lib which there is in NVIDIA GPU Computing Toolkit\CUDA\v9.1\lib\x64 to be sure.
The probleme and when I compile, I have the error message :
LNK1120 69 unresolved externals
LNK2001 unresolved external symbol "class CSF_cuda *__cdecl ObjectToDevice(class CSF_cuda *)
LNK2001 …
Do you know why I have this message because I do add the library.
thank you for your help