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

Author Topic: This error appears when building SFML 2.3.2 project in VC++ 2010  (Read 1108 times)

0 Members and 1 Guest are viewing this topic.

SpaceInJourney

  • Newbie
  • *
  • Posts: 14
  • Just some random guy, that likes memes.
    • View Profile
    • Email

Btw, I used the "Test" code from setting up tutorial.

1>------ Build started: Project: Test, Configuration: Release Win32 ------
1>sfml-graphics.lib(sfml-graphics-2.dll) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
« Last Edit: October 05, 2016, 04:36:42 pm by SpaceInJourney »

Omikron

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: This error appears...
« Reply #1 on: October 02, 2016, 10:15:00 pm »
I got the same error earlier because I had accidentally downloaded the 64bit version. If you're targeting for 32bit you need to get the 32bit version.

SpaceInJourney

  • Newbie
  • *
  • Posts: 14
  • Just some random guy, that likes memes.
    • View Profile
    • Email
Re: This error appears...
« Reply #2 on: October 02, 2016, 10:16:55 pm »
Thanks!

 

anything