setting up SDL2 with codeblocks

Hi,
I am trying to learn to use the SDL2 using the tutorials at,
http://lazyfoo.net/tutorials/SDL/01_hello_SDL/windows/codeblocks/index.php

I was successful with lesson1 however it involved creating an empty project and entering some required information.

On lesson2 I found I had to do the settings all again for the next project!

Is there any way to make a template for SDL2 programs that include these settings?

Also when I did a build/run the program could not find the image??

The lessons seem to assume knowledge of these things but up to now all I had to do was choose a console project icon and it just worked.

.
Have you tried the Code::Blocks project template for SDL projects ?
This is a SDL2 project not a SDL project.
I was also told the project templates can be out of date although I used the console one with success to learn the basics of C++.
One option would be to create a project from scratch and save it as a template => File=>Save project as template.
Topic archived. No new replies allowed.