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

Author Topic: weird problem  (Read 1238 times)

0 Members and 1 Guest are viewing this topic.

mentaman10

  • Newbie
  • *
  • Posts: 16
    • View Profile
weird problem
« on: December 16, 2011, 04:25:16 pm »


Code: [Select]
sf::String Text("This is a rotating cube");
Text.SetPosition(250.f, 300.f);
Text.SetColor(sf::Color(128, 0, 128));
App.Draw(Text);


I wrote this, and it point to last line here(the problemt).

Do you what is it?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
weird problem
« Reply #1 on: December 16, 2011, 04:34:31 pm »
Have you recompiled SFML?
Laurent Gomila - SFML developer

mentaman10

  • Newbie
  • *
  • Posts: 16
    • View Profile
weird problem
« Reply #2 on: December 16, 2011, 04:42:36 pm »
Thanks dude!!!
it works!
I found a movie in youtube that show how to do recompile