SFML community forums

Help => General => Topic started by: rainywolf on March 02, 2019, 03:02:22 am

Title: Unable to run SFML.
Post by: rainywolf on March 02, 2019, 03:02:22 am
So for about a while i have been trying to get sfml to work. I have finally decided to use sfml for c++. I got all the library installed and got everything just about working. But when i went to run it i get

" LNK1112 module machine type 'x64' conflicts with target machine type 'x86' "

Apparently i had to change the target machine type but then i got.

" LNK1112   module machine type 'x86' conflicts with target machine type 'x64' "

I'm using visual studio for all of this. Is it that i have to use something else that visual studio or is there something wrong with the library or what.
I tried suing the .net variant of sfml but it would not run either due to it not letting me use the 'csfml-graphics' file.