filmov
tv
How do I setup SDL in Windows Simple DirectMedia Layer with Code Blocks 2020

Показать описание
Quick tutorial how to setup SDL in windows from download to Build/compile in Code Blocks
Game compiled in C++ SDL
Also Check out this project with C++ SDL source code
-lmingw32
-lSDL2main
-lSDL2
-lSDL2_image
-lSDL2_mixer
-lSDL2_ttf
Update 11/03/2023 here is some fixes which should help with the following issues;
error (0xc000007b),
Red compile status -0000etc
You also might need to copy the DLLs from C:\Program Files\CodeBlocks\MinGW\bin
hope this helps people
Game compiled in C++ SDL
Also Check out this project with C++ SDL source code
-lmingw32
-lSDL2main
-lSDL2
-lSDL2_image
-lSDL2_mixer
-lSDL2_ttf
Update 11/03/2023 here is some fixes which should help with the following issues;
error (0xc000007b),
Red compile status -0000etc
You also might need to copy the DLLs from C:\Program Files\CodeBlocks\MinGW\bin
hope this helps people