-->

How to setup SDL in Code::Blocks ?

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:\Mingw\bin) 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 project
    Read more »
    fardi zayden
    @مرسلة بواسطة
    كاتب ومحرر اخبار اعمل في موقع دراسات تقنية .

    إرسال تعليق