ScanImage 2016 : Error Messages and Solutions

NOTE: REMOVED, VS RT and compiler no longer needed in SI5

Missing Visual Studio Runtime

Error Message
Error using loadlibrary (line 419)
There was an error loading the library "C:\Program Files\ScanImage\SI5 Early\+dabs\+ni\+rio\private\NiFpgaWrapper.dll"
The specified module could not be found.

Error in dabs.ni.rio.NiFPGA (line 71)
                loadlibrary(dllpath,headerpath);
Caused by:
    Error using loaddefinedlibrary
    The specified module could not be found.

This error message is caused by a dependency to MSVCR120.dll in the ScanImage 5 early release version. To resolve this issue download and install the Visual C++ Redistributable Packages for Visual Studio 2013.

Missing compiler

Error Message
Error in loadlibrary>getLoadlibraryCompilerConfiguration (line 497)
compilerConfiguration=compilerConfiguration(1); %unix machines return c and cpp compilers here

OR

Error Message
Error using loadlibrary (line 253)
A 'Selected' compiler was not found. You may need to run mex -setup.

These error messages indicate that no Matlab compatible compiler is installed on the system. Please refer to the page Software Version Compatibility for a list of compatible compilers.