Wolfgang03 replied to Wolfgang03's topic in I made this
@Lars Fosdal
Great stuff!
@mvanrijnen
I have done similar test to find out how fast which way of manipulating the console buffer is fastest. 😉
For example, if speed is an issue, you should use WriteString instead of Writeln.
Wolfgang03 replied to Wolfgang03's topic in I made this
The demos must be started as Windows-Consolehost not Windows-Terminal.
You are able to change this at windows-settings "privacy and security for developers".
This is a known issue I am working on.
I welcome any help on how to accomplish this.
I have created library for Delphi-Console-Applications
Supports Windows 11 (and earlier from XE5?)
Replaces CRT Unit - crt.pas
Can be used to write modern and appealing console applications.
Should allow older (legacy) source code (Borland Pascal 7.0) to run under Windows.
Unicode-Support (including e.g. chinese characters)
many more features - see GitHub
https://github.com/playcom-de/Console
I hope this is helpful for someone. Question, suggestions and error reports are welcome.