- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am currently evaluating IPP for a new project. I'm using MS VC++ 2008 Express Edition on Windows Vista on Intel Corei7. I have installed em64t IPP evaluation package. I wrote a very simple stub program to test compilation and linkage to IPP libs. this is it :
#include
#include
#include "ipp.h"
using namespace std;
int main(int argc, char *argv[])
{
const IppLibraryVersion* libVersion = ippGetLibVersion();
return 0;
}
I have set following system variables:
INCLUDE = C:\Program Files\Intel\IPP\6.1.1.035\em64t\include
LIB = C:\Program Files\Intel\IPP\6.1.1.035\em64t\stublib
Path = C:\Program Files\Intel\IPP\6.1.1.035\em64t\bin
In MS VC++ I have added the following dirs:
1)
I am currently evaluating IPP for a new project. I'm using MS VC++ 2008 Express Edition on Windows Vista on Intel Corei7. I have installed em64t IPP evaluation package. I wrote a very simple stub program to test compilation and linkage to IPP libs. this is it :
#include
#include
#include "ipp.h"
using namespace std;
int main(int argc, char *argv[])
{
const IppLibraryVersion* libVersion = ippGetLibVersion();
return 0;
}
I have set following system variables:
INCLUDE = C:\Program Files\Intel\IPP\6.1.1.035\em64t\include
LIB = C:\Program Files\Intel\IPP\6.1.1.035\em64t\stublib
Path = C:\Program Files\Intel\IPP\6.1.1.035\em64t\bin
In MS VC++ I have added the following dirs:
1)
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can't link 64-bit libraries in a 32-bit build, which is all VC++ Express supports. You may not consider them "relevant," but surely there are forum entries about these 2 topics separately, perhaps not in combination.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Alessandro,
Right, you may either change your project to "X64" by menu Build=>Configuration manager=>Active solution Platform or install ia32 IPP library and link 32bitippcore.lib.
Regards,
Ying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Gennady Fedorov (Intel)
Ok thank you very much. I have fixed my issue with MS VC++. I have installed full release of MS VC++ 2008 and set my platform to x64 and now it links successfully. When I go to release this in production I will actually be running in CentOS not Windows.
regards,
alessandro ferrucci

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