On Sat, 22 Jan 2005 16:46:33 -0500, zoe wrote: > I have no idea what sort of file would be responsible for the dictionary's > processing of the keyboard input. Is this a result of a missing DLL that was > installed by the dictionary installer? The installer was run from an actual > windows install, therefore whatever DLLs it installed are in the 'real' win98 > folder and not in the wine windows folder. How do I find out what files are > installed by the installer program? is there an easy way to do this? That's almost certainly a missing feature from our ListView implementation, which is found in comctl32.dll To fix this really we should implement type-ahead find like Windows has, I'll see if I can put it on the TODO list if nothing else, but for now you can use a native comctl32 DLL from Windows 98. To do that copy comctl32.dll and commctrl.dll to the ~/.wine/drive_c/windows/system directory, then in the config file put this: [AppDefaults\\dictionary.exe\\DllOverrides] "comctl32"="native, builtin" Obviously replace dictionary.exe with the name of the program you run. Hope that helps Zoe! thanks -mike _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users