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.
我试图要求 Gosu 的 .so 文件,但它说的是“期待组装”。我假设 IronRuby 将支持不是用 dot net 编写的库文件,这是真的吗?
IronRuby 不支持使用本机扩展的库。为了将这些与 IronRuby 一起使用,应首先将扩展移植到 C#。