Open TheGeekiestOne opened 5 years ago
I tried to create a BWAPI.lib by changing a property of 'BWAPI' project. Went to project properties, General -> Configuration Type -> Static library (.lib). That built fine and produced the BWAPI.lib.
However, the CommandCenter still does not build. This time linker showed 157 errors complaining about mismatches mostly in BWAPIClient.lib: image
Any ideas?
No lib folder in BWAPI version 4.4.0
Visual Studio 2017 10.0.17763.0, Windows 10
Severity Code Description Project File Line Suppression State Error LNK1181 cannot open input file 'BWAPI.lib' CommandCenter C:\SCBW\masterBot\vs\LINK 1
1>LINK : fatal error LNK1181: cannot open input file 'BWAPI.lib' 1>Done building project "CommandCenter.vcxproj" -- FAILED.