January 12, 2005
private import std.windows.registry;
void main(char[][] args)
{
Registry localRegistry = new Registry();
}

produces the following error:
reg.d(4): class std.windows.registry.Registry member this is not accessible

any idea how to fix?


January 12, 2005
Silly Me! Please IGNORE this post!

Thanks,
rev

In article <cs1v2e$dk$1@digitaldaemon.com>, rev says...
>
>private import std.windows.registry;
>void main(char[][] args)
>{
>Registry localRegistry = new Registry();
>}
>
>produces the following error:
>reg.d(4): class std.windows.registry.Registry member this is not accessible
>
>any idea how to fix?
>
>