需要加载 msvcr100.dll 的已编译 .dll 文件

发布于 2024-09-08 08:57:39 字数 173 浏览 5 评论 0原文

我有一个在MSVC++ 2010中编译的dll文件。它不需要任何其他额外的库,但只有一半的用户可以加载它,因为有些用户缺少msvcr100.dll。查看依赖关系,它需要一些基本函数,例如 memcpy free malloc,尽管我认为这些是标准的 C 运行时函数。代码生成设置在属性中设置为“多线程/MT”。可能是什么原因造成的?

I have a dll file compiled in MSVC++ 2010. It doesn't require any other extra library, yet only half of its users can load it because some are missing msvcr100.dll. Looking at the dependencies, it is requiring some basic functions like memcpy free malloc, though I thought those were standard C runtime functions. The code generation setting is set to "Multi-Threaded /MT" in the properties. What could be causing this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

喜爱纠缠 2024-09-15 08:57:39

我的解决方案是从 Windwos\System32 中删除 dll,然后重新安装 Microsoft Visual C++ 2010 Redistributable Package (x86)。

My solution was deleting the dll from Windwos\System32 and reinstalling the Microsoft Visual C++ 2010 Redistributable Package (x86).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文