Skip to content

Commit

Permalink
v0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ying32 committed Sep 5, 2021
1 parent 0fba07a commit 76dbbf1
Show file tree
Hide file tree
Showing 62 changed files with 46 additions and 10 deletions.
6 changes: 6 additions & 0 deletions trial/README.md → NEWS-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### What's new

* v0.1.22
* 1. Add support for .NET Core 2.1.
* 2. Fix some memory leaks.
* 3. Fix the problem that the type name is incorrect when searching for some types.
* 4. Change the DLL loading method during DDN runtime, no longer need to be attached.

* v0.1.21
* 1. Add basic type conversion function, see `DDN.Helpers` unit for details.

Expand Down
6 changes: 6 additions & 0 deletions trial/README.zh-CN.md → NEWS-README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### 更新日志

* v0.1.22
* 1、增加.NET Core 2.1的支持。
* 2、修复一些内存泄露问题。
* 3、修复一些类型查找时类型名不正确问题。
* 4、改变DDN运行时DLL加载方式,不再需要附带。

* v0.1.21
* 1、增加基础类型转换功能,详见`DDN.Helpers`单元。

Expand Down
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
DDNRuntime(Delphi .NET Runtime)

----
**Latest version: v0.1.21**
**Latest version: v0.1.22**

#### What's news

[Go to view](NEWS-README.md)

----

**This is not an open source and free project. Only examples are stored here.**
Expand All @@ -25,20 +30,27 @@

## Requires

* [.NET Framework v4.0](https://www.microsoft.com/en-us/download/details.aspx?id=17851) .
* [Visual C++ Redistributable for Visual Studio 2015(v140)](https://www.microsoft.com/en-us/download/details.aspx?id=48145).
* .NET Framework ( Only supports Windows )

* [.NET Framework v4.0](https://www.microsoft.com/en-us/download/details.aspx?id=17851) .
* [Visual C++ Redistributable for Visual Studio 2015(v140)](https://www.microsoft.com/en-us/download/details.aspx?id=48145).

* .NET Core 2.1 ( Support cross-platform )

* [NET Core 2.1](https://dotnet.microsoft.com/download/dotnet/2.1), Please refer to [DDNC.InitNETCore](/NETCore2.1/src/DDNC.InitNETCore.pas) to configure the runtime version..

* The minimum requirement is `Rad Studio XE3`(High version is recommended).
* `DDNRuntimex86.dll` or `DDNRuntimex64.dll`.

## Not supported


## Implementing features

* Nothing.

## Trial

Get [DDNRuntime trial file](trial), copy the Duc file of the Delphi version you are using to `DDNRuntime\Win32` or `DDNRuntime\Win64`, copy `DDNRuntimex86.dll` to `examples\bin-Win32` or copy `DDNRuntimex64.dll` to `examples\bin-Win64`.
Get [DDNRuntime trial file](https://github.com/ying32/DDNRuntime-examples/releases), copy the Duc file of the Delphi version you are using to `DDNRuntime\Win32` or `DDNRuntime\Win64`.

## Buy

Expand Down
22 changes: 17 additions & 5 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
DDNRuntime(Delphi .NET Runtime)

----
**最新版本:v0.1.21**
**最新版本:v0.1.22**

#### 更新日志

[前往查看](NEWS-README.zh-CN.md)

----

**这不是一个开源和免费的项目。这里只存放一些示例。**
Expand All @@ -26,20 +31,27 @@

## 要求

* [.NET Framework v4.0](https://www.microsoft.com/zh-cn/download/details.aspx?id=17851)
* [VC++ 2015运行库(v140)](https://www.microsoft.com/zh-cn/download/details.aspx?id=48145)
* .NET Framework (仅支持Windows)

* [.NET Framework v4.0](https://www.microsoft.com/zh-cn/download/details.aspx?id=17851)。
* [VC++ 2015运行库(v140)](https://www.microsoft.com/zh-cn/download/details.aspx?id=48145)。

* .NET Core 2.1 ( 支持跨平台 )

* [NET Core 2.1](https://dotnet.microsoft.com/download/dotnet/2.1) ,配置运行时版本见 [DDNC.InitNETCore](/NETCore2.1/src/DDNC.InitNETCore.pas)。

* 最低要求`Rad Studio XE3`(推荐使用高版本)。
* `DDNRuntimex86.dll``DDNRuntimex64.dll`

## 暂不支持


## 正在实现中的特性

* 暂无。

## 试用

获取[DDNRuntime试用文件](trial),复制你所使用的Delphi版本Duc文件到`DDNRuntime\Win32`或者`DDNRuntime\Win64`,复制`DDNRuntimex86.dll``examples\bin-Win32`或者复制`DDNRuntimex64.dll``examples\bin-Win64`
获取[DDNRuntime试用文件](https://github.com/ying32/DDNRuntime-examples/releases),复制你所使用的Delphi版本Duc文件到`DDNRuntime\Win32`或者`DDNRuntime\Win64`

## 购买

Expand Down
Binary file removed trial/DDNRuntimex64.dll
Binary file not shown.
Binary file removed trial/DDNRuntimex86.dll
Binary file not shown.
Binary file removed trial/en-US/10.0-upd1(17.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/10.0-upd1(17.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/10.1-upd2(18.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/10.1-upd2(18.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/10.2.1(19.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/10.2.1(19.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/10.2.3(19.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/10.2.3(19.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/10.3.3(20.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/10.3.3(20.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/10.4.1(21.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/10.4.1(21.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/10.4.2(21.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/10.4.2(21.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/XE3(10.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/XE3(10.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/XE4-upd1(11.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/XE4-upd1(11.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/XE5-upd2(12.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/XE5-upd2(12.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/XE6(14.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/XE6(14.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/XE6-upd1(14.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/XE6-upd1(14.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/XE7-upd1(15.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/XE7-upd1(15.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/XE8-upd1(16.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/en-US/XE8-upd1(16.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/10.0-upd1(17.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/10.0-upd1(17.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/10.1-upd2(18.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/10.1-upd2(18.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/10.2.1(19.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/10.2.1(19.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/10.2.3(19.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/10.2.3(19.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/10.3.3(20.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/10.3.3(20.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/10.4.1(21.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/10.4.1(21.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/10.4.2(21.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/10.4.2(21.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/XE3(10.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/XE3(10.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/XE4-upd1(11.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/XE4-upd1(11.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/XE5-upd2(12.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file not shown.
Binary file removed trial/zh-Hans/XE6(14.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/XE6(14.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/XE6-upd1(14.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file not shown.
Binary file removed trial/zh-Hans/XE7-upd1(15.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/XE7-upd1(15.0)/win64/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/XE8-upd1(16.0)/win32/DDN.Runtime.dcu
Binary file not shown.
Binary file removed trial/zh-Hans/XE8-upd1(16.0)/win64/DDN.Runtime.dcu
Binary file not shown.

0 comments on commit 76dbbf1

Please sign in to comment.