tags:

views:

8

answers:

1

I am trying to use cublas.h in visual studio. The program doesn't compile because it can't find some of the external link. Can some one tell me how to link the .dll file, I believe it is in ../C/common/bin. Thanks.

+1  A: 

You need to link to the lib file, not the DLL.

genpfault