DELPHI盒子
!实时搜索: 盒子论坛 | 注册用户 | 修改信息 | 退出
检举帖 | 全文检索 | 关闭广告 | 捐赠
技术论坛
 用户名
 密  码
自动登陆(30天有效)
忘了密码
≡技术区≡
DELPHI技术
lazarus/fpc/Free Pascal
移动应用开发
Web应用开发
数据库专区
报表专区
网络通讯
开源项目
论坛精华贴
≡发布区≡
发布代码
发布控件
文档资料
经典工具
≡事务区≡
网站意见
盒子之家
招聘应聘
信息交换
论坛信息
最新加入: laidabin
今日帖子: 6
在线用户: 30
导航: 论坛 -> DELPHI技术 斑竹:liumazi,sephil  
作者:
男 vga (vga) ★☆☆☆☆ -
盒子活跃会员
2019/2/15 6:55:16
标题:
10.3.1版 发布 浏览:22560
加入我的收藏
楼主: 内容

    1 10.3.1中的新功能
    2增强功能包含在10.3.1中
        2.1 Android
        2.2 iOS
        2.3 IDE
        2.4 C ++ 17 Clang Win32编译器
        2.5运行时库(RTL,VCL,FireMonkey)
        2.6 HTTP和SOAP
        2.7 RAD服务器
    3安装
    4其他信息
        4.1在Delphi源代码中处理跨越多行的连接字符串
        4.2 HTTP解压缩
        4.3 SOAP证书
        4.4 Manifest文件中的Android TargetVersion
    5另见

更新了RAD Studio 10.3 Rio发布(2019年2月14日)。

RAD Studio 10.3 Rio,建于4899,可以安装。它是Delphi 10.3 Rio,C ++ Builder 10.3 Rio和RAD Studio 10.3 Rio的更新,可供任何活跃的Update Subscription客户使用。

如果您已经安装了2018年11月发布的10.3 Rio,则安装build 4899需要完全卸载并重新安装才能保留您的设置。您还可以使用“设置迁移工具”保留设置。

10.3 Rio  -  Release 1包括以下新功能,增强功能和错误修复:
10.3.1中的新功能

    扩展了对iOS 12和iPhone X系列设备的支持。
    RAD Server Console UI重新设计并迁移到Ext JS框架(可通过GetIt获得)。
    改进了对Firebird 3.0.4和Firebird嵌入式FireDAC的支持。
    Windows上的HTTP和SOAP客户端库增强功能。
    两个新的IDE生产力工具:书签和导航器(可通过GetIt获得)。
        书签扩展了IDE在代码编辑器中之前的位置标记。单个快捷方式会创建一个新书签,当前文件和所有文件中的书签都会显示在停靠窗口中,其中包含有关书签的语法突出显示和上下文信息,例如它所使用的方法。它还支持插入书签,一堆位置你可以按Escape键向后跳。
        Navigator允许您通过智能搜索Delphi快速跳转到设备中的任何位置。按Ctrl + G并开始键入,然后转到uses子句,任何方法,属性,属性的支持字段或方法以及任何其他代码元素。它还为Delphi和C ++添加了一个小地图,一个侧面板就像一个显示代码微缩版本的滚动条。
    15种新的自定义VCL Windows和多设备FireMonkey样式(可通过GetIt获得)。
        用户可以将10种新的VCL Windows样式应用于其Windows应用程序。这包括许多Win 10特定主题和与新FMX样式匹配的VCL样式。
        还包括一组5种不同的FireMonkey多设备样式,支持Windows,macOS,Android和iOS。
        许多款式有不同的颜色。
        还包括位图样式设计器模板。

增强功能包含在10.3.1中
Android的

    Android SDK和NDK集成得到了改进。 Android清单的某些设置已更新,以更好地支持不同版本的Android。
    修复了Android上的TMapView对齐和TWebBrowser绘图。
    在C ++ Builder中安装时选择Android SDK / NDK现在将自动修补SDK的string.h以解决编译错误。
    Android上意图的改进。
    RAD Studio应用程序现在可以链接到FireBase SDK。
    解决了IBLite编译和部署问题。
    工作在平台和风格的编辑框质量。

