http://bugs.winehq.org/show_bug.cgi?id=2447
------- Additional Comments From dclark@akamail.com 2004-28-08 12:02 ------- Hmmm... I guess I am a bit puzzled since the code in Wine for this message, in dlls/richedit/richedit.c looks like: case EM_FINDTEXTEX: TRACE_EDIT_MSG32("EM_FINDTEXTEX Ignored"); return 0;
So, I guess I am surprised your program works at all with Wine's richedit. Why not go ahead and write the function and submit it to Wine?