Hi i use DEV C++ compiler in windows xp sp2 and recently i downloaded the IPP libraries. I installed successfully , i set up the compiler directories from option menu to IPP directories but when i try to compile an ITT program i get linker 开发者_StackOverflow社区error for the ITT functions. Is there a solution?
It doesn't look like it will work. See:
http://software.intel.com/en-us/forums/showthread.php?t=60550
Take a look at the IPP System requirements (Software) from here. You will see that only a Microsoft or Intel Compiler is supported.
...
A supported C compiler (Intel IPP has been tested with the following):
- Intel® Parallel Composer
- Intel® C++ Compiler for Windows* OS versions 10.1, 11.0 and 11.1
- Microsoft* Visual Studio* 2008
- Microsoft* Visual Studio* 2005
- Microsoft* Visual C++* .NET 2003
- Microsoft* Windows Software Development Kit for Microsoft* Windows Vista
But of course you could always try the library with VC++ Express Edition.
精彩评论