Manual Download and Installation This patch is also available in the download portal at my.embarcadero.com. In this case, you’ll find the main RAD Studio 11 Patch 1 download file, which you have to expand into the respective subfolders of the RAD Studio installation folder, and you’d still need to copy and install the updated PAServer for macOS on your Mac. See also the additional steps for Python configuration below.
Additional Steps for Python Configuration on macOS PAServer for macOS requires the use of Python 2.7. Here are the recommended steps:
1. Download Python 2.7 from the link below and install it https://www.python.org/ftp/python/2.7.18/python-2.7.18-macosx10.9.pkg
2. Create a correct symlink for Python 2.7 – cd /Applications/PAServer-22.0.app/Contents/MacOS/lldb-x86_64/lib/python2.7 – sudo mv Python Python.orig – sudo ln -s /Library/Frameworks/Python.framework/Versions/2.7/Python Python
Uninstallation steps 1. Close RAD Studio 2a. For a GetIt installation, open the Catalog Repository installation folder and move to the patch folder 2b. For a manual installation, open the fodler with the installation files 3. Run the patch.R111.patch1_uninstall.bat file 4. Uninstall the package from GetIt
Quality Portal issues addresses by this patch RSP-37880 Can’t debug iOS RSP-37760 Using ImageList causes IDE to crash RSP-37733 IDE Access Violation when Inheriting from a Form with a TListView in DynamicAppearance. RSP-37690 GridPanelLayout on form memory leaks on end app — same if not used at all RSP-37667 Cannot fit requested classes in a single DEX file (# methods: 71471 > 65536) RSP-37665 Code Insight broken for classic compiler RSP-37662 Segmentation Fault(11) in SysUtils.Pop on Android64 RSP-37609 PAServer ships with Python 2.7 dependencies – which are no longer available in macOS 12.3 RSP-37408 Delayed flag break Exe’s ASLR function RSP-37378 Memory leak RSP-35040 64bit packets in C++ containing Delphi code do not run
We have also addressed an issue with MongoDB transactions; a FireMonkey memory with the TGPUObjectsPool class var instance (associated with RSP-37690); <-- IF USED "ReportMemoryLeaksOnShutdown = true" or any other tool similar like EurekaLog, etc... YOU CAN SEE SAME IF YOUR PROJECT DONT HAVE ANY COMPONENTS OR EXTRA CODE!
and a Delphi compiler issue (on some platforms) related to AtomicCmpExchange128.
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
Note: After applying this patch the license remains
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
Delphi 10.4.2 delivered important fixes to the LSP and Code Insight. In general, everything is working well for me. However, I can still produce the dreaded red squiggles:
As you can see compilation was successful, but Code Insight and Structure View are broken.
In this case, the problem is a result of updating the Library Path in Options.
Some 3rd party components do not configure library paths for all of the compilation targets. When I switched to Android64 I received a compilation error, the source file was not found. Simple fix, in Options I just added the path for Android64 and hit rebuild. That’s when the above issue occurs.
Just restart the IDE to get rid of the problem.
I believe this issue can also be solved by forcing the LSP/Code Insight to refresh when certain options are updated, such as the Library Path.
此帖子包含附件: 大小:220.4K
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
http://bbs.2ccc.com/topic.asp?topicid=624707
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3