dll in linux?

Hey there,

i got a little problem. we have to work with a special dll who generates important informations. the problem is, that our system is linux and is it possible to read the information of the dll in a linux programm? i want to write a parser :) so is this possible?
I don't think it's possible. AFAIK, a DLL is already compiled and a format for Windows. You can disassemble it, but that's not going to really help you much. You'll have to go find the source for the DLL.
Topic archived. No new replies allowed.