iOS版

    iPad Pro的原生分辨率支持。
    通知支持的改进。
    TEdit键盘处理的增强功能。
    在显示和隐藏其他表单后,编辑控件现在可以按预期工作。

IDE

    C ++ Builder缺少一些应用程序选项页面。
    解决了使用非样式IDE时GetIt包管理器中的崩溃问题。
    解析在Delphi源文件中跨越多行的连接字符串时IDE崩溃。目前,IDE最多可处理250行;如果您的代码使用更多行,则有一个注册表项可以增加大小(见下文)。
    在“数据库资源管理器”窗格中重新启用所有DbExpress驱动程序。
    IDE工具栏和布局行为的许多修复,尤其是在更改桌面布局或最小化和最大化IDE时。
    “选项”对话框不再允许禁用IDE样式,因为这是不受支持的配置。仍然可以使用注册表项。

C ++ 17 Clang Win32编译器

    在RTL和编译器中解决了多个问题,包括在__finally块中出现错误消息“无法编译此”由SEH捕获的“这一问题的已知原因,以及其他关键问题。

运行时库(RTL,VCL,FireMonkey)

    TStringList.IndexOfName现在正确支持Sorted = True。
    已解决将图像添加到相册操作的问题。
    几个与JSON相关的修复和改进。

HTTP和SOAP

    HTTP客户端库现在提供对压缩解码的支持,此功能现在也可用
----------------------------------------------
-
作者:
男 vga (vga) ★☆☆☆☆ -
盒子活跃会员
2019/2/15 6:59:48
1楼: 10.3 Rio - Release 1
Contents

    1 New features in 10.3.1
    2 Enhancements included in 10.3.1
        2.1 Android
        2.2 iOS
        2.3 IDE
        2.4 C++17 Clang Win32 compiler
        2.5 Runtime Libraries (RTL, VCL, FireMonkey)
        2.6 HTTP and SOAP
        2.7 RAD Server
    3 Installation
    4 Additional Information
        4.1 Handling concatenated strings spanning many lines in Delphi source
        4.2 HTTP Decompression
        4.3 SOAP Certificates
        4.4 Android TargetVersion in Manifest file
    5 See Also

Updated RAD Studio 10.3 Rio release available (February 14th, 2019).

RAD Studio 10.3 Rio, build 4899, is available for installation. It is an update for Delphi 10.3 Rio, C++Builder 10.3 Rio, and RAD Studio 10.3 Rio available to any active Update Subscription customer.

If you have already installed 10.3 Rio released in November 2018, installing build 4899 requires a full uninstall and reinstall to preserve your settings. You can also preserve settings with the Settings Migration Tool.

10.3 Rio - Release 1 includes the following new features, enhancements, and bug fixes:
New features in 10.3.1

    Expanded support for iOS 12 and iPhone X series devices.
    RAD Server Console UI redesign and migration to the Ext JS framework (available via GetIt).
    Improved FireDAC support for Firebird 3.0.4 and Firebird embedded.
    HTTP and SOAP Client Library Enhancements on Windows.
    Two new IDE productivity tools: Bookmarks and Navigator (available via GetIt).
        Bookmarks extends the IDE’s previous marking of locations in the code editor. A single shortcut creates a new bookmark, and bookmarks in the current and all files are shown in a docked window, with syntax highlighting and contextual information about the bookmark, such as which method it’s in. It also supports caret bookmarks, a stack of locations you can jump backwards by pressing Escape.
        Navigator allows you to quickly jump to any location in your unit through intelligent search for Delphi. Press Ctrl+G and start typing, and go to the uses clause, any method, a property, a property’s backing fields or methods, and any other code element. It also adds a minimap for both Delphi and C++, a side panel like a scrollbar showing a miniature version of your code.
    15 new custom VCL Windows and Multi-Device FireMonkey styles (Available via GetIt).
        10 new VCL Windows styles that users can apply to their Windows applications. This includes a number of Win 10 specific themes and VCL styles that match the new FMX styles.
        Also included is a set of 5 different FireMonkey multi-device styles with theming support for Windows, macOS, Android, and iOS.
        Many of the styles come in different color variants.
        Bitmap Style Designer templates are also included.

Enhancements included in 10.3.1
Android

    Android SDK and NDK integration has been improved. Some of the settings for the Android manifest have been updated to better support different versions of Android.
    Fixes to TMapView alignment and TWebBrowser drawing on Android.
    Selecting the Android SDK/NDK at installation time in C++Builder will now automatically patch the SDK’s string.h to address a compile error.
    Improvements to intents on Android.
    RAD Studio applications can now link to FireBase SDKs.
    Resolved IBLite compilation and deployment issues.
    Worked on platform and styled edit box quality.

iOS

    Native resolution support for iPad Pro.
    Improvements to notification support.
    Enhancements with keyboard handling for TEdit.
    Edit controls now work as expected after showing and hiding other forms.

IDE

    Some Application options pages were missing for C++Builder.
    Resolved a crash in the GetIt Package Manager when using a non-styled IDE.
    Addressed an IDE crash when parsing concatenated strings spanning many lines in Delphi source files. Currently, the IDE will handle up to about 250 lines; there is a registry key to increase the size if your code uses more lines (see below).
    Re-enabled all DbExpress drivers in the Database Explorer pane.
    A number of fixes for the behavior of IDE toolbars and layout, especially when changing the desktop layout or minimizing and maximizing the IDE.
    The Options dialog no longer allows disabling IDE styling, because this is a non-supported configuration. The registry keys can still be used.

C++17 Clang Win32 compiler

    Multiple issues are resolved in the RTL and compiler, including known causes for an error message “cannot compile this 'this' captured by SEH yet” in a __finally block, and other key issues.

Runtime Libraries (RTL, VCL, FireMonkey)

    TStringList.IndexOfName now correctly supports Sorted = True.
    Resolved issue with adding image to photo album action.
    Several JSON-related fixes and improvements.

HTTP and SOAP

    The HTTP client library now offers support for compression decoding, and this feature is now also avail
----------------------------------------------
-
作者:
男 sail2000 (小帆工作室) ★☆☆☆☆ -
盒子活跃会员
2019/2/15 8:04:09
2楼: 啥?第一次见过这么快的新版本,是不是?
----------------------------------------------
delphi 是兴趣,和工作无关,即使它倒闭。又不靠它 delphi 吃饭,怕甚?
作者:
男 snakegao (snakegao) ★☆☆☆☆ -
盒子活跃会员
2019/2/15 8:08:36
3楼: http://altd.embarcadero.com/download/radstudio/10.3/delphicbuilder10_3_1_194899.iso


http://docwiki.embarcadero.com/RADStudio/Rio/en/10.3_Rio_-_Release_1
----------------------------------------------
-
作者:
男 kenliaoliao (ben) ★☆☆☆☆ -
普通会员
2019/2/15 8:11:07
4楼: 这次更新的好快呀
----------------------------------------------
-
作者:
男 glwang (glwang) ★☆☆☆☆ -
盒子活跃会员
2019/2/15 8:51:30
5楼: 老外不过年都正常上班改bug按此在新窗口浏览图片
----------------------------------------------
作者:
男 zhangpuqing (pupu) ★☆☆☆☆ -
普通会员
2019/2/15 8:56:12
6楼: 动不动就要求重新安装,还有相关的控件这些,想想都要哭了.
以后这种更新方法得改改才行呀.
----------------------------------------------
-
作者:
男 go_on (go_on) ★☆☆☆☆ -
盒子活跃会员
2019/2/15 9:01:59
7楼: Freepascal装个控件都需要重新编译IDE,两个的安装易用性一直都没改善
----------------------------------------------
-
作者:
男 bluestorm8 (bluestorm) ▲▲△△△ -
普通会员
2019/2/15 9:27:20
7楼: 这个版本似乎没有Bug Fix
----------------------------------------------
-
作者:
男 earthsbest (全能中间件) ▲▲▲▲△ -
普通会员
2019/2/15 9:43:40
8楼: 太好了!!
issues fixed:http://docwiki.embarcadero.com/RADStudio/Rio/en/New_features_and_customer_reported_issues_fixed_in_RAD_Studio_10.3.1
----------------------------------------------
Delphi4Linux Delphi三层/FireDAC 技术群:734515869 http://www.cnblogs.com/rtcmw
作者:
男 delphiilove (乌羽玉) ★☆☆☆☆ -
普通会员
2019/2/15 9:46:20
8楼: 有 Bug fix
http://docwiki.embarcadero.com/RADStudio/Rio/en/New_features_and_customer_reported_issues_fixed_in_RAD_Studio_10.3.1
----------------------------------------------
-
作者:
男 itsense (itsense) ▲▲▲△△ -
普通会员
2019/2/15 9:48:46
9楼: 今天早上听到的最好的消息,没有之一。感谢分享!
----------------------------------------------
-
作者:
男 sail2000 (小帆工作室) ★☆☆☆☆ -
盒子活跃会员
2019/2/15 9:51:38
8楼: 备份一下注册表相关之后,再备份 EMB 的 公用 BPL 和 DCP 目录,就可以不用重新安装控件了。
----------------------------------------------
delphi 是兴趣,和工作无关,即使它倒闭。又不靠它 delphi 吃饭,怕甚?
作者:
男 delphiilove (乌羽玉) ★☆☆☆☆ -
普通会员
2019/2/15 9:52:25
9楼: 进步很大,我提交的 bug 都修复了,给 Delphi 点赞。
----------------------------------------------
-
作者:
男 hz_2009 (盒子) ★☆☆☆☆ -
普通会员
2019/2/15 9:53:39
10楼: 好快啊
----------------------------------------------
-
作者:
男 crestxa (crestxa) ★☆☆☆☆ -
普通会员
2019/2/15 10:50:21
11楼: 和谐方法是不是一样的?
----------------------------------------------
-
作者:
男 salala (salala) ▲▲△△△ -
普通会员
2019/2/15 10:54:56
12楼: 原来keygen 10.3.1用不了?
----------------------------------------------
-
作者:
男 itsense (itsense) ▲▲▲△△ -
普通会员
2019/2/15 11:09:01
13楼: http://altd.embarcadero.com/download/radstudio/10.3/radstudio10_3_1_esd_194899.exe
----------------------------------------------
-
作者:
男 itsense (itsense) ▲▲▲△△ -
普通会员
2019/2/15 11:22:24
14楼: 可以去官网申请架构师试用版或者社区版的!(需要是Outlook、Gmail这样的国外邮箱才能够接受到邮件)

RAD Studio 10.3.1架构师试用版:
https://www.embarcadero.com/products/rad-studio/start-for-free

Delphi 10.3.1社区版:
https://www.embarcadero.com/products/delphi/starter

C++Builder 10.3.1社区版:
https://www.embarcadero.com/products/cbuilder/starter
----------------------------------------------
-
作者:
男 mllxt (番茄≯炒蛋) ★☆☆☆☆ -
普通会员
2019/2/15 11:44:55
15楼: 果然码农都是单身狗,没有情人过节的。
----------------------------------------------
-
作者:
男 wang_80919 (Flying Wang) ★☆☆☆☆ -
普通会员
2019/2/15 11:52:44
16楼: RAD Server Console UI redesign and migration to the Ext JS framework.
这不是你们一直想要的吗

我就用 qq 邮箱 申请的 社区版,次次都成功。
----------------------------------------------
(C)(P)Flying Wang
作者:
男 wuxiangyang (wxy) ★☆☆☆☆ -
盒子活跃会员
2019/2/15 12:42:28
17楼: 按此在新窗口浏览图片 按此在新窗口浏览图片 按此在新窗口浏览图片
----------------------------------------------
-
作者:
男 tianpanhaha (tianpanhaha) ▲▲▲▲△ -
普通会员
2019/2/15 13:41:03
18楼: 4.1在Delphi源代码中处理跨越多行的连接字符串是什么意思呢?是下图所示的拼接吗?
此帖子包含附件:
PNG 图像
大小:3,579B
----------------------------------------------
 QQ群:325010556 欢迎加入。
作者:
男 itsense (itsense) ▲▲▲△△ -
普通会员
2019/2/15 15:48:28
19楼: https://community.idera.com/developer-tools/b/blog/posts/rad-studio-10-3-1-is-here-happy-birthday-delphi

