abhimanyusirohi / ThumbFish

A simple utility for Chemists that integrates with Windows Explorer and provides Thumbnail, Preview, Search and other useful features for structure files.
abhimanyusirohi.github.io/ThumbFish
MIT License
14 stars 3 forks source link

Update project to latest VS and Indigo #77

Closed abhimanyusirohi closed 9 years ago

abhimanyusirohi commented 9 years ago

Compile the latest Indigo code and use the libs. There are 470+ commits since 1.11 release that we are using. The latest code is built using VS2012 and compiling it with VS2010 gives errors because the code is using C++11 features some of which are NOT available in VS2010. So we also need to switch the project to a newer version of VS.

A better option will be to switch to VS2013 Community Edition FREE because it also supports creating setup projects (which was removed in VS2012). This edition is a FREE version