Thread: Vertex Buffer objects gonna be sick

  1. #1
    Registered User
    Join Date
    Aug 2008
    Posts
    2

    Vertex Buffer objects gonna be sick

    Hello, my names Paul. I have been teaching myself openGl for about 4 or 5 months and I wrote this basic obj viewer. I took a couple months break away from programming, and when I wanted to get back into it I launched dev-c++ with my code and I got this error, 'glInfo no such file or directory' I kinda started to panic. I had to do a system restore a while back, and I was thinking that could have something to do with it, so i re-installed dev-c++, probably a bad idea cause I think it was fine for the most part. Anyways I stared getting errors not recognizing my ARB vertex buffer object extensions which made me feel even worse cause I'm not sure how I got to work in the first place. Anyways, I think the only thing that I really need to get working is the glInfo.h

    I swear on my life this code was working, can someone take a look at it? Any single hint towards an answerer would be very appreciative.

    Paul
    Last edited by darroughstudios; 08-20-2008 at 01:19 AM. Reason: forgot attachment

  2. #2
    Dr Dipshi++ mike_g's Avatar
    Join Date
    Oct 2006
    Location
    On me hyperplane
    Posts
    1,218
    Are you sure that you are adding all the correct libraries to the linker in your project?

    It seems like a linking error to me. If youre linking all the libs then you might want to chec that they all still exist where they are supposed to be.

  3. #3
    Registered User
    Join Date
    Aug 2008
    Posts
    2
    Thank you so much for your response, a couple headers were missing but now im just getting a black window. Any suggestions?

    Paul

  4. #4
    Registered User samGwilliam's Avatar
    Join Date
    Feb 2002
    Location
    Newport
    Posts
    382
    Quote Originally Posted by darroughstudios View Post
    Thank you so much for your response, a couple headers were missing but now im just getting a black window. Any suggestions?

    Paul
    glBegin ();

    Current Setup: Win 10 with Code::Blocks 17.12 (GNU GCC)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DX9 visualization problem
    By darcome in forum Game Programming
    Replies: 4
    Last Post: 03-05-2003, 12:40 PM
  2. Console Screen Buffer
    By GaPe in forum Windows Programming
    Replies: 0
    Last Post: 02-06-2003, 05:15 AM
  3. draw to a BITMAP* argument - allegro and objects again
    By MadHatter in forum Game Programming
    Replies: 13
    Last Post: 12-13-2002, 06:51 AM
  4. getline problem
    By Unregistered in forum C++ Programming
    Replies: 4
    Last Post: 10-06-2001, 09:28 AM
  5. Using D3DFVF_XYZRHW flag for a Vertex Buffer
    By lightatdawn in forum Windows Programming
    Replies: 2
    Last Post: 09-06-2001, 02:48 PM