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

Author Topic: Problem with the RenderWindow Tutorial  (Read 4585 times)

0 Members and 1 Guest are viewing this topic.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Problem with the RenderWindow Tutorial
« Reply #15 on: August 12, 2011, 10:41:41 pm »
Make sure that in debug mode, you link to the debug libraries ("-d" suffix), not the release ones.

Do you use VC++ 2010 or 2008? If 2010, have you recompiled SFML first?
Laurent Gomila - SFML developer

Rexona for men

  • Newbie
  • *
  • Posts: 24
    • View Profile
Problem with the RenderWindow Tutorial
« Reply #16 on: August 14, 2011, 08:37:26 pm »
Quote
Make sure that in debug mode, you link to the debug libraries ("-d" suffix), not the release ones.


I tried both. No effect.

Quote
Do you use VC++ 2010 or 2008? If 2010, have you recompiled SFML first?


I have 2010, have I recompiling all the lib datas before using them?
In this case, is there a good tutorial for this?
I give a look at the last paragraph in the mainpage Tutotial for VS,
but I didnt got any lib datas.

 :o

It says, that the output directory isn't the same as given in Linker.
And I got many warnings, i'll translate them, if needed, but at the moment I'm to tired    :oops:
(had a long weekend seminar)
Btw, samples and SFML project cant be loaded.
Is this a problem for me?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Problem with the RenderWindow Tutorial
« Reply #17 on: August 14, 2011, 11:19:48 pm »
Many threads on the forum give a solution to this problem, someone even posted a video tutorial.
Laurent Gomila - SFML developer

Rexona for men

  • Newbie
  • *
  • Posts: 24
    • View Profile
Problem with the RenderWindow Tutorial
« Reply #18 on: August 15, 2011, 09:57:11 pm »
Okay, thank you very much for helping me over nearly a week  :D .

Then Ill look a around a bit in the forum.