Visual Studio Linker Error

  • edza101
    13th May 2013 Member 0 Permalink

    I've just switched to visual studio as my IDE. After setting everything up and hitting the dredded f7 I dicovered to my non-surprise that it didn't work for a few reasons. I had skipped over one or two steps, I put them right. But this one error, a linker error, doesn't seem to want to go away


    Error 1 error LNK1181: cannot open input file 'SDL.lib'

     

    The odd thing is all my other libraries work. It definitely exists, could it be that its capitalized? Any help would be greatly appreciated ...

    EDIT: SOLVED I forgot to link /Libraries.

Locked by cracker64: solved