Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

unhandled exception in ...

dilg
Beginner
1,047 Views
Hi, currently I am developing a VST-Plugin. I want to speed
up things with the IPP 4.0 but when I link my plugin with the
ipps20.lib and ippcore.lib I get an unhandled exception error
in the VST-Host (Wavelab and Samplitude) when I want to unload
the plugin.
This happens even if I use any function call of the IPP.

I include ipps.h and link with ipps20.lib and ippcore.lib

Did I miss something?

Wolfgang

Configuration:
Intel P4 3,06 GHz HT
2 GB Ram
Visual Studio .NET 2003
IPP 4.1.100.1332
Intel C++ Compiler 7.1.024
0 Kudos
2 Replies
Intel_C_Intel
Employee
1,047 Views
What is the formof VST-plugin? Is it something like DLL module? If so, could you to try to link IPP as a static merged libraries?
0 Kudos
dilg
Beginner
1,047 Views
Yes it's a dll. But I've solved the problem.
I had linked the libraries in the wrong order,
ipps20.lib before ippcore.lib.
0 Kudos
Reply