gamedev-net / nehe-opengl

The complete archive of all NeHe OpenGL Lessons available at http://nehe.gamedev.net.
MIT License
207 stars 93 forks source link

The function ReSizeGLScene is not defined or declared anywhere, even though it's used a lot #5

Open Videogamer555 opened 3 years ago

Videogamer555 commented 3 years ago

I can't complete ANY of your tutorials. I've downloaded and added your OpenGL typelib to my VB6 project, and I've gotten down to the point where a function called ReSizeGLScene is called. Unfortunately that is not a Windows API function, nor an opengl function defined in your typelibrary. It's not even a plain VB6 function that might call other API functions that together perform the task of resizing the opengl scene. The function ReSizeGLScene is actually NEVER defined ANYWHERE in ANY of your tutorial's files. This is a show-stopping bug right here. I literally have no idea what to do next. I can't complete any of your tutorials without this function's definition or declaration. Please post this function's definition or declaration.