Fatal error LNK1104: cannot open file ".................................\lib\SDL.lib"

fatal error LNK1104: cannot open file “…\SDL.lib”

i am getting this error when i build the program. i am using VC++.
please help. what i have to do. i dont understand.

thanks

Try manually adding this file (and sdlmain.lib) to your project,
that’s what I ended up doing and it seems to work fine. (I think the
actual culprit is the include or lib directories though)

-JustinOn Tue, 19 Oct 2004 20:15:02 +0200, Simon HEBBO <simon.hebbo at gmail.com> wrote:

fatal error LNK1104: cannot open file “…\SDL.lib”

i am getting this error when i build the program. i am using VC++.
please help. what i have to do. i dont understand.

thanks