gpt4 book ai didi

python - 有没有办法直接在 python (或 Ironpython)中导入 c *.lib 而不进行任何包装?

转载 作者:行者123 更新时间:2023-11-30 15:44:06 25 4
gpt4 key购买 nike

如标题,有没有办法直接在python(或Ironpython)中导入c *.lib而不进行任何包装? (例如 *.dll 包括包装函数)

最佳答案

CPython 和 IronPython 都带有 ctypes module ,它允许您直接加载 DLL:

from ctypes import *

print hex(windll.kernel32.GetModuleHandleA(None))

请仔细阅读模块文档,它包含有关如何正确传递各种 C 类型的教程。

关于python - 有没有办法直接在 python (或 Ironpython)中导入 c *.lib 而不进行任何包装?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19628967/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com