extension joomla, template joomla,banner extension joomla,jomla slider,slider joomla
How to setup SDL in Code::Blocks ?
There are few simple steps to setup SDL (Simple Directmedia Layer) in Code::Blocks and GCC MinGW Compiler. First of all make sure that Code::Blocks IDE is installed on your system properly. Follow the following procedure to setup SDL.

  1. Download SDL from http://www.libsdl.org/release/SDL-1.2.14-win32.zip .
  2. Decompress the archive.
  3. Copy SDL.dll from inside the bin folder to the your compilers bin directory (ie C:Mingwbin) This allows the compiler to find the dll at runtime time without having to put it in the same folder as your program or in the windows folder.
  4. Make a folder with name SDL in our C drive. Then copy lib and include folder from decompressed folder to SDL.
  5. Now open your Code::Blocks IDE.
  6. In start window, there you see a link for creating a new projectnewProject
  7. Click on Create a new project link, then a dialog box will appearChooseSDL
  8. From Dialog box choose SDL project and click the Go buttonSDLProject
  9. Give the name and path of the project and click the Next buttonPath
  10. Now Give the path of the SDL folder you have just created and Click Next
  11. Finally click the finish button and now you are ready to create your SDL project


Related Article



destination source:https://www.programming-techniques.com/2011/12/how-to-setup-sdl-in-codeblocks.html