Thread: OpenGL problems

  1. #1
    Registered User
    Join Date
    Oct 2003
    Posts
    9

    OpenGL problems

    I have started programming my game in Open GL, and it compiles just fine, but it won't run. Can anyone here help me? (I use Microsoft Visual C++)

  2. #2
    Registered User BillBoeBaggins's Avatar
    Join Date
    Oct 2003
    Posts
    107
    wow thats vague... you might as well say.. I made a program and its not working.... (Dev-C++)...

    Code samples, have you tested your code in sections to make sure all your objects or windows are being created.. does your vid card support OpenGL.... more info...

  3. #3
    Banned
    Join Date
    Jan 2003
    Posts
    1,708
    first get out of the front lawn, put some pants on, then turn your computer on.

  4. #4
    Registered User
    Join Date
    Oct 2003
    Posts
    9
    I guess I could have worded that better. When I make a program, I hit the compile button. It compiles with 0 errors and 0 warnings. Then i hit the build button (or run, as it needs to build the program first). Then it comes up with quite a few errors in the program. Last time I tried making a little test it said I had 22 errors when I built it, and 0 when i compiled it.

    PS. Thanks for the tip, but I have lost my pants :'(

  5. #5
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790
    No, what they are saying is... SHOW US THE CODE. We cannot help you if we don't know what your code is cause the fact you have 0 compile errors means relatively zilch, as all that means you are syntactically fine, doesnt mean your code isnt buggy.

  6. #6
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    try running the .exe that VC++ generates when you compile (if you have it set that way)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SDL_ttf and OpenGL
    By sand_man in forum Game Programming
    Replies: 2
    Last Post: 12-01-2004, 06:06 PM
  2. OpenGL lighting
    By BabyG in forum Game Programming
    Replies: 3
    Last Post: 08-29-2004, 09:58 AM
  3. Problems with rotations with OpenGL and GLUT
    By darcome in forum Game Programming
    Replies: 13
    Last Post: 07-05-2002, 12:12 AM
  4. OpenGL and Windows
    By sean345 in forum Game Programming
    Replies: 5
    Last Post: 06-24-2002, 10:14 PM
  5. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM