有网友反馈说新版工具PATCH点不动的..
说明如下:
首先 首次安装进IDE 实测 是阔以的...
然后 关闭IDE 重新打开工具
点击 PATCH IB 一次搞掂...
还有说在安装过程中报:不能添加防火墙规则的;介个解释一下
这是因为大伙儿都习惯关闭Windows10默认的DF防火墙导致的 直接阔以无视它...
新工具修复了老工具在部分电脑上Patch后随机掉注册的bug 另外 新工具增加了Host屏蔽选择
新、老工具在本页面下方均提供下载...
亲 请在试用后24小时删除.请一定支持正版哟~
额..我特么也不知道为什么要说这句话. 反正 我觉得你萌一定都懂的...
What's New
Go Up to Main Page
Contents
1 New Delphi Features
1.1 Major Delphi Code Insight Improvements
1.2 New Language Feature for Delphi: Custom Managed Records
1.3 Unified Memory Management
2 New C++ Builder Features
2.1 Expanded C++ libraries support
2.2 Win 64-Debugging and Linker for C++
2.3 Toolchain performance and quality improvements
3 New VCL Windows Features
3.1 VCL Style Changes for High DPI
3.2 New High DPI Styles
3.3 VCL Per Control Styling
3.4 New VCL Component: Edge Browser Control
3.5 New VCL Component: TTitleBarPanel and Custom Title Bars
3.6 New VCL Component: Image Component with Multi-Resolution Support
3.7 Windows API Updates
4 Key FireMonkey Platform Enhancements
5 Key Run-Time Library Enhancements
6 Key IDE Enhancements
7 See Also
The RAD Studio 10.4 Sydney release contains the following new and improved features.
New Delphi Features
Major Delphi Code Insight Improvements
The largest and best improvement to Delphi’s code tooling in many years, RAD Studio 10.4 provides Code Insight using a Delphi implementation of the Language Server Protocol (LSP). LSP is a technique for calculating results for code completion, navigation, or similar in a separate process. This means that the IDE will never block while completing and Code Insight will provide accurate results. 10.4 provides a much enhanced developer productivity experience when working with large projects with millions of lines of code.
New Language Feature for Delphi: Custom Managed Records
A key language addition to the Delphi language, the Delphi record type now supports custom initialization, finalization, and copy operations. Developers now have the ability to customize how records get created, copied, and destroyed, by writing the code to be executed at the various steps. This adds additional power to records in Delphi, a construct used to achieve better efficiency compared to classes.
Unified Memory Management
Delphi memory management is now unified across all supported platforms - mobile, desktop, and server - using the classic implementation of object memory management. Compared to Automatic Reference Counting (ARC), this offers better compatibility with existing code and simpler coding for components, libraries, and end-user applications. The ARC model remains for string management and interface type references for all platforms.
For C++, this change means that the creation and deletion of Delphi-style classes in C++ follow normal memory management just like any heap-allocated C++ class, significantly reducing complexity.
New C++ Builder Features
Expanded C++ libraries support
In 10.4, we’ve ported numerous popular C++ libraries to C++Builder, providing optimized support for use within C++Builder. This includes libraries such as ZeroMQ, SDL2, SOCI, libSIMDpp, and Nematode, as well as others already supported such as Eigen, available for download through the GetIt Package Manager.
Win 64-Debugging and Linker for C++
10.4 introduces a new debugger for Windows 64-bit for C++. Based on LLDB, this debugger introduces significant stability improvements when debugging 64-bit applications, as well as a key new feature assisting evaluating and inspecting types like C++ and Delphi strings plus STL collections including std::vector and std::map, and more. In addition, the debug information generated for an app uses a different debug format. The end result is a more stable, featureful debugging experience, and much more powerful inspection and evaluation at debug-time.
Toolchain performance and quality improvements
A large number of STL improvements from Dinkumware
Several key RTL methods and areas improved, based on work done to improve compatibility with common C++ libraries
Several improvements to CMake support
A large number of quality and stability improvements
New VCL Windows Features
VCL Style Changes for High DPI
In 10.4, the VCL Styles architecture has been significantly extended to support High DPI and 4K monitors. All UI controls on the VCL form are now automatically scaled for the proper resolution of the monitor the form is displayed on.
The style API has been fully revised to support high DPI styles. Each UI element can be selected from a library of multi-scale versions and scaled to any DPI, resulting in crisp UI elements on all monitors.
New High DPI Styles
We have updated a large number of our built-in and premium VCL styles to provide support for the new High-DPI style mode, letting you design visually stunning applications for any monitor.
VCL Per Control Styling
VCL developers can now use multiple VCL styles in different forms within a single application or even different visual controls that are on the same form. This also includes support for styling any element using the default platform theme. Besides allowing more flexibility in styling, this also enables you to use third-party unstyled controls within a styled VCL application.
New VCL Component: Edge Browser Control
10.4 includes a new VCL web browser component, TEdgeBrowser, that uses Microsoft's new Edge WebView2 based on Chromium. This offers a much more modern HTML engine and a secure one, compared to the old TWebBrowser based on Internet Explorer.
Moreover, the classic TWebBrowser component has been extended, allowing browser controls in an existing application to use either the existing Internet Explorer or Edge browsers for display, depending which browser is available on the system.
New VCL Component: TTitleBarPanel and Custom Title Bars
The new TTitleBarPanel control and TForm.CustomTitleBar property allow you to customize a VCL form’s native Windows title bar. You can place VCL controls on the Windows title bar, control the default painting of elements such as the window icon and caption, add new custom system buttons near the Minimize, Maximise and Close buttons, or even custom paint the title bar entirely. This enables you to build modern enhanced title bars, similar to Office, Explorer, Google Chrome, or other applications.
New VCL Component: Image Component with Multi-Resolution Support
There is a new TVirtualImage component that supports multiple resolutions and DPI scaling, allowing you to gain high-quality image scaling and display by replacing the classic TImage component.
Windows API Updates
We enhanced many API declarations and added additional ones, to further improve the great platform integration RAD Studio offers.
Key FireMonkey Platform Enhancements
Metal Driver GPU Support for macOS and iOS: On the macOS platform (Delphi), you can now build applications against the Metal API, rather than the old Quartz API and OpenGL (deprecated by Apple). FireMonkey Metal support offers a smooth migration to future requirements and better performance for screen rendering. In 10.4, we also added support for the Metal API on iOS (Delphi and C++Builder).
In addition to supporting the latest iOS SDK, developers using RAD Studio 10.4 can also address Apple’s new launch screen storyboard requirement through built-in IDE support.
This release includes a new FMX implementation for the styled TMemo component on the Windows platform, offering better support for IME and additional enhancements.
Enterprise and Architect Edition customers can take advantage of FMXLinux integration for building Linux GUI applications.
The TWebBrowser control for iOS is now implemented using the WKWebView API
The macOS implementation of Media Player control now used AVFoundation
Developers using the FireMonkey framework can target the latest versions of the supported operating systems.
Key Run-Time Library Enhancements
Enhanced Parallel Programming Library Support: The Parallel Programming Library (PPL) gives your applications the ability to have tasks running in parallel in modern multi-core CPUs. In 10.4, we’ve made numerous performance and stability enhancements to our PPL library.
In 10.4, we have made some general enhancements to the FireDAC database access library and also updated the drivers for FireBird, PostgreSQL, and SQLite. For the SQLite embedded database, we now offer the ability to choose between static or dynamic linking.
We have expanded our HTTP and REST Client libraries with additional HTTPS features and also expanded our support for Amazon AWS services.
LiveBindings Performance and Features Enhancements
10.4, we’ve made many enhancements to the Visual LiveBindings architecture and implementation for both VCL and FireMonkey applications, with a particular focus on performance. As a result, some of the LiveBindings operations are an order of magnitude faster.
Additional improvements include the ability for VCL and FMX controls bound to a TDataSet to automatically adapt to associated TField properties, like DisplayWidth, Alignment, and EditMask.
Key IDE Enhancements
GetIt Package Manager Enhancements
The GetIt Package Manager in the IDE includes significant enhancements in 10.4. This includes displaying release dates for each package with the ability to sort them by release date; new filtering options for installed packages, exclusive content available for update subscription customers, packages for which updates are available; and more.
Unified Installer for Online & Offline installations
In 10.4, we’re introducing a unified installer using our GetIt installer technology. This provides a single installer that supports both online (internet connected) installations and offline installations (via an ISO). Now both online and offline installations allow you to select an initial set of RAD Studio features to install, such as support for specific combinations of programming languages and target platforms, language support, or help resources, and add or remove them at any time.
The code editor has several productivity improvements, including new settings such as file codepage and font size on the editor status bar.
The IDE and key dialogs use the new TCustomTitleBar control to implement search and settings on the title bar, enabling native look and feel and Windows DWM behavior.
2020-05-27 06:21 1F
登录回复
我们可以用10。4了,非常感谢!
2020-05-27 06:24 2F
登录回复
感谢,正好期待中
2020-05-27 06:42 3F
登录回复
这个速度真是太溜了啊
2020-05-27 06:46 4F
登录回复
非常感谢~!
2020-05-27 06:48 5F
登录回复
太厉害了,真的很感谢
2020-05-27 06:56 6F
登录回复
很好很好
2020-05-27 07:01 7F
登录回复
very good,太好了
2020-05-27 07:31 8F
登录回复
这么快就出来了,感谢这个平台,感谢楼主分享。
2020-05-27 07:40 9F
登录回复
感谢分享
2020-05-27 07:41 10F
登录回复
感谢,正好期待中
2020-05-27 07:56 11F
登录回复
可以上10.4了,期待j已久。非常感谢。
2020-05-27 08:05 12F
登录回复
,非常感谢!非常感谢!
2020-05-27 08:17 13F
登录回复
非常感谢……
2020-05-27 08:18 14F
登录回复
多谢聚聚
2020-05-27 08:20 15F
登录回复
太好了,
2020-05-27 08:27 16F
登录回复
这么快就出了 谢谢
2020-05-27 08:35 17F
登录回复
先下载试试!!! 能用在回复
2020-05-27 08:36 18F
登录回复
正好期待中
2020-05-27 08:38 19F
登录回复
可以用了吗
2020-05-27 08:39 20F
登录回复
very good!牛牛牛!
2020-05-27 09:03 21F
登录回复
好东西 谢谢分享
2020-05-27 09:05 22F
登录回复
今天刚发布就出来了,太勤快了
,Thanks♪(・ω・)ノ
2020-05-27 09:06 23F
登录回复
非常感谢!
2020-05-27 09:09 24F
登录回复
太厉害了,真的很感谢
2020-05-27 09:10 25F
登录回复
非常感谢,大神啊
2020-05-27 09:15 26F
登录回复
真心祝Delphi能够长久
2020-05-27 09:21 27F
登录回复
感谢,这个速度实在是太快了!
2020-05-27 09:37 28F
登录回复
感谢,正好期待中
2020-05-27 09:41 29F
登录回复
非常好,好到非常
2020-05-27 09:42 30F
登录回复
感谢,正好期待中
2020-05-27 09:55 31F
登录回复
试下新版本
2020-05-27 10:03 32F
登录回复
感谢,正好期待中
2020-05-27 10:15 33F
登录回复
非常好,好到非常
2020-05-27 10:18 34F
登录回复
终于可以尝鲜了
2020-05-27 10:26 35F
登录回复
期待。。。。。
2020-05-27 10:33 36F
登录回复
好好好。
2020-05-27 10:51 37F
登录回复
安装ing…
2020-05-27 10:55 38F
登录回复
学习学习。谢谢楼主分享!
2020-05-27 10:57 39F
登录回复
so fast 这么快啊
2020-05-27 11:36 40F
登录回复
谢谢分享!
2020-05-27 12:51 41F
登录回复
尝鲜咯
2020-05-27 13:55 42F
登录回复
一直在学习;终于有更新了。
2020-05-27 14:10 43F
登录回复
我们可以用10。4了,非常感谢!
2020-05-27 14:49 44F
登录回复
这就比较牛皮了
2020-05-27 15:44 45F
登录回复
我们可以用10。4了,非常感谢!
2020-05-27 16:25 46F
登录回复
很好很好,非常感谢~!
2020-05-27 17:10 47F
登录回复
这个更新速度也是没谁了
2020-05-27 20:04 48F
登录回复
赶紧看看!!
2020-05-27 20:07 49F
登录回复
我们可以用10。4了,非常感谢!
2020-05-27 20:17 50F
登录回复
很好的东西!!!!!!!!!!!!
2020-05-27 22:12 51F
登录回复
非常感谢!
2020-05-28 00:12 52F
登录回复
谢谢分享。收藏了。
2020-05-28 03:37 53F
登录回复
感谢,正好期待中
2020-05-28 08:43 54F
登录回复
真是太有速度了
2020-05-28 10:58 55F
登录回复
正好期待中
2020-05-28 11:02 56F
登录回复
这么快就出来了,感谢这个平台,感谢楼主分享。
2020-05-28 11:03 57F
登录回复
非常感谢
2020-05-28 11:43 58F
登录回复
有更新了,试试
2020-05-28 12:13 59F
登录回复
这个好,坚决支持!!非常感谢!
2020-05-28 12:14 60F
登录回复
下载,希望能用
2020-05-28 12:41 61F
登录回复
感谢
2020-05-28 13:29 62F
登录回复
这个可以有的!!!
2020-05-28 13:51 63F
登录回复
这个速度 666666
2020-05-28 13:55 64F
登录回复
们可以用10。4了,非常感谢!
2020-05-28 14:13 65F
登录回复
破解来得好快
2020-05-28 14:53 66F
登录回复
感谢,正好期待中
2020-05-28 16:10 67F
登录回复
下载来看看
2020-05-28 17:39 68F
登录回复
感谢。。。。
2020-05-28 17:53 69F
登录回复
谢谢分享!!!!
2020-05-28 20:17 70F
登录回复
谢谢您的分享!
2020-05-28 20:39 71F
登录回复
路过 打酱油的人啊啊啊啊
2020-05-28 20:54 72F
登录回复
可以上10.4了
2020-05-28 22:41 73F
登录回复
非常感谢分享…
2020-05-29 08:45 74F
登录回复
感谢大神们的辛苦劳作!
2020-05-29 12:52 75F
登录回复
我们可以用10。4了,非常感谢!
2020-05-29 14:42 76F
登录回复
大神威武啊!
2020-05-29 16:48 77F
登录回复
没有找到可下载的链接?请下载链接在页面哪里?
2020-05-29 16:50 78F
登录回复
不好意思,找到了下载链接。原来是要提交一下“发表评论”,才可以看到下载链接!
2020-05-30 14:01 79F
登录回复
速度真快, 谢谢楼主
2020-05-30 18:09 80F
登录回复
谢,谢
2020-05-30 20:20 81F
登录回复
非常感谢.
2020-05-30 23:28 82F
登录回复
感谢,正好期待中
2020-05-31 11:10 83F
登录回复
感谢,正好期待中
2020-05-31 18:20 84F
登录回复
特好了!
2020-05-31 19:51 85F
登录回复
有原码么。。
2020-06-02 13:10 B1
登录回复
@ 1329v RadStudio 10.4 Patch Offset code…
with RadStudioVersion^ do
begin
Name := ‘Rad Studio 10.4 Enterprise’;
Ver := ‘27.0.37889.9797’;
Edition := ‘Enterprise’;
DelphiVer := ’27’;
CBuilderVer := ’24’;
BDSVersion := ‘21.0’;
LicVerStr := ‘10.4’;
LicHostPID := 8221;
LicHostSKU := 52; // Enterprise/Architect/Ultimate
LicDelphiPID := ‘2027’;
LicCBuilderPID := ‘4024’;
BdsPatchInfo.Crc := $ACD0BB4F;
BdsPatchInfo.Sha1 := ‘d385d260685b489295d0eaf6cdf5ec60dd98b28b’;
BdsPatchInfo.PatchOffset := $1FE10;
BdsPatchInfo.FinalizeArrayOffset := $124B1C;
LicenseManagerPatchInfo.Crc := $4FFA7BA0;
LicenseManagerPatchInfo.Sha1 := ‘ff6b80d7369a8fecc22895155c286e884295fcfa’;
LicenseManagerPatchInfo.PatchOffset := $156208;
LicenseManagerPatchInfo.FinalizeArrayOffset := $5A077C;
mOasisRuntimePatchInfo.Sha1 := ‘101fc6d71a1ddeaf3b079477560dd0307ade3c80’;
mOasisRuntimePatchInfo.PatchOffset := $16CFE9;
end;
2020-06-12 22:44 B2
登录回复
@ Pony 没有用
2020-06-01 12:02 86F
登录回复
非常感谢~!
2020-06-01 12:05 87F
登录回复
赞!
2020-06-01 19:04 88F
登录回复
感谢,非常期待
2020-06-02 09:36 89F
登录回复
感谢分享!
2020-06-02 17:46 90F
登录回复
帖主好人
2020-06-03 16:48 91F
登录回复
Thanks! 退
2020-06-04 03:17 92F
登录回复
下来看看
2020-06-04 10:32 93F
登录回复
感谢分享,
2020-06-04 11:20 94F
登录回复
感谢,正好期待中
2020-06-04 21:47 95F
登录回复
非常感谢!
2020-06-05 11:22 96F
登录回复
非常感谢,试试
2020-06-05 22:19 97F
登录回复
感谢,正好期待中
2020-06-10 12:05 98F
登录回复
感谢,正好期待中
2020-06-10 14:55 99F
登录回复
真快,非常感谢!
2020-06-10 16:10 100F
登录回复
感谢,正好期待中
2020-06-11 10:27 101F
登录回复
好东西,非常感谢
2020-06-11 15:21 102F
登录回复
试一下,怕被和谐了
2020-06-11 20:28 103F
登录回复
谢谢,下一个来试用下
2020-06-11 20:29 104F
登录回复
我在别处下的不能用,在这里下一个看看
2020-06-12 15:12 105F
登录回复
谢谢分享
2020-06-12 21:55 106F
登录回复
good谢谢
2020-06-13 08:07 107F
登录回复
感谢分享
2020-06-13 23:42 108F
登录回复
期待已久。非常感谢。可以上10.4了,
2020-06-13 23:43 109F
登录回复
可以上10.4了,感谢,正好期待中
2020-06-14 23:05 110F
登录回复
非常感谢~!非常感谢~!
2020-06-16 14:38 111F
登录回复
感谢!找了很久
2020-06-16 16:08 112F
登录回复
太厉害了,真的很感谢!
2020-06-17 08:13 113F
登录回复
优秀,试下更新了哪些新功能,THX
2020-06-17 13:31 114F
登录回复
感谢,正好期待中
2020-06-17 14:58 115F
登录回复
学习了,顶一下
2020-06-18 14:08 116F
登录回复
謝謝!!!!!!!!!!!!!!!!!!!!!
2020-06-18 20:06 117F
登录回复
好不容易找到新版了,谢谢
2020-06-19 10:10 118F
登录回复
我们可以用10。4了,非常感谢!
2020-06-19 22:00 119F
登录回复
非常感谢!
2020-06-21 08:33 120F
登录回复
我们可以用10。4了,非常感谢!
2020-06-21 09:41 121F
登录回复
帮主V5
2020-06-21 16:42 122F
登录回复
非常感谢分享
2020-06-22 07:32 123F
登录回复
感谢,正好期待中
2020-06-23 09:55 124F
登录回复
感谢!
2020-06-23 23:50 125F
登录回复
期待j已久。非常感谢
2020-06-24 11:43 126F
登录回复
很好的,感谢。
2020-06-24 12:48 127F
登录回复
感谢,正好期待中
2020-06-24 17:16 128F
登录回复
正好要用10.4,非常感谢
2020-06-24 18:00 129F
登录回复
感谢,正好期待中
2020-06-25 17:03 130F
登录回复
非常感谢,终于可以试试新版的Delphi了
2020-06-26 17:43 131F
登录回复
目前这个版本的Keygen比较难找。谢谢
2020-06-27 19:48 132F
登录回复
为什么我的不行,很奇怪。
2020-06-28 10:13 133F
登录回复
弄个10.4玩玩
2020-07-02 18:02 134F
登录回复
感谢分享!
2020-07-02 23:30 135F
登录回复
非常感谢
2020-07-03 13:31 136F
登录回复
这个版本听说不错,非常期待,谢谢分享
2020-07-03 21:08 137F
登录回复
试试看,不要是病毒
2020-07-05 10:12 138F
登录回复
用一下試試。
2020-07-06 14:27 139F
登录回复
感谢,正好期待中
2020-07-07 11:57 140F
登录回复
太牛B了,谢谢!
2020-07-07 21:24 141F
登录回复
这个工具找起来太费力了,感谢分享!!!!!
2020-07-08 19:51 142F
登录回复
The Keygen is very good.
为什么评论必须要有中文…
2020-07-10 16:28 143F
登录回复
感谢分享,谢谢!
2020-07-10 16:29 144F
登录回复
非常感谢你的分享,终于可以用上10.4了
2020-07-10 17:15 145F
登录回复
是不是只要评论就可以下载了
2020-07-11 15:04 146F
登录回复
感谢,正好期待中
2020-07-12 21:01 147F
登录回复
赠人玫瑰手留余香
2020-07-13 13:17 148F
登录回复
要先评论,先发个评论试试,如果不错再来补正式的评论结果
2020-07-13 21:32 149F
登录回复
感谢分享10.4秘密~~
2020-07-14 07:21 150F
登录回复
我们可以用10。4了,非常感谢!
2020-07-16 05:56 151F
登录回复
太厉害了,真的很感谢
2020-07-16 09:54 152F
登录回复
应该可以用的 下载试试
2020-07-16 17:11 153F
登录回复
找了好久了~
2020-07-16 19:54 154F
登录回复
非常感谢
2020-07-17 11:30 155F
登录回复
eee测试
2020-07-17 21:53 156F
登录回复
mark下
2020-07-18 21:07 157F
登录回复
哪里下载啊
2020-07-18 21:52 158F
登录回复
不知打了patch2,还有没有效
2020-07-18 22:38 159F
登录回复
我们可以用10。4了,非常感谢!
2020-07-20 16:43 160F
登录回复
弄来试试看
2020-07-21 16:30 161F
登录回复
很好的工具
非常感谢
2020-07-22 11:58 162F
登录回复
谢谢!
2020-07-22 22:34 163F
登录回复
谢谢了,这么快就能用了
2020-07-23 16:45 164F
登录回复
希望可以
2020-07-26 22:29 165F
登录回复
KeyPatch is also good! 评论必须含中文!
2020-07-27 21:48 166F
登录回复
十分感谢!
2020-07-28 14:35 167F
登录回复
找了好久了~
2020-07-30 08:49 168F
登录回复
可以用10.4了,非常感谢!
2020-08-01 16:22 169F
登录回复
希望该版本是一个大的进步。
2020-08-03 18:14 170F
登录回复
谢谢分享
2020-08-04 07:13 171F
登录回复
谢谢分享
2020-08-10 17:55 172F
登录回复
我们可以用10。4了,非常感谢!
2020-08-13 19:28 173F
登录回复
感谢,正好期待中
2020-08-17 14:07 174F
登录回复
太秀了吧
2020-08-17 16:54 175F
登录回复
非常感谢!
2020-08-19 09:43 176F
登录回复
感谢分享,刚用PATH2,不成功,换这个旧版的试试。
2020-08-20 11:58 177F
登录回复
lite版本自带的那个Activator 提示“no bds find!”有人知道为什么吗?
2020-08-21 11:10 178F
登录回复
10.4的注册机吗?10.4都出来了?
2020-08-21 23:04 179F
登录回复
thanks a lot 楼主
2020-08-24 22:26 180F
登录回复
fsd发广告敢死队风格豆腐干反感的是法国对方沟通丫头i和各个房间
2020-08-25 16:30 181F
登录回复
感谢,正好期待中
2020-08-27 10:39 182F
登录回复
感谢分享
2020-08-28 07:16 183F
登录回复
感谢,正好期待中
2020-09-01 14:48 184F
登录回复
新版的,多谢提供
2020-09-02 17:53 185F
登录回复
感谢,正好期待中
2020-09-03 09:58 186F
登录回复
我可以下载么?
2020-09-03 19:30 187F
登录回复
支持技术含量高的帖子
2020-09-03 22:39 188F
登录回复
可以用10。4了,非常感谢!
2020-09-09 21:24 189F
登录回复
立马送上
2020-09-10 22:07 190F
登录回复
这个速度真是太溜了啊
2020-09-12 10:13 191F
登录回复
试试
2020-09-27 11:11 192F
登录回复
非常感谢~!
2020-10-07 22:05 193F
登录回复
太好了,就缺这个了。
2020-10-08 14:52 194F
登录回复
非常感谢
2020-10-08 20:39 195F
登录回复
非常感谢
2020-10-09 10:13 196F
登录回复
第一次安装,希望可以成功
2020-10-09 20:16 197F
登录回复
期待 看看能不能用~~
2020-10-12 11:38 198F
登录回复
非常感谢!非常感谢!非常感谢!
2020-10-13 19:00 199F
登录回复
感谢分享
2020-10-15 20:46 200F
登录回复
我们可以用10。4了,非常感谢!
2020-10-17 05:00 201F
登录回复
楼主太厉害了,支持!
2020-10-20 11:20 202F
登录回复
楼主厉害了 可以用10.4
2020-10-21 22:26 203F
登录回复
有东西吗
2020-10-22 21:13 204F
登录回复
xiexie,学习用
2020-10-26 20:06 205F
登录回复
感谢感谢
2020-10-28 14:41 206F
登录回复
我们可以用10。4了,非常感谢!
2020-10-30 14:31 207F
登录回复
感谢感谢
2020-10-31 10:57 208F
登录回复
真的可用吗 太好了!
2020-11-05 13:12 209F
登录回复
歇息
2020-11-05 13:15 210F
登录回复
xiexeixiexie xiexie 谢谢
2020-11-05 13:15 211F
登录回复
谢谢
2020-11-06 09:37 212F
登录回复
灰常感谢!期待中…
2020-11-06 20:03 213F
登录回复
可以用吗???
2020-11-09 13:24 214F
登录回复
感谢分享!下载试试先
2020-11-17 23:52 215F
登录回复
谢谢你
2020-11-19 22:27 216F
登录回复
我们可以用10。4了,非常感谢!
2020-11-22 09:59 217F
登录回复
我们可以用10。4可不可以,试试吧
2020-11-22 13:48 218F
登录回复
之前用的注册提示embarcadero servers already blocked in hosts file,用这个再试下。
2020-11-24 11:52 219F
登录回复
看看再说
2020-11-24 16:06 220F
登录回复
kanakankanakn看看
2020-12-02 15:45 221F
登录回复
感谢,期待
2020-12-06 19:39 222F
登录回复
我们可以用10。4了,非常感谢!
2020-12-07 10:10 223F
登录回复
终于找到了,我们可以用10。4了,非常感谢!
2020-12-08 08:58 224F
登录回复
感谢,期待中的10.4可以用了
2020-12-13 13:15 225F
登录回复
感谢楼主,我试试看看。
2020-12-16 10:22 226F
登录回复
好东西,谢谢分享
2020-12-17 10:55 227F
登录回复
谢谢,我也第一次用
2020-12-17 14:12 228F
登录回复
感谢,非常期待
2020-12-18 19:47 229F
登录回复
可以用10。4了,非常感谢!
2020-12-19 08:16 230F
登录回复
感谢分享!!!!!!!
2020-12-22 13:14 231F
登录回复
非常感谢!
2020-12-23 09:59 232F
登录回复
我们可以用10。4了,非常感谢!
2020-12-24 20:50 233F
登录回复
好东西
2020-12-26 15:45 234F
登录回复
不错。总于看到新版了。
2020-12-26 15:56 235F
登录回复
学习学习,希望可以用
2020-12-27 20:23 236F
登录回复
谢谢分享 已经用上了 感谢
2021-01-02 17:02 237F
登录回复
谢谢,试试看
2021-01-05 14:07 238F
登录回复
感谢中
2021-01-05 17:03 239F
登录回复
我们可以用10。4了,非常感谢!
2021-01-10 17:44 240F
登录回复
感谢,到处在找这个东东
2021-01-21 22:21 241F
登录回复
太棒啦,感谢!
2021-01-24 08:30 242F
登录回复
我们可以用10。4了,非常感谢!
2021-01-25 13:44 243F
登录回复
非常感谢
2021-01-25 19:24 244F
登录回复
先评论,后下载
2021-01-25 19:25 245F
登录回复
一下载就被360干掉了
2021-01-27 09:39 246F
登录回复
尝试一下, 刚入坑
2021-01-27 12:29 247F
登录回复
10.4.2 测试下
2021-01-29 10:03 248F
登录回复
我们可以用10。4了,非常感谢!
2021-01-29 14:30 249F
登录回复
感谢分享
2021-01-29 14:47 250F
登录回复
非常感谢
2021-02-02 00:14 251F
登录回复
感谢大佬
2021-02-02 13:57 252F
登录回复
非常感谢~!
2021-02-02 18:02 253F
登录回复
很需要,全网都找不到,希望在这里了。
2021-02-03 15:13 254F
登录回复
感谢大家支持,我试试,期待中
2021-02-05 10:08 255F
登录回复
感谢,正好期待中
2021-02-06 15:27 256F
登录回复
感谢,正好期待中
2021-02-07 14:43 257F
登录回复
顶了再说!
2021-02-10 02:56 258F
登录回复
我们可以用10。4了,非常感谢!
2021-02-11 12:39 259F
登录回复
感谢感谢,正好期待中
2021-02-12 16:06 260F
登录回复
很好的,感谢。
2021-02-14 23:29 261F
登录回复
谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢
2021-02-17 11:38 262F
登录回复
非常感谢~!
2021-02-18 19:01 263F
登录回复
找了好久,非常感謝!!!
2021-02-21 16:43 264F
登录回复
感谢,正好期待中
2021-02-21 23:06 265F
登录回复
找了好久了,希望能用
2021-02-22 14:43 266F
登录回复
珍贵资源