Thread: Graphics with SDL

  1. #1
    In your face... ha ha ha Liger86's Avatar
    Join Date
    Dec 2002
    Location
    Motorcity Capital
    Posts
    321

    Graphics with SDL

    Can anyone tell me where I must put the SDL files in my codewarrior in order to be able to declaire preprocessors!?

    Anyone know what I'm talkin 'bout?
    From Ukraine with love!

    Internationally known – widely respected

    - Digitally yourz -

  2. #2
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    >Can anyone tell me where I must put the SDL files in my codewarrior in order to be able to declaire preprocessors!?

    Anyone know what I'm talkin 'bout?
    <


    no. but i'll try anyway.

    there are two options

    you want to go to you metrowerks directory
    enter directories as follows:

    Metrowerks\CodeWarrior\Win32-x86 Support

    you'll see two folders,

    Headers
    Libraries

    put the headers in

    Metrowerks\CodeWarrior\Win32-x86 Support\Headers\Win32 SDK\
    in whatever sub-directory they need.

    an the libs

    here

    Metrowerks\CodeWarrior\Win32-x86 Support\Libraries\Win32 SDK

    ORRRRRRR!!!!!!

    you could just put them where-ever and add some access paths

    go to the apps settings:

    Edit-> your OS name + your app name -> Target -> Access Paths:

    click Add the browse to the folder and hit Ok.

    and then add them to your project.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Beginning Game Programming Type Books
    By bumfluff in forum Game Programming
    Replies: 36
    Last Post: 09-13-2006, 04:15 PM
  2. SDL and Windows
    By nickname_changed in forum Windows Programming
    Replies: 14
    Last Post: 10-24-2003, 12:19 AM
  3. Replies: 6
    Last Post: 10-15-2003, 09:00 PM
  4. Implementing SDL -Graphics
    By mr_william_lo in forum C++ Programming
    Replies: 0
    Last Post: 04-20-2003, 02:04 PM
  5. sdl in c++
    By Klinerr1 in forum C++ Programming
    Replies: 8
    Last Post: 07-07-2002, 07:46 AM