QT and SDL (VC+6)

HI,
Is it possible to use in a single threaded application QT ( compiled with
VC+6) the SDL library ( I need Joystick support ) . I have problem
compilations (
Winmain problem and Library default conflict)
thanks

HI,
Is it possible to use in a single threaded application QT ( compiled with
VC+6) the SDL library ( I need Joystick support ) . I have problem
compilations (
Winmain problem and Library default conflict)

I’ve never tried it. You may need to call SDL_RegisterApp() from the
Qt WinMain() instead of using the SDLmain.lib library, and then rebuild
the SDL library to use the same version of the C runtime that Qt uses.

Let me know how it works! :slight_smile:
Mordred, how goes the framebuffer Qt port to SDL?

See ya,
-Sam Lantinga, Lead Programmer, Loki Entertainment Software