What steps will reproduce the problem?
1. Download BWAPI 4.0.0 and install including the example projects.
2. Open the example projects in Visual Studio C++ 2010.
3. Build AIModuleLoader and ExampleTournamentModule in debug mode.
What is the expected output? What do you see instead?
Expected output: 2 success
Output: 1>C:\Program Files\BWAPI\Debug\AIModuleLoader.exe : fatal error
LNK1319: 44 mismatches detected
What version of the product are you using? On what operating system?
BWAPI 4.0.0 on Windows 7 Professional 32 bit with Microsoft Visual Studio C++
2010 Win32 Debug mode.
Please provide any additional information below.
This is because in Properties->Linker->Input->Additional Dependencies is
referencing the BWAPI.lib and BWAPIClient.lib instead of BWAPId.lib and
BWAPIClientd.lib. To fix change the linker to the correct debug libraries.
Original issue reported on code.google.com by georgetw...@gmail.com on 26 Jun 2013 at 4:35
Original issue reported on code.google.com by
georgetw...@gmail.com
on 26 Jun 2013 at 4:35