Apparently when linking a library build with the Intel Composer 12.1 or against the IPP 7.0 under Visual Studio 2005, I always get this output in the Debug Output window:
"First-chance exception at 0x7c812afb (kernel32.dll) in vasl_td.exe: 0xA1A01DB1: 0xa1a01db1."
According to
this exception is wanted and used by the Intel parallel debugger add-in. Apperently VS2005 does not handle these exceptions correctly. The solution mentioned at the link
(Debug>Exceptions...>Win32 Exceptions and enabling Intel Parallel Extension Exceptions 0, 1 and 2)
is not working for everyone here, as the Intel Composer is not installed on each machine (VS2005 is).
The exception is annoying and also this introduces a new dependency to libiomp5md.dll that I wish to have removed.
Can I deactivate this "feature" at the Intel Composer? How do I deactivate this feature when using IPP 7?