c++ - cublas link in visual studio -


i trying use cublas.h in visual studio. program doesn't compile because can't find of external link. can 1 tell me how link .dll file, believe in ../c/common/bin.

you need link lib file, not dll.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -