This is the most helpful tutorial that I can find. Thank you so much for this!
@justdledfruitloops Жыл бұрын
Thanks! I was trying to set this up on my own, and couldn't find anything with SDL_Renderer, luckily this was recently uploaded
@tonyyoung684010 ай бұрын
In VSCode you have to place include file paths in the .vscode/c_cpp_properties.json configurations, includePath array. It's just the vscode C++ plugin choking on the unrecognized types, I believe - causing the errors.
@verminfate70743 ай бұрын
Worked, TY, Love the video
@guillearnautamarit9102 Жыл бұрын
Thanks! that was so helpful
@tenaibms8 ай бұрын
Thanks! Will say though it would help a lot to either link the final source or use a smaller font size, would make skimming easier :)
@DevPlenioАй бұрын
cannot find -lmingw32
@ColliefarmerYT Жыл бұрын
18:45 it not a reference but the address of event "e"
@melloh28125 ай бұрын
that's what a reference is
@Kyjor_11 ай бұрын
Do you have this source code anywhere? This is super helpful, but I'm trying to apply it in my own project. Thanks!
@jitenkr.429 Жыл бұрын
Thanks brother
@newuser6899 ай бұрын
just spent like 2 hours setting this up on my own then find a tutorial thats 28 minutes long after i finish... damn
@ColliefarmerYT Жыл бұрын
is the monogame series going somewhere??
@codingwithsphere Жыл бұрын
Yes I'm still continuing the series
@nomoreyrs24 ай бұрын
I get this error when I try to compile can anyone help? c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../libmingw32.a(main.o):(.text.startup+0xa0): undefined reference to `WinMain@16' collect2.exe: error: ld returned 1 exit status Makefile:12: recipe for target 'default' failed make: *** [default] Error 1