gpt4 book ai didi

c++ - 如何将 _RICHEDIT_VER (riched20.dll) 升级到版本 3 或更高版本

转载 作者:行者123 更新时间:2023-12-02 10:23:19 26 4
gpt4 key购买 nike

我正在使用 Microsoft 的 C++ LIbrary WTL10。如果我想在 VS19 中编译它,我会收到一个错误,说 WTL10 需要 Richedit 版本 3 或更高版本。

这是来自 的代码atlctrls.h

#if (_RICHEDIT_VER < 0x0300)
#error WTL10 requires RichEdit version 3 or higher
#endif

但是我进入了 afxwin.h :
#define _RICHEDIT_VER 0x0210

我怎样才能升级它?我从来没有手动升级过 dll,所以我想在这里问,我找不到关于 Richedit 的谷歌帮助。

最佳答案

------- 找到了解决办法------

你必须插入

#undef _RICHEDIT_VER


<afxwin.h>

像这样:
#include <afxwin.h>         // MFC core and standard components
#undef _RICHEDIT_VER

RICHEDIT.H 将定义_RICHEDIT_VER 到最新版本

关于c++ - 如何将 _RICHEDIT_VER (riched20.dll) 升级到版本 3 或更高版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58764833/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com