NetLib CLAPACK Library
If you built the Essential Math Module library using this library, the CLAPACK libraries must be specified on the link line when building your applications.

On 32-bit platforms for either static or dynamic builds, the libraries are located in
<sourcepro-installdir>\3rdparty\clapack-<ver>\windows\ia32-<compiler>\lib.

On 64-bit platforms for either static or dynamic builds, the libraries are located in
<sourcepro-installdir>\3rdparty\clapack-<ver>\windows\em64t-<compiler>\lib.

In either case, the libraries that must be linked are:
lapack.lib,
blas.lib, and
f2c.lib (release builds) and
lapackd.lib,
blasd.lib, and
f2cd.lib (debug builds).