这是官方的说明:
https://blogs.embarcadero.com/rad-studio-10-4-2-general-patch-and-delphi-compiler-patch/
这下官方的下载地址:
http://altd.embarcadero.com/getit/public/libraries/Patches/CompilerPatch-20210430.zip
该补丁解决了10.4.2中的Delphi编译器中存在的性能问题以及内存占用问题,因此,该补丁也提升了Code Insight(Delphi LSP)的性能。另外解决下面三个问题:
- RSP-33425 Internal error AV0C793340(0C770000)-R00000018-0
- RSP-33232 64bit Dll Debugging broken with runtime packages
- RSP-32768 F2046 out of memory
http://altd.embarcadero.com/getit/public/libraries/Patches/GeneralPatch-20210429.zip
此补丁解决了RAD Studio 10.4.2中的许多问题,这些问题主要涉及Delphi和C ++的调试及LSP问题。同时解决下面这些问题:
- RSP-33406 E2213 Falsches gepacktes Unit-Format: c:program files (x86)embarcaderostudio21.0libWin32debugrtl.dcp.System.SysUtils – Erwartete Version: 34.0, Windows Unicode(x86) Gefundene Version: 110.105, Unk(ARM)
- RSP-33117 Critical: TRY..FINALLY block is broken for non-Windows platforms
- RSP-32951 C++64: Debugger fatal error: debug kernel not responding. The debug process willl be terminated.
- RSP-32939 Debugging of DLL with runtime packages is not possible at all
- RSP-32043 Fatal linker error: Type index XXX is bad in module YYY when using clang compiler
手工安装方法:
打开zip,再将里面的Patch4.zip,Patch5.zip中的bin目录中的内容,覆盖Delphi安装目录的bin即可!
个人感觉,不要手懒,这是必装的补丁!