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

Simple question

jdm2104
Beginner
227 Views

Hi,

I am using an FIRfunction out of the Intel Performance Primitives (IPP)library but have been having problems whenrunning a release version of my application onanother machine (missing .dlls).How can I make sure my application runs? I know I need to statically link to the dll filesbut as I am new to programming I'm not sure how. I'm using the MSVC 6 compiler.

Is this something you do in the project settings?

Regards,

David

0 Kudos
1 Reply
Intel_C_Intel
Employee
227 Views

You need to add the static .lib file to the project. Under "project setting" dialog, click "Link", select "Input" from "Category", add the IPP static lib to "Object/library modules" field.

At the same time, I'll transfer you to the IPP forum.

Thanks,

Jennifer

0 Kudos
Reply