SFML community forums

Help => General => Topic started by: renansouzones on May 13, 2014, 03:48:02 am

Title: Problem concerning 'X86' machine type
Post by: renansouzones on May 13, 2014, 03:48:02 am
Hi guys,

I'm starting a SFML project on Visual Studio 2010 and the program is not compilling due to the following error:

Error   1   error LNK1112: module machine type 'x64' conflicts with target machine type 'X86' (sfml-graphics.lib)

The problem concerning this is that I've only found downloads for x64 and x32 machines at the website - none of them were specific for x86 machines. I'm currently using the x64 files and I believe that's what causing the problem to not compile.

Is there any way I can fix this?

Thanks in advance!  ;D
Title: Re: Problem concerning 'X86' machine type
Post by: Jebbs on May 13, 2014, 05:26:36 am
X86 is 32 bit. The downloads that say 32 bits are the ones you want. Just make sure you grab the right ones for your compiler.
Title: Re: Problem concerning 'X86' machine type
Post by: renansouzones on May 13, 2014, 06:23:19 am
Now I understand. Basic mistake of mine, then. Thank you very much for your help! :D