Setup SDL 2 with Visual Studio 2015 - SDL2, SDL2_image, SDL2_ttf, SDL2_mixer

preview_player
Показать описание


Setup SDL2 SDL2_image SDL_mixer and SDL_ttf with Visual Studio 2015 on Windows 10.

Рекомендации по теме
Комментарии
Автор

THE BEST GUIDE WHICH I EVER SEEN! HUGE THANKS TO AUTHOR!
Previously, long and painfully manually installed all the libraries, but now I’ve discovered this "NuGet" and did everything in a couple of clicks.

Mammamia__
Автор

Top work, exactly what I needed! Thanks so much!

andrewruxton
Автор

Thank you very much *-*
I've searched the whole internet, because I always get a link error (I dunno the exact error anymore), but with your solution I get this error fixed!
Your video should have 500.000 views instead of this! <3

Asbaakk
Автор

Dude, amaze. I used to point to each directory. That was such a pain. Thank you so much.

songersoft
Автор

thank you sooo much =D
I have one question: witch front do you use? I like it ¦D

batluca
Автор

it keeps saying ERROR "entry point must be defined" please help

vetrotiger
Автор

Are both bit types included? 86 and 64 libs? Are both installed and I choose with the studio? Please advise.

songersoft
Автор

Great tutorial! However I'm getting 28 errors when I compile your modified code. first error code is that it cannot find SDL.h, then the other 27 errors say SDL_XXX is undefined, I assume stemming from the first error. Originally I followed other tutorials that said to download SDL2 from their website and manually place the .dll files and go into properties to manually set the addresses for those files, but have since deleted that. any advice? I downloaded it like you showed and updated it.

talismand
Автор

hai @Atoz Programming Tutorials
can u help me? i've problem with LNK1104 cannot open file 'SDL/lib/SDL.lib'
but i dont understand how to fix this...
may i have ur email or facebook? so i can asking about this...
*sorry if my english.. bad.*

Thanks

papakencen
Автор

Hello, after adding sdl i tried the initiate code of which resulted in can not find external sdl2main.lib. i did have a downloaded version which i attempted to use early which resulted in missing link to sdl2.obj which i have no idea on how to get an no tutorial has been helpful so far. so i thought to use the sdl2main from my other download inconjunction with your steps but still same problem. what any advice?

GamerSaga
Автор

It keeps saying ERROR "entry point must be defined" to me as well, I have used int main(int argc, char* argv[]) as my main, please help

luxulux