digitalmars.D.learn - How to use std.windows.registry, there are no documentations.
- BoQsc (5/5) Jul 11 2019 https://dlang.org/phobos/std_windows_registry.html
- Max Haughton (4/9) Jul 11 2019 I didn't know that existed, but the source code is documented but
https://dlang.org/phobos/std_windows_registry.html https://github.com/dlang/phobos/blob/master/std/windows/registry.d Can someone provide some examples on how to: set, change, receive something from the Windows registry using Phobos std.windows.registry library?
Jul 11 2019
On Thursday, 11 July 2019 at 08:53:35 UTC, BoQsc wrote:https://dlang.org/phobos/std_windows_registry.html https://github.com/dlang/phobos/blob/master/std/windows/registry.d Can someone provide some examples on how to: set, change, receive something from the Windows registry using Phobos std.windows.registry library?I didn't know that existed, but the source code is documented but not in the style that the doc generated recognizes as far as I can tell.
Jul 11 2019