SDL 1.3 and sub libraries

Hello,

Sorry for the newbie question, but… is it possible to use sdl 1.3
with others libraries (such sdl_image, mixer, ttf, net…) not
specific for this version (i. e., versions 1.2 of these especific
sub-libraries) ? Or sdl 1.3 will not need them? Thanks for the
explanation.–
\//-

Depends on the library. SDL_Image, in particular, needs to be
compiled specifically for the version of SDL you’re using. (The
binary definition of SDL_Surface changed from 1.2 to 1.3, and
trying to load an image using the wrong definition will lead to
strange glitches.) SDL_TTF probably has the same issue, and
any other library that works directly with SDL_Surfaces. Not
sure about other libraries. (Mixer, Net, etc.)

Hello,

Sorry for the newbie question, but… is it possible to use sdl 1.3
with others libraries (such sdl_image, mixer, ttf, net…) not
specific for this version (i. e., versions 1.2 of these especific
sub-libraries) ? Or sdl 1.3 will not need them? Thanks for the
explanation.From: clebertavares@gmail.com (Cleber Tavares Jr.)
Subject: [SDL] SDL 1.3 and sub libraries