Hi,
I've been trying to create a custom (static) library of DSP classes in C++ that utilize IPP and MKL (as well as Eigen). The issue I run into is that of exceeded symbols (LNK1189 error). Even though my classes use probably really few functions from all these libraries, it has been impossible to overcome the issue, unless I employ dynamic linking. Namely, it is an issue of bundling in my custom .lib file only used code instead of the whole IPP/MKL libraries. Any help would be much appreciated.
Lefteris