Hi all, I am porting a Windows program to run on the Raspberry Pi, but unfortunately it uses the registry a lot.
I know Mono emulates the registry using a file structure in /etc/mono/registry, as well as .mono/registry in the user's home directory for user keys, and am trying to find what to replace "HKEY_CURRENT_USER" etc with, as all I get is a crash report saying it doesn't start with a valid registry root. I have tried "CurrentUser", "~/.mono/registry/CurrentUser", and various other combos, as well as converting to lower case. I still get the invalid registry root error message. What do I need to replace HKEY_CURRENT_USER and HKEY_CLASSES_ROOT etc with to get it to pick up data from the registry folders? Thanks Chris -- View this message in context: http://mono.1490590.n4.nabble.com/Registry-help-tp4657109.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
