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

Compatibility with Visual C++

aqdas
Beginner
298 Views
Hi everyone, i have recently discovered IPP through a friend and i want to use it for FFTs and filtering. I have installed it and want to use it with Visual C++ 2000. I m getting this error message
"IPPROOT environment variable not found"
whenever i compile the example program. I have set the include and lib directories in Visual C++ and copied the DLLs to the system32 folder.
Anyone who has done IPP with Visual C++, help me out.......
Regards
0 Kudos
1 Reply
Ying_S_Intel
Employee
298 Views
You need to define this varible "IPPROOT" in your system environment. For example, if you install IPP at "c:program filesintelippia32", then you can go to add this new variable in your system envrionment ( in Control Panel/Systems/Advanced/Environmen Variables/)
Variable = IPPROOT
Value = "c:program filesintelippia32"
Hope it helps.
Thanks,
Ying
0 Kudos
Reply