lmkadirect.blogg.se

Error module machine type 'arm' conflicts with target machine type 'x64'
Error module machine type 'arm' conflicts with target machine type 'x64'








error module machine type

Is that truly related ? Should I replace the 'WIN32' value ? if so, then how ? I don't really understand the meaning of those definitions and how to change them.Įdit : I just realized that probably it's not related at all. Going to project B's (Property Pages -> Configuration Properties -> C\C++ -> Preprocessor -> Preprocessor Definitions) I have the following values there : WIN32 Someone infromed me that the problem may be such : I've used "Dependency Walker" on project A's dll file and it seems to be relying solely on 64-bit dll files.Īdditionally, I went to the Project B's (Property Pages -> Configuration Properties -> Linker -> Advanced) and confirmed that 'Target Machine' is set to "MachineX64".Īlso, On the Configuration Manager the Platform is set to 圆4. What could be the problem ? I don't really know what is this mfcs100d.lib file. Mfcs100d.lib(nolib.obj) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type '圆4' I already compiled successfully project A to a 64-bit platform, yet when I compile project B I get the following error : I have two project A and B and I try to compile both to a 64-bit platform.










Error module machine type 'arm' conflicts with target machine type 'x64'