Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写 IronPython 脚本并尝试加载我编写的使用 CLI/C++ 与本机 C++ 互操作的库。鉴于我不能直接添加对非 CLR 库的引用,有没有办法让 IronPython 加载 CLR 库并找到合适的本机库?
事实证明 IronPython 不会自己找到所有系统文件。我使用依赖walker来查找我丢失的系统dll。