You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: