http://bugs.winehq.org/show_bug.cgi?id=4305
Summary: EM_GETLINE is sorely missing Product: Wine Version: 0.9.5. Platform: All URL: http://www.dragonlancetc.com/forums/attachments/dltcep67 .zip OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wine-richedit AssignedTo: wine-bugs@winehq.org ReportedBy: bgp@cs.elte.hu
I've got a win32 program which i would like to run under wine. It is more or less working, but i get these warnings :(
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:richedit:RichEditANSIWndProc WM_STYLECHANGING: stub fixme:richedit:RichEditANSIWndProc WM_STYLECHANGED: stub fixme:richedit:RichEditANSIWndProc EM_SETOPTIONS: stub fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub fixme:richedit:RichEditANSIWndProc EM_GETLINE: stub
Of all the missing features, EM_GETLINE is the real showstopper.
Any chance for me?
URL is for the win32 program.