commandcenter icon indicating copy to clipboard operation
commandcenter copied to clipboard

cannot open input file 'BWAPI.lib'

Open TheGeekiestOne opened this issue 5 years ago • 1 comments

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.

TheGeekiestOne avatar Apr 23 '19 11:04 TheGeekiestOne

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?

vlad-gregor avatar Dec 28 '19 23:12 vlad-gregor