sashafrey / topicmod

This project had been moved to https://github.com/bigartm/bigartm
Other
0 stars 0 forks source link

error LNK1104: cannot open file 'libprotobuf.lib' #19

Closed sashafrey closed 10 years ago

sashafrey commented 10 years ago

error LNK1104: cannot open file 'libprotobuf.lib' in VS2010, projects topicmd_tests, topicmd_dll and c_client. Root cause - for some reason $(VisualStudioVersion) macro doesn't exist. Workaround - replace "vc$(VisualStudioVersion)" in linker path settings with explicit string "vc10.0".

sashafrey commented 10 years ago

Duplicate of https://github.com/sashafrey/topicmod/issues/47