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

Author Topic: OpenGL VBO extention unaviliable  (Read 3048 times)

0 Members and 1 Guest are viewing this topic.

Hamed

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • Email
OpenGL VBO extention unaviliable
« on: February 01, 2013, 10:59:26 am »
Just I reinstall codeblocks and SFML after that I get VBO extention unaviliable.
This is my code and output attached.
//Normal include
#include <iostream>

//SFML include
#include <SFML/Graphics.hpp>
#include <SFML/OpenGL.hpp>

//GUI include
#include <SFGUI/SFGUI.hpp>

//Namespace define
using namespace std;
int main() {
        // Create the main SFML window
        sf::RenderWindow app_window( sf::VideoMode( 800, 600 ), "SFGUI Notebook Example", sf::Style::Titlebar | sf::Style::Close );

        return EXIT_SUCCESS;
}

 

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10884
    • View Profile
    • development blog
    • Email
Re: OpenGL VBO extention unaviliable
« Reply #1 on: February 01, 2013, 11:19:55 am »
Can you please specify the full error with the context that it occurs in?

Is your graphics driver uptodate?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Hamed

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • Email
Re: OpenGL VBO extention unaviliable
« Reply #2 on: February 01, 2013, 12:06:40 pm »
Sorry image not attached.
Driver is update and it works fine after reinstall it stop working.

[attachment deleted by admin]

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: OpenGL VBO extention unaviliable
« Reply #3 on: February 01, 2013, 12:16:50 pm »
I can't believe that the code that you posted produces this error. You don't even call any SFGUI function.
Laurent Gomila - SFML developer

Hamed

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • Email
Re: OpenGL VBO extention unaviliable
« Reply #4 on: February 01, 2013, 01:08:12 pm »
Yes, When I use SFGUI I get this error.
For example Notebook example.
« Last Edit: February 01, 2013, 01:20:21 pm by Hamed »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10884
    • View Profile
    • development blog
    • Email
Re: OpenGL VBO extention unaviliable
« Reply #5 on: February 01, 2013, 01:41:08 pm »
How exactly did you reinstall Code::Blocks? ???
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Hamed

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • Email
Re: OpenGL VBO extention unaviliable
« Reply #6 on: February 01, 2013, 02:33:57 pm »
I use uninstall wizard.

Hamed

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • Email
Re: OpenGL VBO extention unaviliable
« Reply #7 on: February 01, 2013, 04:10:54 pm »
Now I get an empty page when I run SFGUI.

Hamed

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • Email
Re: OpenGL VBO extention unaviliable
« Reply #8 on: February 01, 2013, 04:36:32 pm »

This OpenGL example.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: OpenGL VBO extention unaviliable
« Reply #9 on: February 01, 2013, 10:32:40 pm »
SFGUI has its own forum, you know ;)
Laurent Gomila - SFML developer

 

anything