Aug 12, 2004 #1 vlitzer Programmer Apr 30, 2002 31 AR Why my programs maked with MFC doesnt start when i include a rich text box control? some problem of my own? thanks!
Why my programs maked with MFC doesnt start when i include a rich text box control? some problem of my own? thanks!
Aug 12, 2004 #2 mseth Programmer Aug 2, 2003 154 US RichEdit requires the RichEd32.dll to be loaded, so in your program you need: LoadLibrary("RICHED32.DLL"); Upvote 0 Downvote
RichEdit requires the RichEd32.dll to be loaded, so in your program you need: LoadLibrary("RICHED32.DLL");