- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i am linking visual studio 2008 with intel ipp, i put the path to ipp include directory into visual studio at properties -> c/c++ -> general -> additional include directories, i did the same for linker -> general -> additional library directories, i also put active(intelIPP) instead of active(debug), the problem is that it doesn't find header files,
fatal error LNK1104: cannot open file 'ippi.h'
what can i do?
thank you
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think that you have entered something incorrectly into your project options. The message
fatal error LNK1104: cannot open file 'ippi.h'
indicates that the linker is being asked to process a header file, which it cannot do. Header files are of use only at the compilation stage.
fatal error LNK1104: cannot open file 'ippi.h'
indicates that the linker is being asked to process a header file, which it cannot do. Header files are of use only at the compilation stage.

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