Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Compiling IPP4.1 Code on EM64 Xeon

Intel_C_Intel
Employee
407 Views
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
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
407 Views

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

0 Kudos
Reply