Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 3 and Version 4 of RegistryEnumerationExample

Show
Ignore:
Author:
jcc7 (IP: 192.149.244.9)
Timestamp:
02/16/07 21:53:18 (17 years ago)
Comment:

added link to issue #961

Legend:

Unmodified
Added
Removed
Modified
  • RegistryEnumerationExample

    v3 v4  
    77Use std.windows.registry to enumerate the members of the HKEY_CLASSES_ROOT\CLSID branch of the Windows registry that have a ProgID key. 
    88 
    9 (This example uses cleanStr to attempt to work around a buggy std.windows.registry. I think someone [http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.bugs&article_id=9971 found the solution], now we just need Walter to apply the fix.
     9(This example uses cleanStr to attempt to work around a buggy std.windows.registry. I think someone [http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.bugs&article_id=9971 found the solution], now we just need Walter to apply the fix. See [http://d.puremagic.com/issues/show_bug.cgi?id=961 Issue #961]
    1010 
    1111