JaneliaSciComp / Neuroptikon

Neuroptikon
Other
9 stars 3 forks source link

Correct Microsoft Runtime Library #20

Open csweaver opened 10 years ago

csweaver commented 10 years ago

Should be installed by Neuroptikon installer.

cmbruns-hhmi commented 10 years ago

The correct version of Visual Studio to use for the Windows version of Neuroptikon is Visual Studio C++ 2008, because that is the version that Python 2.7, the final version in the 2.X series, is built with. So the Neuroptikon installer for Windows should be modified to install the VS 2008 runtime along with Neuroptikon. Usually this entails running an executable called vcredist_x86.exe.

cmbruns-hhmi commented 10 years ago

The items that should be built with Visual Studio 2008 in preparation for a Neuroptikon Windows release include:

In Neuroptikon release 1.0.0rc1, it appears that a Qt library wrongly built with Visual Studio 2010 is linked or installed.. Let's try not to do that next time.