Useful links:

Product Page: https://www.embarcadero.com/products/rad-studio/whats-new-in-10-3-rio
Docwiki: http://docwiki.embarcadero.com/RADStudio/Rio/en/10.3_Rio_-_Release_1
Feature Matrix: https://www.embarcadero.com/docs/rad-studio-feature-matrix.pdf

Looking to download a RAD Studio 10.3.1 Trial? Visit https://www.embarcadero.com/products/rad-studio/start-for-free 

To view the special 10.3.1 related offers, please visit https://www.embarcadero.com/radoffer
----------------------------------------------
-
作者:
男 itsense (itsense) ▲▲▲△△ -
普通会员
2019/2/15 15:52:04
20楼: RAD Studio Feature Matrix
此帖子包含附件:itsense_201921515523.pdf 大小:380.2K
----------------------------------------------
-
作者:
男 itsense (itsense) ▲▲▲△△ -
普通会员
2019/2/15 16:05:58
21楼: RAD Studio 10.3.1 ISO (Delphi & C++Builder) 

ISO for RAD Studio, Delphi, C++Builder 10.3.1 (Update 1)
A Double Layer (dual layer) high capacity DVD is required for burning a physical disc.

http://altd.embarcadero.com/download/radstudio/10.3/delphicbuilder10_3_1_194899.iso

English, French, German and Japanese

MD5: 32094197E03E2F18BCA1D2F612830CD4
----------------------------------------------
-
作者:
男 lsuper (lsuper) ★☆☆☆☆ -
盒子活跃会员
2019/2/15 16:57:34
22楼: 这也是为 delphi 庆生啊 ~
----------------------------------------------
-
作者:
男 tonzi (tonzi) ★☆☆☆☆ -
普通会员
2019/2/15 17:33:28
23楼: 继续推动正版事业……
此帖子包含附件:
PNG 图像
大小:223.7K
----------------------------------------------
-
作者:
男 itsense (itsense) ▲▲▲△△ -
普通会员
2019/2/15 17:38:43
24楼: 其实Embarcadero官方应该弄个Delphi 10.3.1社区版和C++Builder 10.3.1社区版单独的ISO镜像文件提供给大家下载安装。网络安装实在是不方便呀,除非Embarcadero能够长期提供这种网络下载服务。
----------------------------------------------
-
作者:
男 sxqwhxq (步惊云) ★☆☆☆☆ -
普通会员
2019/2/17 14:47:07
25楼: 不晓得FMX和datasnap有改进没有,这个才是delphi的生命所在。
----------------------------------------------
-
作者:
男 wang_80919 (Flying Wang) ★☆☆☆☆ -
普通会员
2019/2/17 14:57:21
26楼: 我们都是下完整 ISO 去安装 社区版。
不过,安装完,必须联网注册。否则不让用。
----------------------------------------------
(C)(P)Flying Wang
作者:
男 vga (vga) ★☆☆☆☆ -
盒子活跃会员
2019/2/19 9:04:14
27楼: "必须联网注册。否则不让用" 这个严重影响了 Delphi 的普及呀!!!

既然已经 免费了, 就彻底一点,不要再作功能外的其他的限制 ......
----------------------------------------------
-
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2019/3/15 1:07:23
46楼: Thats crazy man....

1 simple ZIP with all, would be enough!
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 jim560115 ( ) ★☆☆☆☆ -
盒子活跃会员
2019/3/21 0:50:00
47楼: RAD-Studio-10.3.1-Rio-Keygen-Patch
此帖子包含附件:jim560115_201932104954.zip 大小:1.53M
----------------------------------------------
-
作者:
男 jmh2710 (华英怡梦) ★☆☆☆☆ -
普通会员
2019/3/22 10:19:48
51楼: 看傻眼了……
----------------------------------------------
-
作者:
男 ydlhezi (旺财) ▲▲△△△ -
普通会员
2019/3/22 14:39:40
52楼: To: jim560115 请问10.3.1使用时如何判断两个版本? 谢谢

----------------------------------------------
-
信息
登陆以后才能回复
Copyright © 2CCC.Com 盒子论坛 v3.0.1 版权所有 页面执行125毫秒 RSS