Can't compile TFS 0.2 with Visual Studio 2010. I followed this guide: OtLand - How to compile TFS for Windows using Microsoft Visual Studio 2010 ?
Error: 1>LINK : fatal error LNK1104: cannot open file 'iconv.lib'
I had a similar error with a lua51~ file. I renamed the lua5.1 in the library download to lua51 and it worked.
I tried to just rename a random lib file to iconv.lib. It made it pass the iconv error, but another error appeared shortly after with another lib file.
Error: 1>LINK : fatal error LNK1104: cannot open file 'iconv.lib'
I had a similar error with a lua51~ file. I renamed the lua5.1 in the library download to lua51 and it worked.
I tried to just rename a random lib file to iconv.lib. It made it pass the iconv error, but another error appeared shortly after with another lib file.