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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rainywolf

Pages: [1]
1
General / 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.


Pages: [1]
anything