SFML community forums

Help => System => Topic started by: Vee900 on November 05, 2014, 04:22:14 am

Title: Error when trying to build SFML Project
Post by: Vee900 on November 05, 2014, 04:22:14 am
Hi folks,

I'm new to SFML.Now,i've been having a go at it using Visual studio 2012 but everytime i try to build the project i'm getting the following error:

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

Help Please
Thanx
Title: AW: Error when trying to build SFML Project
Post by: eXpl0it3r on November 05, 2014, 07:48:15 am
If had searched for error code, you'd have gotten thousands of answers... ::)

You use x64 libraries with your x86 compiler. Either switch to x86 libraries or use the x64 compiler.

Also VS2012 is outdated, I'd suggest to switch to VS2013.