How does one setup rich edit controls in wine 1.7.1-1?
Here is my attempt to accomplish this:
jerry@munn001:~$ WINEPREFIX=/home/jerry/.wine-medlin wine cmd
Wine CMD Version 5.1.2600 (1.7.1)
Z:\home\jerry>regsvr32 C:\windows\system32\riched20.dll
DllRegisterServer not implemented in DLL C:\windows\system32\riched20.dll
Z:\home\jerry>regsvr32 C:\windows\system32\riched32.dll
DllRegisterServer not implemented in DLL C:\windows\system32\riched32.dll
Z:\home\jerry>C:\windows\system32\msftedit.dll
Can't recognize 'C:\windows\system32\msftedit.dll' as an internal or external command, or batch script.
Z:\home\jerry>regsvr32 C:\windows\system32\msftedit.dll
DllRegisterServer not implemented in DLL C:\windows\system32\msftedit.dll
Z:\home\jerry>
Jerry
Riich Edit controls in wine 1.7.1-1
-
- Level 2
- Posts: 14
- Joined: Sat Mar 29, 2008 4:00 pm
Re: Riich Edit controls in wine 1.7.1-1
What exactly are you trying to accomplish? There's nothing to set up with builtin riched20; if you mean you want to use native, install it with winetricks.