|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
ncurses for Delphi
I am doing a console application to compile with Delphi6 and Kylix3 and am considering using ncurses for the user interface. This is easy for Kylix ... not so easy for Delphi.
Does anyone know how I can use ncurses in Delphi? Maybe someone knows of a library that makes this work? Thanks for your help
__________________
Beware of a programmer with a screwdriver! |
|
#2
|
||||
|
||||
|
You can call the Console API functions from Delphi (such as SetConsoleCursorPosition, SetConsoleTextAttribute etc.)
See http://msdn.microsoft.com/library/d...e_functions.asp for documentation.
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by Keath and KevinADC, superior perl programmers of the month |
|
#3
|
||||
|
||||
|
Yes thankyou.
I am trying to write code that will compile on both systems. If I can use an ncursers library the code would be fully portable. Kylix can not use any of the windoes console API functions. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Delphi Programming > ncurses for Delphi |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|