Wednesday, September 28, 2005

Setup IPP in Visual C++.NET

1. Install the Run-Time Installer found in the tools\runtime\installer\ directory
2. My computer-Properties-Advance:create an environment variable
IPPROOT=C:\Program Files\Intel\IPP40
3. C++: $(IPPROOT)\include
4. Linker-general: $(IPPROOT)\lib,$(IPPROOT)\stublib
5. Linker-input: ippi20.lib ipps20.lib ...
Check with: C:\Program Files\Intel\IPP40\examples\ippiSample

No comments:

Post a Comment