windows - 从 32 位 C dll 创建 64 位 dll

标签 windows dll 32bit-64bit

我有一个从第三方获得的 32 位 dll。他们没有 64 位版本。我希望将这个 dll 加载到 64 位 python 中。为此,我需要一个 64 位 dll。是否有将 32 位 dll 转换为 64 位 dll 的工具,或者这是不可能的?如果不可能,我想我必须使用 32 位 python。

最佳答案

只有供应商可以执行此操作,除非您可以访问 DLL 的源代码。必须针对 64 位重新编译它。

我猜你必须使用 32 位 python...

关于windows - 从 32 位 C dll 创建 64 位 dll,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17064078/

相关文章:

windows - Microsoft SysVAD虚拟音频设备驱动程序(SYSVAD)无法工作

windows - 将任何东西拖到桌面上

c# - 将 DLL 注入(inject)目标进程 VB.NET

c# - .NET Core 应用程序加载 C++ DLL 失败

c++ - 展开时带箭头的 CTreeCtrl

json - 打开不同目录中的 JSON 文件 - Python3、Windows、pathlib

dll - Visual Studio 2015 无法识别 MonoAndroid 的 System.ObjectModel?

inno-setup - 如何在单个 Inno Setup 安装程序中添加 x86 和 x64 VC++ 2019 Redistributables?

windows - 64 位 Windows 8.1 和 Qt 上的 MIDI 应用程序 - 指针大小问题

python - 如何在 64 位 Linux 上构建 32 位 python 2.6?