Preguntas etiquetadas con sdl-2

17
símbolo externo no resuelto __imp__fprintf y __imp____iob_func, SDL2
¿Alguien podría explicar qué __imp__fprintf y __imp____iob_func medios externos no resueltos? Porque obtengo estos errores cuando intento compilar: 1>SDL2main.lib(SDL_windows_main.obj) : error LNK2019: unresolved external symbol __imp__fprintf referenced in function _ShowError 1>SDL2main.lib(SDL_windows_main.obj) : error LNK2019: unresolved external symbol __imp____iob_func referenced in function _ShowError 1>E:\Documents\Visual Studio 2015\Projects\SDL2_Test\Debug\SDL2_Test.exe : fatal error LNK1120: 2 …

2
¿Qué es un renderizador SDL?
Estoy empezando con SDL2 y tengo problemas para entender qué es un SDL_Renderer. ¿Qué es? ¿Qué hace? ¿Cuál es la diferencia entre SDL_Renderer, SDL_Window, SDL_Surface y SDL_Texture y cómo se relacionan? Tuve problemas con esto al intentar comprender este código introductorio: #include <iostream> #include <SDL2/SDL.h> int main() { /* Starting …
103 c++  sdl  terminology  sdl-2 
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.