Search:

Type: Posts; User: jcheng3305

Search: Search took 0.01 seconds.

  1. Error of "GL_HISTOGRAM was not declared

    My program does include <gl.h> and <glext.h>, but it comes with an error of "GL_HISTOGRAM was not declared"? Is is correct? Or some other headers should include to avoid this issue? Tks.
  2. Full window display on Console Application

    During the execution of the console application, the window display is limited on its width that cannot be opened to its full screen. Can it be modified? My system is under Mirosoft Windows ver....
  3. Replies
    2
    Views
    954

    Tks. Attached is the source code. Please help...

    Tks. Attached is the source code. Please help and provide your valuable advise. By the way, would you need me know how to " freeing memory you don't need anymore before allocating new"? I guess...
  4. Replies
    2
    Views
    954

    Overcalculation/Overflow issue

    I don't know if I used the right terms. I am writing a program to create and pathing of a big maze, that had involved a lot of calculation. The program sometimes works fine, but sometimes make the...
  5. CAn anyone help me on this? Tks.

    CAn anyone help me on this? Tks.
  6. Any static library that can replace glut32.dll ?

    Under OpenGL programming at Code::Blocks, all complied executeable file would run only with the dynamic library glut32.dll in the same folder. It's quite inconvenience to get the file work only...
  7. Sorry, I don't know how to do as you said "~ yet...

    Sorry, I don't know how to do as you said "~ yet into your application installation directory where it belongs.". Could you tell me how to make it?
    Tks.
  8. Do you mean that the only way to put glut32.dll...

    Do you mean that the only way to put glut32.dll into windows system of target computer? Need more input. Tks.
  9. Complied execute file cannot work on other computer

    I am working on OpenGL programming by Code::Blocks at Vista. The complied executive file worked fine in my computer, but it didn't work with error of GLUT32.dll not found. Would there be any way or...
  10. Replies
    1
    Views
    3,199

    Problem of InitializeAWindowPlease()

    I go the error of "InitializeAWindowPlease was not declared" when the program, as part of it listed below, was complied. How should I fix it? Is any header or library missed to add in?
    ...
  11. Difference between GLUT and SDL application

    Hi, I am learning the Opengl graphic programming at Code:Block. Can someone tell me the difference between GLUT application and SDL application, so that I can dig into either one of them? Tks.
Results 1 to 11 of 11