I downloaded stockfish 7 for windows and I am trying to compile the code. I know the binaries already exist, but I am curious about the code. Anyway, I am using visual studio 2015 and I received 5 linker errors upon building the project:
Error LNK2001 unresolved external symbol "void __cdecl Tablebases::init(class std::basic_string,class std::allocator > const &)" (?init@Tablebases@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
.....
.....
Any idea how to resolve this issue?