http://bugs.winehq.org/show_bug.cgi?id=7938
------- Additional Comments From cronopios@gmail.com 2007-04-04 02:15 -------
16-bit OLE isn't very well implemented and since it used by very few programs, I'm not going to start doing so any time soon.
Ok, I understand the most used programs should have priority.
Can I make this program to run under WINE by using native Windows DLL's? If so, how?
After reading http://www.winehq.com/site/docs/wineusr-guide/config-wine-main I copied the files ole2disp.dll and ole2nls.dll from Windows XP to ~/.wine/drive_c/windows/system32/ , and ran winecfg to add these lines to ~/.wine/user.reg : [Software\Wine\DllOverrides] 1175669363 "ole2disp"="native,builtin" "ole2nls"="native,builtin" but the program doesn't work yet.
What am I doing wrong, or which DLL's should I copy? Thank you.