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

ActiveX Control deployment Problem

sohrab
Beginner
452 Views
Hi
I have developed the ActiveX control using Intel IPP for JPEG encoding and decoding.
I need to know what dll and other depndencies required to register the control on machine where Intel IPP and Intel C++ Compiler is not installed.
I try to register the control but get the error *No DLLs were found in the waterfall Procedure*
Hope listen from youvery soon
Regards
Sohrab Ali
karachi, Pakistan
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
452 Views

Hi

You need to add path to the IPP DLLs to your system PATH environment variable. IPP DLLs are located at ia32in folder.

You also can link your ActiveX control with static IPP libraries to minimize number of components which you have to provide to your customer.

Regards,
Vladimir

0 Kudos
Reply