RAD XE10 Seattle
RAD Studio 10 Seattle
RAD XE10 Seattle
RAD 10 Seattle
c++builder 10 Seattle
Delphi 10 Seattle
http://docwiki.embarcadero.com/RADStudio/Seattle/en/Main_Page
http://www.embarcadero.com/products/rad-studio/whats-new
http://docwiki.embarcadero.com/RADStudio/Seattle/en/What's_New
http://docwiki.embarcadero.com/RADStudio/Seattle/en/Differences_Between_Clang-enhanced_C%2B%2B_Compilers_and_Previous-Generation_C%2B%2B_Compilers#Predefined_Macros
Bug fix list for RAD Studio 10 Seattle
http://edn.embarcadero.com/article/44561
Bug fix list for RAD Studio 10 Seattle
http://edn.embarcadero.com/article/44619
23.0.20618.2753.3
RAD 10S 好多例子
https://www.embarcadero.com/cn/products/rad-studio/android-ios-code-samples-10-seattle?elq=165fc022225946cbbc05a32d0b753a0a&elqCampaignId=4316&elqaid=16588&elqat=1&elqTrackId=9a2ae6de7d914e68a813e73225a54c1e
http://sourceforge.net/p/radstudiodemos/code/HEAD/tree/branches/
C++ Compilers
New Clang-based C++ Compiler for 32-bit Windows
BCC32C is a Clang-based C++ compiler for 32-bit Windows. BCC32C allows you to take advantage of many C++11 features, and it makes it easier to maintain a single code base to target both 32-bit and 64-bit Windows.
BCC32C does not replace BCC32; RAD Studio lets you choose which compiler you want to use for each of your projects. BCC32 is the default C++ compiler for 32-bit Windows. To switch a project to BCC32C, select Project > Options > C++ Compiler and, under Classic Compiler, disable the "Use 'classic' Borland compiler" option
Please note: If you see this line in your project path ($(BDS)\lib\win32\release\ ), it was added erroneously and should be removed. To remove the line, go to: Project > Options> C++ Shared options > Library Path. Click the (...) button to the right of the uppermost pane, highlight the erroneous path and click Delete.
bcc32c 优点:
1、代码提示速度快。
2、支持Unicode变量名
3、类内变量初始化
4、代码提示this->WindowState = System::Uitypes::TWindowState::wsNormal; 最后的wsNormal也能提示出来,bcc32就不出来了
bcc32c 缺点:
1、编译速度慢
2、鼠标+Ctrl查找定位功能失效。
3、::部分作用域代码提示失效。
使用了bcc32c,this->的代码提示弹出速度明显提升2倍,感觉不到明显的延迟了。
但是编译速度方面,大工程文件多的,bcc32c速度没有之前的bcc32块,
bcc32c需要6分钟。
bcc32只需要42秒。
Updated Clang and LLVM Versions
BCC32C and BCC64, Clang-based C++ compilers for Windows, are both updated to Clang 3.3 and LLVM 3.3.
Parallel Compilation for Clang-based C++ Compilers
In Seattle, you can enable parallel compilation in Clang-based C++ compilers to significantly decrease compilation time in systems with multi-core processors.
Previous-generation C++ Compilers __property Keyword Limitation
The BCC32 and BCCOSX compilers do not support the default keyword on indexed properties. See __property - Compiler Support for more information.
New Constant for Clang-based C++ Compilers
The RTLVersion constant is not supported by Clang-based C++ compilers. Instead, you may use RTLVersionC.
Support for SHA-2 Hashing
The System.Hash unit has a new member, THashSHA2, that implements the SHA-2 family of hash functions.
Memory Improvements
In Seattle, the RAD Studio IDE includes some notable improvements related to memory consumption and management:
- The IDE can now use up to 4 GiB of memory, it is no longer limited to 2 GiB.
- Note: IDE extensions must support large memory addresses.
- The IDE memory management of open projects has improved. The IDE can now handle a higher number of open projects.
Improved Support for Multi-Monitor Configurations
Improved multi-monitor support in the IDE, with the ability to place most forms and panes on different secondary monitors.
Object Inspector Improvements
- A new filter box shows properties or events that match the specified pattern. The new option is located under the Instance List from the Object Inspector.
- More granularity for the Object Inspector. A new Show option on the context menu allows to show or hide the different parts of the Object Inspector.
- Instance List
- Filter Box
- Quick Action Panel
- Description Panel (hidden by default)
- Status Bar
The new options can also be accessed on Tools > Options | Environment Options > Object Inspector.
For more information, see Object Inspector Options.
New Look and Feel for the Select Directory Dialog
The IDE now displays a modernized Select Directory dialog for folder searching. The Select Directory dialog allows you to type or paste a folder path.
Tools API Improvements
- Editor Drawing Interface: New drawing Tools API interfaces have been added to extend the code editor in order to improve custom painting.
DataSnap
Compressed Transmission of FireDAC Datasets
In Seattle, transmission of FireDAC datasets between a DataSnap server and a DataSnap client is compressed. As a result, both server and client consume roughly a third of the memory that they would consume if built using XE8.
RAD XE10 Seattle的更多相关文章
- XE10 Seattle error___seh_personality_v0
Seattle bcc32c compiler error [ilink32 Error] Error: Unresolved external '___seh_personality_v0' ref ...
- [原创]Delphi XE10 dxLayoutControl 控件应用指南
DevExpress VCL套件是一套非常强大的界面控件,可惜关于Delphi开发方面的说明太少,有些控件使用起来一头雾水,不知从何下手.本节详细介绍在Delphi Xe10 Seattle中如何利用 ...
- delphi 10 Seattle 第一个Android程序
delphi 10 Seattle 第一个Android程序 1.打开Delphi RAD Studio Seattle,如下图 2.选择black application 点击OK 3. ...
- Delphi XE10 dxLayoutControl 控件应用指南
https://www.cnblogs.com/Bonny.Wong/p/7440288.html DevExpress VCL套件是一套非常强大的界面控件,可惜关于Delphi开发方面的说明太少,有 ...
- 我的 Delphi 学习之路 —— Delphi 的认识
标题:我的 Delphi 学习之路 -- Delphi 的认识 作者:断桥烟雨旧人伤 1. 什么是 Delphi Delphi 是 Windows 平台下著名的快速应用程序开发工具(Rapid App ...
- VSS SVN GIT SVN 加锁签出
VSS TFS SVN GIT VSS 两大功能: 1.签出后加锁,别人不能签出,独占签出. 2.在服务端可以查看哪些用户签出了哪些文件. 3.查看所有签出未签入的文件列表,SVN未发现此功能. 缺点 ...
- Delphi C++Builder RAD XE Ver 版本 官方发布时间
RAD 新版本发布时间记录 代号,官方发布时间 RIO 10.3.1,VER330,Product Ver 26 Program File 20,2019.2.14 发布 24周年 RIO 10.3, ...
- c++10 Seattle Clang error
升级到C++Builder RAD 10 Settle 一些错误解决方法,使用LLVM CLang编译器,BCC32C http://docwiki.embarcadero.com/RADStudi ...
- Delphi xe10下载(包含破解补丁和破解视频)
软件名称:RAD Studio 10 Seattle软件大小:7.18 GB RAD Studio 10 Seattle官方下载地址:http://altd.embarcadero.com/downl ...
随机推荐
- hiho #1332 : 简单计算器 栈+递归
#1332 : 简单计算器 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 编写一个程序可以完成基本的带括号的四则运算.其中除法(/)是整除,并且在负数除法时向0取整.( ...
- HTML中多媒体的应用_Flash/MP3/设置可以活动的文字
一.HTML中多媒体的应用_falsh动画(往网页中插入Flash动画) 1. Flash动画插入第一种方法:使用<embed>...</embed>标记动画会自动缩小 属性: ...
- web开发workflow
web development是一个创建和实施一个新的互联网展示的过程,web网站可以是个非常成熟包罗万象的网站,也可以只是一个blog或者一两个页面.如果未做好充分的准备,web开发将是一个非常复杂 ...
- [ionic开源项目教程] - 第9讲 新闻详情页的实现
目录 [ionic开源项目教程] 第1讲 前言,技术储备,环境搭建,常用命令 [ionic开源项目教程] 第2讲 新建项目,架构页面,配置app.js和controllers.js [ionic开源项 ...
- 51nod1476 括号序列的最小代价
这题应该可以用费用流写吧?不过我想不出贪心来TAT.其实还是单调队列乱搞啊T_T //ÍøÉϵÄ̰ÐÄËã·¨ºÃÉñ°¡¡£¡£¡£ÎÒÖ»»áÓÃ×îС·ÑÓÃ×î´óÁ÷ÅÜTAT #in ...
- [转] POJ DP问题
列表一:经典题目题号:容易: 1018, 1050, 1083, 1088, 1125, 1143, 1157, 1163, 1178, 1179, 1189, 1191,1208, 1276, 13 ...
- POJ 2125 Destroying The Graph (二分图最小点权覆盖集+输出最小割方案)
题意 有一个图, 两种操作,一种是删除某点的所有出边,一种是删除某点的所有入边,各个点的不同操作分别有一个花费,现在我们想把这个图的边都删除掉,需要的最小花费是多少. 思路 很明显的二分图最小点权覆盖 ...
- 对于fmri的hrf血液动力学响应函数的一个很直观的解释-by 西南大学xulei教授
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clear all;clc; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% ...
- ecshop 调用指定分类的推荐,热卖,新品
未测试 1.includes/lib_goods.php文件.把SQL语句改一下,与category表关联即可 将 $sql = 'SELECT g.goods_id,g.goods_name, g. ...
- 这篇博客的内容基本没见过,mark 一下以后可以学习
初识机器学习算法有哪些? 机器学习无疑是现在数据分析领域的一个重要内容,凡事从事IT工作领域的人都在平时的工作中或多或少的会用到机器学习的算法. 机器学习有很多算法,不过大的方面可分为两类:一个是学习 ...