Jump to content

Wolfgang03

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

8 Neutral

Technical Information

  • Delphi-Version
    Delphi 11 Alexandria
  1. Wolfgang03

    Console application - CRT Unit - Console Library

    @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.
  2. Wolfgang03

    Console application - CRT Unit - Console Library

    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.
  3. Wolfgang03

    Console application - CRT Unit - Console Library

    Yes, you are right, TKeyboardLayout must be a LongWord. Thanks, will be fixed with the next update.
  4. Wolfgang03

    Console application - CRT Unit - Console Library

    If you find the progressbar source code, I'll gladly take it and integrate it into the library.
  5. 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.
×