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

Catch22

jarvisa
Beginner
203 Views
I am trying to build an app with VS2005 using the IPP Library for Itanium processors.

The linker produces the error message:

LNK1112: module machine type 'IA64' conflicts with target machine type 'x64'

because the IPP modules are marked IA64.


I switched the linker "Target machine" to IA64 and then I get the error:

LNK1112: module machine type 'x64' conflicts with target machine type 'IA64'

because my own compiled modules are marked x64!


How do I get out of this catch 22 situation?
0 Kudos
1 Reply
bendeguy
Beginner
203 Views

Hi!

Are you using Visual Studio 2005 Team Edition? As far as I know you can compile for IA64 only with that version of VS and also you have to use Windows Server 2003(Xp won't work).

Bendeguy

0 Kudos
Reply