I'm having trouble setting up Sparse BLAS right now with an application that I am developing. Basically, I have downloaded the files from http://math.nist.gov/spblas/, and then I unzipped the files into the root directory of the application. However, I keep on getting stumped on this error, which leads me to think that I'm missing the dll or lib file that is directly associated with the Sparse BLAS library. The error is as shown:
1>testing.obj : error LNK2019: unresolved external symbol "int __cdecl BLAS_duscr_begin(int,int)" (?BLAS_duscr_begin@@YAHHH@Z) referenced in function _main
1>C:\Robotics and Controls Laboratory\matx_migrate\Debug\matx_migrate.exe : fatal error LNK1120: 1 unresolved externals
What would be your recommendations on finding or creating the lib or dll file for this? I'm trying to perform efficient sparse matrix multiplications with it.
Thanks in advance.

