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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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