为什么我缺少Windows相关的共享库?

时间:2020-04-19 10:08:12

标签: windows visual-studio dll maya

我正在尝试使用Maya插件,即MeshroomMaya。我已经编译/安装了创建可执行文件所需的所有依赖关系,并且已经创建了它。可悲的是,我仍然无法使用它。

// Error: file: C:/Program Files/Autodesk/Maya2020/scripts/others/pluginWin.mel line 935: Unable to dynamically load : D:/dev/_projects/MeshroomMaya_install/plug-ins/meshroomMaya.mll
The specified module could not be found.
 // 
// Error: file: C:/Program Files/Autodesk/Maya2020/scripts/others/pluginWin.mel line 935: The specified module could not be found.
 (meshroomMaya) // 
// Warning: file: C:/Program Files/Autodesk/Maya2020/scripts/others/pluginWin.mel line 938: Could not load D:/dev/_projects/MeshroomMaya_install/plug-ins/meshroomMaya.mll as a plug-in // 

这是Maya中的错误消息。我已经使用工具Dependencies检查了.mll(可执行文件/插件)的依赖关系,修复了所有与Windows不相关的依赖关系后,我再次陷入困境。

enter image description here

在磁盘上找不到许多与Windows相关的.dll,我不确定为什么。我已经搜索并找到了一些在C:\Windows\System32\downlevel中被删除,但最终到了某些上述.dll完全丢失的地步。有没有人给我提示如何解决这个问题?

我正在使用Visual Studio 2019,并且正在使用MSVC构建工具v141和Windows SDK 10.0.17763.0编译插件。我的系统版本是10.0.18363。这可能是问题吗?

0 个答案:

没有答案
相关问题