Riich Edit controls in wine 1.7.1-1

Questions about Wine on Linux
Locked
grumpshappy13
Level 2
Level 2
Posts: 14
Joined: Sat Mar 29, 2008 4:00 pm

Riich Edit controls in wine 1.7.1-1

Post by grumpshappy13 »

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
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Riich Edit controls in wine 1.7.1-1

Post by dimesio »

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.
Locked