Well, I'm not familiar with WinPcap, but the "WpdPack\Lib;.obj" reference is most likely not a valid filename.
The question needing to be figured out is... is the linker actually looking for "WpdPack\Lib.obj" and there's a stray semicolon in the project settings, or is it looking for "WpdPack\Lib\[Something].obj" and a filename is missing in the project settings?
If it looks like there is a Lib.obj file in the WpdPack folder, I would suggest looking through the project properties for a reference to "Lib;" and get rid of the semicolon.
If it looks like there is a Lib folder inside WpdPack instead, it may be a little more tricky to look through the settings or make file and figure out what filename is being cropped out and how.
- Shendare
|