LNK Error 1112
-
Dear all, I have to build a project for X64 platform. for my project i need Msi.lib to build successfully. so i included Msi.lib After including iam getting the following error "fatal error LNK1112, module machine type 'IA64' conflicts with target machine type 'x64' " Any suggestion/solution is very Helpful...
Manjunath S GESL Bangalore
-
Dear all, I have to build a project for X64 platform. for my project i need Msi.lib to build successfully. so i included Msi.lib After including iam getting the following error "fatal error LNK1112, module machine type 'IA64' conflicts with target machine type 'x64' " Any suggestion/solution is very Helpful...
Manjunath S GESL Bangalore
Sounds like you included the x64 msi.lib instead of the IA64 msi.lib. They are not the same. Check what directory you're getting the .lib file from and make sure you're using the IA64. I don't have IA64 installed on my system so I can't check what it is myself. Judy