Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Simple question

jdm2104
Beginner
440 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
440 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