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

Author Topic: [SOLVED] Error with running c++ program  (Read 819 times)

0 Members and 1 Guest are viewing this topic.

ScriptingTacos

  • Newbie
  • *
  • Posts: 7
    • View Profile
[SOLVED] Error with running c++ program
« on: July 02, 2015, 03:26:23 pm »
Hello!

I want to use SFML but when I try to run my c++ program it says the following:

Error   1   error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'

I don't know how to fix this. I am using VS 2013.
« Last Edit: July 02, 2015, 04:46:51 pm by ScriptingTacos »

G.

  • Hero Member
  • *****
  • Posts: 1592
    • View Profile
Re: Error with running c++ program
« Reply #1 on: July 02, 2015, 03:51:07 pm »
Have you tried googling this explicit error message?

Hapax

  • Hero Member
  • *****
  • Posts: 3351
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: [SOLVED] Error with running c++ program
« Reply #2 on: July 02, 2015, 07:01:39 pm »
It's also in this section of the SFML FAQ.

Notice the error message that is less than 10 paragraphs from the beginning of that section.
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

 

anything