- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using Intel Parallel studio SP1 to compile my solution. I've disabled IPPs in all the project properties panels for each of my projects but I still get errors as though I was trying to include it:
Error 2216 error #11018: Cannot open ipps C:\\\\trunk\\code\\src\\SystemAudioFMOD\\ipo SystemAudioFMOD
Error 2217 error #11018: Cannot open ippvm C:\\\\trunk\\code\\src\\SystemAudioFMOD\\ipo SystemAudioFMOD
Error 2218 error #11018: Cannot open ippcore C:\\\\trunk\\code\\src\\SystemAudioFMOD\\ipo SystemAudioFMOD
How can I stop this?
Thanks.
Error 2216 error #11018: Cannot open ipps C:\\\\trunk\\code\\src\\SystemAudioFMOD\\ipo SystemAudioFMOD
Error 2217 error #11018: Cannot open ippvm C:\\\\trunk\\code\\src\\SystemAudioFMOD\\ipo SystemAudioFMOD
Error 2218 error #11018: Cannot open ippcore C:\\\\trunk\\code\\src\\SystemAudioFMOD\\ipo SystemAudioFMOD
How can I stop this?
Thanks.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which version of Microsoft visual studio using it..? Configuration option in different in each version.
http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-compiling-and-linking-with-microsoft-visual-c-and-intel-c-compilers/
Regards,
Naveen Gv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try to searchyour source files for strings:
#include "ipps
#include "ippvm
#include "ippcore
or
#include <ipps
#include <ippvm
#include <ippcore
Look at 'SystemAudioFMOD*' source file for IPP includes, as well.
Best regards,
Sergey
#include "ipps
#include "ippvm
#include "ippcore
or
#include <ipps
#include <ippvm
#include <ippcore
Look at 'SystemAudioFMOD*' source file for IPP includes, as well.
Best regards,
Sergey
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page