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

Author Topic: I can't setup SFML 2.0  (Read 1419 times)

0 Members and 1 Guest are viewing this topic.

sirchick

  • Newbie
  • *
  • Posts: 13
    • View Profile
I can't setup SFML 2.0
« on: November 06, 2012, 04:15:28 am »
I followed the tutorial to the letter but i got errors and am unsure what part i have got incorrectly.

I have the VS++ 2010 version and have added the image of the end result.



Please help me :)

Thanks

OniLinkPlus

  • Hero Member
  • *****
  • Posts: 500
    • View Profile
Re: I can't setup SFML 2.0
« Reply #1 on: November 06, 2012, 07:20:52 am »
Well first of all, why are you using Winmain? Just use main, Winmain isn't portable or standards compliant.

The problem is that you aren't linking to sfml-graphics or sfml-window.
I use the latest build of SFML2

sirchick

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: I can't setup SFML 2.0
« Reply #2 on: November 06, 2012, 07:25:08 am »
Well first of all, why are you using Winmain? Just use main, Winmain isn't portable or standards compliant.

The problem is that you aren't linking to sfml-graphics or sfml-window.

I figured out the problem in the end :P I accidently left "all configurations" selected whilst i was setting it up.