Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Unable to run SFML.  (Read 711 times)

0 Members and 1 Guest are viewing this topic.

rainywolf

  • Newbie
  • *
  • Posts: 1
    • View Profile
Unable to run SFML.
« 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.


 

anything