Viro
January 12th, 2006, 08:23 AM
I've spent the last few days playing around with Mono, writing some toy code to explore its features. One thing that I'm really missing is some good documentation! In Monodoc, a lot of entries are just stubs, and contain no useful information. I've searched the net for documentation regarding mono, but there isn't much to go on.
For example, I've Googled a bit, and was looking for ways to interface with system libraries in Mono without manually wrapping all the functions I need via P/Invoke. Turns out there is a Posix/Unix namespace in Mono that according to the description does what I need. However, there isn't any information on what's included/excluded, and more importantly how to use it (compiler flags? runtime flags? I get errors when trying to use classes from there).
What I am looking for is something like the MSDN or the Javadocs which provide all the APIs and language features available on Mono. I know that the information on MSDN applies to a certain extent to Mono, but I'm interested in the Mono stack, not the .NET stack. Does anyone know where I go to find the information I need?
For example, I've Googled a bit, and was looking for ways to interface with system libraries in Mono without manually wrapping all the functions I need via P/Invoke. Turns out there is a Posix/Unix namespace in Mono that according to the description does what I need. However, there isn't any information on what's included/excluded, and more importantly how to use it (compiler flags? runtime flags? I get errors when trying to use classes from there).
What I am looking for is something like the MSDN or the Javadocs which provide all the APIs and language features available on Mono. I know that the information on MSDN applies to a certain extent to Mono, but I'm interested in the Mono stack, not the .NET stack. Does anyone know where I go to find the information I need?