So, I normally run on Linux and don't really have compile issues there, but I decided to put a windows compile together to see if I could do some testing. I got all the pieces to compile except for EQLaunch. I know that it has something to do with my set up. But I can't figure out what. It's failing in the linker with:
Code:
3Linking...
3>LINK : fatal error LNK1181: cannot open input file 'C:\Program Files\WinPcap\WpdPack\Lib;.obj'
I do have WinPcap installed in that location, but it shouldn't be even looking at that stuff. I've poured through the configuration of the solution and can find no reference to this. I've completely removed the solution, downloaded it over again and still I get this. I'm hoping that one of you that has more experience with Visual C++ can help me target where my issue is. I'm using Visual C++ Pro 2008 if that helps.