-
```
* Adding support for constant structures;
Constant Array
const cList : array [0..10] of string = ('1','2','3'....);
Constant Records
const cList : TRec = (rVal=1:Xpos=3;rVal=2;Xpos=100;....);
*…
-
```
What steps will reproduce the problem?
1. Trying to compile to 64-Bit Windows in Delphi XE2
What version of the product are you using? On what operating system?
HtmlViewer111-r205
Please provide…
-
Hi there,
I like to introduce my freeware GRBL front-end for Windows "SerialComCNC".
If you are interested you will find more information here:
http://www.serialcominstruments.com/cnc.php
A short vid…
-
Submitted by: Evelyne Girard (evelyne)
Is related to [CORE230](https://github.com/FirebirdSQL/firebird/issues?q=CORE230+in%3Atitle)
Is duplicated by [CORE2232](https://github.com/FirebirdSQL/firebird…
-
```
I have installed latest version of the OTL on the Delphi XE with Update Patch 4
on Win7 x64. I have done as described here:
http://otl.17slon.com/book/doku.php?id=book:introotl:installation - wi…
-
```
What steps will reproduce the problem?
1. Compile Megademo.dproj with Delphi XE6
What is the expected output? What do you see instead?
Could not be compiled because needs components TEEChart (cha…
-
As records cannot have virtual constructors, `"Constructor without 'inherited' statement"` rule should not apply to them.
``` delphi
unit RecordConstructor;
interface
type
TDummyRec = record
…
-
```
I tried to install TMS packages for RAD Studio 2007.
I can not select *c2007.cbproj.
When I choose the delphi packages (*d2007.*) it finds the packages but the
output paths seems to be wrong. I …
-
```
What steps will reproduce the problem?
1. Compile Megademo.dproj with Delphi XE6
What is the expected output? What do you see instead?
Could not be compiled because needs components TEEChart (cha…
-
```
Good day
I do not have long recognized that the project THtmlViewer develops.
I am very happy about that.
I use these components in one of his projects.
Decided to try to go to your version.
But…