Thread: SDL and MinGW Studio

  1. #1
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200

    SDL and MinGW Studio

    I downloaded the SDL development kit for MinGW. When I tried to make the simple "test" program that initializes SDL, It won't work.

    I have linked SDLmain and SDL libraries and it saya it cant find them, also I get the WinMain@16 refrence that seems to be a problem among many.

    My question; does SDL have problems with MinGW Studio or is there some sort of installation steps the I need to follow. Ive googled it searched it and came out empty handed. Any help would be greatly appreciated.

    EDIT:
    Found my problem. I am not used to the MinGW Studio and I had to link these libraries in this way

    Code:
    mingw32, SDLmain, SDL
    those commas really threw me off.
    Last edited by Vicious; 07-30-2004 at 11:39 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SDL Window opening with Console Window
    By carrotcake1029 in forum Windows Programming
    Replies: 2
    Last Post: 12-23-2008, 03:32 PM
  2. Hard time having SDL and OpenGL work together
    By indigo0086 in forum Game Programming
    Replies: 5
    Last Post: 07-05-2007, 10:21 AM
  3. Cannot create SDL window!!(PLEASE HELP!)
    By SyntaxBubble in forum Game Programming
    Replies: 2
    Last Post: 05-08-2002, 04:04 PM