http://bugs.winehq.org/show_bug.cgi?id=4144
--- Comment #21 from Dan Kegel dank@kegel.com 2008-10-24 18:17:47 --- This is much better now. To repeat, follow steps in #10:
$ wget http://www.jsware.net/linux/riched.zip $ wget http://activex.microsoft.com/controls/vb6/richtx32.cab $ wget http://kegel.com/wine/winetricks $ rm -rf ~/.wine $ sh winetricks vbrun60 $ cd .wine/drive_c/windows/system32 $ cabextract ~/richtx32.cab $ wine regsvr32 richtx32.ocx $ cd ~ $ unzip riched.zip $ cd "RTB test" $ wine RichEdTest.exe
Now find works fine, with all options.
LockWindowUpdate still does nothing, though. That's the last bug left, but that's not a riched problem; that's bug 52. So I'll mark this one fixed.