To view parent comment, click here.
To read all comments associated with this story, please click here.
Ignorant and annoying at the same time? You must be new here.
Mono provides an emulated Windows registry. There is even a tool that allows you to edit it on non-Windows platforms: http://www.mail-archive.com/mono-list@lists.ximian.com/msg21662.htm...
"They have also included a Mono migration analysis tool that will let you know if you are making calls that will work differently under Mono. Some .NET calls that access the Windows API mechanisms or low-level system calls will still work just fine, but the developer needs to keep in mind that the support is emulated or imitation -- it's not actually accessing the underlying mechanism. For example, accessing the registry is possible, but Mono creates a file-backed emulation of the registry and can only provide data that your application has stored in it to begin with. Something like trying to enumerate the NICs in the PC from the registry data will fail because those keys simply do not exist. You can also send the tool's output to Novell to get feedback on it."
http://www.builderau.com.au/program/dotnet/soa/Mono-2-0-NET-goes-no...
don't you find it odd that your Mono apps compile to exe and dlls with the need for a Windows like registry on Linux/Mac?
Yes, that's being ignorant, because the .exe and dlls created by Mono indeed doesn't need the registry, is the for compatiblity for applications exported from windows to linux, is just there by choice and not by "need".





Member since:
2005-07-28
Don't worry, he is just being ignorant. On porpose.