I‘m new to SDL3 and want to add image lib into my project
however i found that it did not generate a new lib like sdl2_image, only the sdl3.lib in the setting of example project, and i uesd the new one to replace the old one which was generated by SDL3main
also i added the appropriate LOAD* preprocessor define to the Visual Studio project., it doesnt work,the ide cannot find implementations for the functions IMG_Init, IMG_Quit, and IMG_Load.
I‘m new to SDL3 and want to add image lib into my project however i found that it did not generate a new lib like sdl2_image, only the sdl3.lib in the setting of example project, and i uesd the new one to replace the old one which was generated by SDL3main also i added the appropriate LOAD* preprocessor define to the Visual Studio project., it doesnt work,the ide cannot find implementations for the functions IMG_Init, IMG_Quit, and IMG_Load.