target machine conflict error
fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
"To choose the x64 platform, click Build > Configuration Manager. Under Active Solution Platform, select In the dialog that comes up, select x64 as the new platform (it may come up by default) and then click Ok."
I have had the same problem, this methods helped me! hope can help you!
Asked: 2014-08-18 18:20:33 -0600
Seen: 233 times
Last updated: Aug 18 '14
Add more information! Never expect help in you case!
First guess, you are building your project with target set to x64 bit systems while your system is actually a 32 bit configuration. Change your project settings.
@hadoofi first part of your comment is OK, but please suggest what they should add.. from the karma you can see this is a new user, so point them into the correct direction instead of shouting at them in the future.
@StevenPuttemans: You're right! I'm sorry for being 'not polite'! Thanks for pointing it out...
No problem. I do have the same problem from time to time, being frustrated about people not putting in effort to make a decent topic. Best way to go then is to point them to the FAQ on this website and ask them to edit and adapt their question.