SFML community forums

Help => General => Topic started by: ScriptingTacos on July 02, 2015, 03:26:23 pm

Title: [SOLVED] Error with running c++ program
Post by: ScriptingTacos on July 02, 2015, 03:26:23 pm
Hello!

I want to use SFML but when I try to run my c++ program it says the following:

Error   1   error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'

I don't know how to fix this. I am using VS 2013.
Title: Re: Error with running c++ program
Post by: G. on July 02, 2015, 03:51:07 pm
Have you tried googling this explicit error message?
Title: Re: [SOLVED] Error with running c++ program
Post by: Hapax on July 02, 2015, 07:01:39 pm
It's also in this section (http://www.sfml-dev.org/faq.php#tr-grl-64bit) of the SFML FAQ.

Notice the error message that is less than 10 paragraphs from the beginning of that section.