SDL alternatives?

Discuss the future of Warzone 2100 with us.
MagickPanda
Rookie
Rookie
Posts: 17
Joined: 26 Oct 2010, 17:21

SDL alternatives?

Post by MagickPanda »

I recently bought a new gfx card/box now my SDL project is borked: SDL_SetVideoMode always crashes on the atioglxx stuff on windows >.<
So is there any alternative to SDL, so I can fix and continue my borked project -.-
Per
Warzone 2100 Team Member
Warzone 2100 Team Member
Posts: 3780
Joined: 03 Aug 2006, 19:39

Re: SDL alternatives?

Post by Per »

Get new drivers?

You could also try using the qt backend instead of using SDL, but I suspect that you might get the same bug there.
User avatar
Ezio
Trained
Trained
Posts: 306
Joined: 24 Apr 2010, 16:42

Re: SDL alternatives?

Post by Ezio »

vsync?
MagickPanda
Rookie
Rookie
Posts: 17
Joined: 26 Oct 2010, 17:21

Re: SDL alternatives?

Post by MagickPanda »

hmm I already have the latest driver, tried a few versions but none works. Probably newer ATI doesn't support some legacy Windows Opengl functions anymore.

I will test QT to see if that helps.

Thanks =.=