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

Author Topic: [Rookie] FormatException Build Error - Setup Try  (Read 2130 times)

0 Members and 1 Guest are viewing this topic.

Falke88

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
[Rookie] FormatException Build Error - Setup Try
« on: August 09, 2014, 09:46:56 am »
Hey Guys!

I roamed to threads there with the exact Problem I have. Still I can't find the solution for my problem since I'm sure I use anything just right.

I'm on a 64 bit machine therefore I'm using the 64x libs..

I also added CSFML etc. as u can see in the screenshot.

Still theres this compliler error - occuring after I tried to setup a window (like tutorial tells me)



Please give me a hint what i'm missing here buddys !


greets Charlie

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: [Rookie] FormatException Build Error - Setup Try
« Reply #1 on: August 09, 2014, 03:01:29 pm »
Make sure that SFML, CSFML and SFML.Net are all compiled for 64-bits.
Laurent Gomila - SFML developer

Ztormi

  • Jr. Member
  • **
  • Posts: 71
  • Web developer by day. Game developer by night.
    • View Profile
Re: [Rookie] FormatException Build Error - Setup Try
« Reply #2 on: August 09, 2014, 05:58:52 pm »
If you're using x64 libs make sure your project's build configuration is set to x64 from configuration manager (it's Any cpu by default)

Falke88

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
Re: [Rookie] FormatException Build Error - Setup Try
« Reply #3 on: August 09, 2014, 10:30:23 pm »
Thanks Bros ! now it works :)