Hello,
I am currently trying to complete a plugin for R23 in Windows 10. After compiling the code I distributed the plugin to several people and they were able to successfully run the plugin with the exception of one person. The one exception gave this error.
WARNING: Error loading file:///C:/Users/MyUser/AppData/Roaming/Maxon/Maxon Cinema 4D R23_DBA5903C/plugins/MyPlugin/R23/MyPlugin.xdl64: Could not load dll because of
Could not load MSVCP140D.dll due to Windows System Error #126: The specified module could not be found. [win_dll.cpp(302)].
Could not load VCRUNTIME140D.dll due to Windows System Error #126: The specified module could not be found. [win_dll.cpp(302)].
Could not load ucrtbased.dll due to Windows System Error #126: The specified module could not be found. [win_dll.cpp(302)].. (file:///C:/Users/MyUser/AppData/Roaming/Maxon/Maxon Cinema 4D R23_DBA5903C/plugins/MyPlugin/R23/MyPlugin.xdl64) [win_dll.cpp(322)]
Cause: Windows System Error #126: The specified module could not be found. [win_dll.cpp(316)] [general.cpp(401)]
How can i fix that?