Re: SDL fails to load textures
William <[email protected]>
| Newsgroups | gmane.comp.lib.sdl |
|---|---|
| Message-ID | <[email protected]> |
William <williamowenfowlk <at> gmail.com> writes: > > So I was following this set of tutorials > http://lazyfoo.net/tutorials/SDL/index.php until I hit a dead end- SDL > didn't want to load textures. When I got to the part where you can load > textures, whenever I tried running the program, it instantly closes with no > console messages. Even though I copied the code here almost exactly > http://lazyfoo.net/tutorials/SDL/07_texture_loading_and_rendering/index.php > SDL still wanted to be disagreeable. > > Any advice? > Shoot, forgot to mention, I'm currently using the command line version of MinGW and the g++ compiler. I'm using mingw32-make to compile the files.