dear all, for reason of completeness
while reinstalling my systems - migrating to windows10 ;-}
i found that the following info was not present as part of:
- documentation
- system requirements / FAQ
Needed: MSVC and libboost
SBFspot needs some dlls from visual studio
- msvcr100.dll and msvcp100.dll
- these are not automatic available via MS-Windows
in my new setup: - windows-10 and complete MS-office package these dll's were not present
- - - note-1 - - -
In my previous installation I did use "Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)"
this could be found here-> http://www.microsoft.com/en-us/download/details.aspx?id=8328
Note: MicroSoft indicates that states that MSVC C++ 2010 SP1 does not supported for Windows10 ??
- - - - -
- - - note-2 - - -
these two dlls are NOT included in: -MSVC 2015 x64 NOR in -MSVC 2015 x86
my solutution was to install the 2010 SP1 (x86) (I did not test for 2013-2012-2011)
- - - - -
Another item: libboost-all-dev
kr wim
Comments: SBFspot for Windows is compiled for 32-bit (x86) with Visual Studio 2010, so it needs "Visual C++ Redistributable for Visual Studio 2010". This runtime contains the files msvcr100.dll and msvcp100.dll It has no sense to install another runtime like MSVCRT 2015 as this installs msvcr140.dll and msvcp140.dll BOOST doesn't need external dll's because the libraries are linked statically during build. This means the BOOST library code is embedded in the SBFspot executable.
while reinstalling my systems - migrating to windows10 ;-}
i found that the following info was not present as part of:
- documentation
- system requirements / FAQ
Needed: MSVC and libboost
SBFspot needs some dlls from visual studio
- msvcr100.dll and msvcp100.dll
- these are not automatic available via MS-Windows
in my new setup: - windows-10 and complete MS-office package these dll's were not present
- - - note-1 - - -
In my previous installation I did use "Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)"
this could be found here-> http://www.microsoft.com/en-us/download/details.aspx?id=8328
Note: MicroSoft indicates that states that MSVC C++ 2010 SP1 does not supported for Windows10 ??
- - - - -
- - - note-2 - - -
these two dlls are NOT included in: -MSVC 2015 x64 NOR in -MSVC 2015 x86
my solutution was to install the 2010 SP1 (x86) (I did not test for 2013-2012-2011)
- - - - -
Another item: libboost-all-dev
kr wim
Comments: SBFspot for Windows is compiled for 32-bit (x86) with Visual Studio 2010, so it needs "Visual C++ Redistributable for Visual Studio 2010". This runtime contains the files msvcr100.dll and msvcp100.dll It has no sense to install another runtime like MSVCRT 2015 as this installs msvcr140.dll and msvcp140.dll BOOST doesn't need external dll's because the libraries are linked statically during build. This means the BOOST library code is embedded in the SBFspot executable.