Top "Sdl-2" questions

For questions and issues regarding Simple DirectMedia Layer 2 (SDL2).

unresolved external symbol __imp__fprintf and __imp____iob_func, SDL2

Could someone explain what the __imp__fprintf and __imp____iob_func unresolved external means? Because I get these errors when …

c++ sdl-2 visual-studio-2015 unresolved-external
How to render text in SDL2?

I was wondering how to render text with SDL2. I found an API called SDL_TTF and some tutorials, however …

c sdl-2
Installing SDL2 on Linux

I try to run simple test.cpp from Twinklebar SDL tutorial, I get this error: test.cpp:2:10: fatal error: 'SDL2/…

linux sdl-2
How to use SDL2 and SDL_image with cmake

I'm looking for the simplest way to compile a c++ program using SDL2 and SDL_image with cmake. Here is …

c++ cmake sdl sdl-2 sdl-image
"winapifamily.h: No such file or directory" when compiling SDL in Code::Blocks

I am following along with the SDL2.0 tutorials by LazyFoo, using Code::Blocks 13.12. I have had no trouble getting SDL2 …

c++ sdl codeblocks sdl-2
What is an SDL renderer?

I'm starting with SDL2 and having some trouble trying to understand what an SDL_Renderer is. What is it? What …

c++ sdl terminology sdl-2
Drawing a rectangle with SDL2

I just started using SDL2 and I already have a problem. I want to create a window and paint it …

c sdl-2
Using SDL2 with CMake

I'm trying to use CLion to create a SDL2 project. The problem is that the SDL headers can't be found …

c++ cmake sdl-2
How to draw pixels in SDL 2.0?

How does one draw with pixels in SDL2.0? I'm trying to get familiar with C++, but this is very difficult …

c++ c sdl sdl-2
Static-linking of SDL2 libraries

I am using Windows 7, Code::Blocks and MinGW. I have little to no experience when it comes to compiling/building …

sdl codeblocks static-linking sdl-2