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

Author Topic: Problem concerning 'X86' machine type  (Read 1329 times)

0 Members and 1 Guest are viewing this topic.

renansouzones

  • Newbie
  • *
  • Posts: 5
    • View Profile
Problem concerning 'X86' machine type
« on: May 13, 2014, 03:48:02 am »
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!  ;D

Jebbs

  • Sr. Member
  • ****
  • Posts: 358
  • DSFML Developer
    • View Profile
    • Email
Re: Problem concerning 'X86' machine type
« Reply #1 on: May 13, 2014, 05:26:36 am »
X86 is 32 bit. The downloads that say 32 bits are the ones you want. Just make sure you grab the right ones for your compiler.
DSFML - SFML for the D Programming Language.

renansouzones

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Problem concerning 'X86' machine type
« Reply #2 on: May 13, 2014, 06:23:19 am »
Now I understand. Basic mistake of mine, then. Thank you very much for your help! :D

 

anything