I have seen some Q&A about this problem. In most cases, it shows CPython Extensions for IronPython.
But it is too old to download module files. The download link doesn't work, so I can't resolve the problem.
What should I do for using .pyd in IronPython. Is it impossible?
[Updata] I want use the OSC communication in IronPython. However the library module of OSC that I use(pyOSC) is for Python, not for IronPython. I found that pyOSC needed socket.pyd. This is why I would like to know a way to import .pyd into IronPython. Or, if there is another way to use OSC communication in IronPython (without using pyOSC), I would like to know it.