Registriert seit: 28. Apr 2008
Ort: Stolberg (Rhl)
6.659 Beiträge
FreePascal / Lazarus
|
AW: Bunter text in console
22. Jan 2014, 18:19
Bei den "neuen" Windows versionen gibt es das IMHO nicht mehr.
Da liegst Du wohl richtig:
Zitat:
The Win32 console does not natively support ANSI escape sequences at all. Software such as ANSICON[7] can act as a wrapper around the standard Win32 console and add support for ANSI escape sequences. Otherwise software must manipulate the console with the ioctl-like Console API[8] interlaced with the text output. Some software internally interprets ANSI escape sequences in text being printed and translates them to these calls.[9]
( http://en.wikipedia.org/wiki/ANSI_escape_code)
ggf. hilft http://delphicrt.sourceforge.net/crt_functions.html ja weiter
Gruß
K-H
Programme gehorchen nicht Deinen Absichten sondern Deinen Anweisungen
R.E.D retired error detector
|