On 16 Jan 2006 at 13:05, Ted Armstrong wrote: > "Can not run Unicode version of ATL71.dll on Windows 95, Windows 98 or > Windows ME.
The right click indicates an errant context menu handler. If the copy of ATL71.DLL it is using is missing from its directory then it should be using the one in System32. Since you're using XP and the version you have in System32 is the correct Unicode version then I would suspect the handler is set to operate in compatibility mode. It thinks it is running on win9x and this cause a problem when it loads the copy from system32. You can track down the handlers in the registry - HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers Solution would be to place an ANSI copy in the errant handler's directory or maybe to remove the handler? -- Gerard R Thomas Port of Spain, Trinidad and Tobago mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] PGP Key IDs: RSA:0x9DBCDE7D DH/DSS:0xFF7155A2 -- ---------------------------------------- WIN-HOME Archives: http://PEACH.EASE.LSOFT.COM/archives/WIN-HOME.html Contact the List Owner about anything: [EMAIL PROTECTED] Official Win-Home List Members Profiles Page http://www.besteffort.com/winhome/Profiles.html
