- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have been using IPP for a while on 32bit machines. I am now trying to port my code to a 64bit xeon running under Windows XP Professional x64 Edition. I am using IPP4.1 and Microsoft Visual C++.NET 2003 (Version 7.1.3088)
I have tried both "dynamic linkage" and "static linkage with dispatching" but I always end up with link errors like the following:
"error LNK2019: unresolved external symbol _ippsMalloc_32f@4".
For "dynamic linkage", I am linking with "ippsem64t.lib" and
for "static linkage with dispatching" I am linking with "ippsemergedem64t.lib", "ippsmergedem64t.lib" and "ippcoreem64tl.lib".
All library and include paths are specified correctly (otherwise, I would get an error like "ippsem64t.lib not found").
Can anyone please help me with this? Should I be linking with any other library? Any help is greatly appreciated.
Thank You.
Senthil
senthil@lucent.com
I have been using IPP for a while on 32bit machines. I am now trying to port my code to a 64bit xeon running under Windows XP Professional x64 Edition. I am using IPP4.1 and Microsoft Visual C++.NET 2003 (Version 7.1.3088)
I have tried both "dynamic linkage" and "static linkage with dispatching" but I always end up with link errors like the following:
"error LNK2019: unresolved external symbol _ippsMalloc_32f@4".
For "dynamic linkage", I am linking with "ippsem64t.lib" and
for "static linkage with dispatching" I am linking with "ippsemergedem64t.lib", "ippsmergedem64t.lib" and "ippcoreem64tl.lib".
All library and include paths are specified correctly (otherwise, I would get an error like "ippsem64t.lib not found").
Can anyone please help me with this? Should I be linking with any other library? Any help is greatly appreciated.
Thank You.
Senthil
senthil@lucent.com
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
looks strange, could you please take a look on any IPP sample, for example, JPEGView, which comes with Makefile and can be built for EM64T?
Regards,
Vladimir

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