link error

I got a Link error 1181 with fresh code from source safe. It is looking for a dll that is in the windows/system32 directory and cannot find it.

Linker Tools Error LNK1181
cannot open input file "filename"

The linker tool could not find "filename" because it does not exist or the path was not found.

So how do I set the path to it?
[363 byte] By [Complete] at [2007-11-20 1:19:31]
# 1 Re: link error
If you're using VC++ 6.0, go to Tools->Options->Directories. Under the combo drop-down, select "Library files." Put in a path. Click OK.

-Greg Dolley
greg_dolley at 2007-11-10 23:18:50 >