SFML community forums

Help => General => Topic started by: dartosgamer on March 04, 2012, 09:24:57 pm

Title: Missing Functions in SFML Ubuntu
Post by: dartosgamer 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.
Title: Missing Functions in SFML Ubuntu
Post by: Laurent on March 04, 2012, 10:53:59 pm
Quote
isOpen()

IsOpen()

That's all I can say without any detail...
Title: Missing Functions in SFML Ubuntu
Post by: julen26 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.