In the world of software development, some projects refuse to fade away completely. That’s exactly what happened with GLview 2.60 LTS, a long-term support re-release of the classic OpenGL Extensions Viewer targeted at the era of Windows NT 4.0 and fixed-function OpenGL.
This unexpected revival began with a simple user request for an ancient version of the tool—one I wasn’t even sure still existed in any usable form.
The original source code for the earliest versions of GLview (previously known as OpenGL Extensions Viewer) was presumed lost forever. Over two decades, the project had undergone massive transformations: toolchain migrations, language shifts from native C++ with MFC to .NET and later WPF. The very early native code—designed for Windows NT 4.0 and the fixed-function pipeline of OpenGL 1.x to 2.0, complete with ARB extensions, assembly vertex programs, and early GLSL—had slipped into obscurity.
But persistence paid off. After rummaging through dusty backups and forgotten archives, partial source trees surfaced. It was enough to piece together the original architecture: a pure MFC-based UI tightly integrated with classic OpenGL rendering.
To truly validate the rebuild, modern Windows alone wouldn’t suffice—I needed to step back in time.
The resurrection process kicked off with dusting off old hardware settings:
Instead of compiling everything directly in the antique Visual Studio 2003, I refactored and isolated the native rendering core. Modern CMake served as the perfect bridge:
The resulting codebase was then rigorously tested across:
The same binary logic spanning three decades of operating system evolution.
Testing revealed several subtle bugs that had crept in over the years:
Every fix prioritized compatibility with NT 4.0 first, ensuring forward compatibility followed naturally.
What emerged is beautifully simple: a single glview.exe plus one supporting infogl.dll.
It performs flawlessly:
Same code. Same renderer. Same reliable diagnostics.
This project wasn’t driven by pure nostalgia. It was about:
Above all, it’s a reminder that good software doesn’t vanish when hardware and OSes advance. Sometimes, it simply waits in an old archive for someone to breathe new life into it.
If you’re curious about OpenGL history or need a tool that works on truly ancient systems, GLview 2.60 LTS is a testament to enduring software craftsmanship.
Download GLview 2.60 LTS for NT4.0 to Windows 11 from