SaschaWillems / glCapsViewer

C++ port of the OpenGL hardware capability viewer
GNU Lesser General Public License v3.0
103 stars 28 forks source link

Vista - doesn't run there #37

Closed Torinde closed 2 weeks ago

Torinde commented 3 weeks ago

Nice tool!

In Vista (inside Virtualbox) in doesn't work. What's the minimum Windows version it supports?

For emulators and hypervisors it'll be useful to go as low as possible, e.g. NT3.x and Win95 - can you please upload somewhere the Delphi / Free Pascal version?

SaschaWillems commented 3 weeks ago

What does "doesn't work" mean? Can you please elaborate?

Torinde commented 2 weeks ago

Vista x86 message about Qt: image

Vista x64 message about crt, but I see vcruntime140.dll in the folder... should I install some other Visual C++ redistributable? image

SaschaWillems commented 2 weeks ago

Sorry, can't help with this. I don't think Qt supports Vista anymore and I have no plans to add support for an outdated/no longer maintained operating system.

Torinde commented 2 weeks ago

OK, can you then please share the Delphi / Free Pascal version?

SaschaWillems commented 2 weeks ago

There is no up-to-ate Delphi / FP version that would work with the current version of the database.

Torinde commented 2 weeks ago

I think it'll be useful even with an older database:

SaschaWillems commented 2 weeks ago

I won't add support for such old operating systems.

Torinde commented 1 week ago

I won't add support for such old operating systems.

Maybe I don't understand something, but isn't it possible that the Delphi/Free Pascal version already works on an older OS than the current version? Can you please upload this old version, just to try if it works there? Or you already know it won't work?