I am using for a C++ LIbrary WTL10 from Microsoft. If i want to compile it in VS19, i will get an error, that says WTL10 requieres Richedit version 3 or higher.
Here is the code from atlctrls.h
#if (_RICHEDIT_VER < 0x0300)
#error WTL10 requires RichEdit version 3 or higher
#endif
But i got in afxwin.h :
#define _RICHEDIT_VER 0x0210
How can i upgrade it? I never upgraded dlls manually, so i wanted to ask here and i could not find help with google for richedit.