module machine type 'ARM' conflicts with target machine type 'X86'
Hi,
how can i solve this problem?
1> Searching C:\Programmi\Microsoft Visual Studio 9.0\VC\ce\lib\x86\ccrtrtti.lib:
1>ccrtrtti.lib(typinfo.obj) : fatal error LNK1112: module machine type 'ARM' conflicts with target machine type 'X86'
I checked the Linker->Advanced->Target Type and is X86...
Re: module machine type 'ARM' conflicts with target machine type 'X86'
Re: module machine type 'ARM' conflicts with target machine type 'X86'
Should be because
"C:\Programmi\Microsoft Visual Studio 9.0\VC\ce\lib\x86\ccrtrtti.lib"
is for ARM while i'm compiling a solution for X86?