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

Author Topic: Missing Functions in SFML Ubuntu  (Read 1269 times)

0 Members and 1 Guest are viewing this topic.

dartosgamer

  • Newbie
  • *
  • Posts: 14
    • View Profile
Missing Functions in SFML Ubuntu
« on: March 04, 2012, 09:24:57 pm »
I tried to set up SFML with codeblocks in ubuntu. I tried 1.6 and 2 and the net result was everything pretty much working except for the fact that Renderwindow (and some other things) are missing functions.

The big one is the isOpen() function

any ideas.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Missing Functions in SFML Ubuntu
« Reply #1 on: March 04, 2012, 10:53:59 pm »
Quote
isOpen()

IsOpen()

That's all I can say without any detail...
Laurent Gomila - SFML developer

julen26

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
    • http://julen26.blogspot.com
Missing Functions in SFML Ubuntu
« Reply #2 on: March 05, 2012, 12:02:19 am »
Quote from: "dartosgamer"
I tried 1.6 and 2...

In SFML 1.6 it's IsOpened(), maybe you are mixing both versions.

 

anything