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!