- 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
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please follow the link below:
http://software.intel.com/en-us/forums/showpost.php?p=170167
>>...fatal error LNK1104: cannot open file 'ippi.h'...
It is a header file. It has to be included in a C/C++ source file with extension '.cpp'.
http://software.intel.com/en-us/forums/showpost.php?p=170167
>>...fatal error LNK1104: cannot open file 'ippi.h'...
It is a header file. It has to be included in a C/C++ source file with extension '.cpp'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
With Microsoft* VS 2008 and IPP latest version should have option to select IPP in the configuration menu as below..
Project(in the solution explorer) Intel C++ Composer XE 2011 Select Build Components.
Regards,
Naveen Gv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
User 'esouka' has a linker problem because 'ippi.h' was added to 'Linker' -> 'Input' ->'Additional Dependencies' field, that is asadditional library.
It was already explained to 'esouka'that 'ippi.h' is a header file and this is not a library.
Best regards,
Sergey
It was already explained to 'esouka'that 'ippi.h' is a header file and this is not a library.
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