colmap
colmap copied to clipboard
VCOMP140.DLL not found when runing RUN_TESTS.bat
I encounter this error when trying freshly download colmap 3.6-dev.3 no-cuda windows version. Unzip the files and double click RUN_TESTS.bat. Have not idea why it will need VCOMP140.DLL. After searching on the web shows that this dll is related to Sony MediaGo program. As this windows laptop is freshly installed weeks ago, there isn't much of a program that I can recall related to this. Also in git issue, I didn't find anything similar to this VCOMP140.DLL. This error will block COLMAP.bat from running.
Follow up: tried release version 3.5, has no issue with VCOMP140.dll
It seems to be related to Open MP for visual studio 2010....
install vc++2015 runtime library or vs2015 c++ develop toolkit
Thanks @jas0n1ee. release version 3.5 works!