Search found 1 match

by char1iecha1k
2010-03-19 23:32
Forum: MS-Logon plugin
Topic: Error 0: RegOpenKeyEx when importing acl.txt
Replies: 11
Views: 106717

Re: Error 0: RegOpenKeyEx when importing acl.txt

Hi

I was looking for somewhere suitable to post this and I found this thread.

To fix this problem replace lines 228 to 233 in vncImportACL.cpp from this

if (ERROR_SUCCESS != RegOpenKeyEx( HKEY_LOCAL_MACHINE,
_T("Software\\ORL\\WinVNC3"),
0, KEY_SET_VALUE, &hk )){
_ftprintf(stderr, _T("Error ...