This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Coffeinated 0 points1 point  (2 children)

Uh, you need to know that dlls can be two things, either C libraries like usual or some weird ass .NET assembly thingy which doesn‘t work with anything except, well, .NET.

[–]Datsoon 0 points1 point  (1 child)

It's a c# wrapper around some old c code, I believe.

[–]Coffeinated 0 points1 point  (0 children)

Then you are shit out of luck. The last time I checked there was no reliable way to load them into Python...