CDK.BI? (Text User Interface)

General FreeBASIC programming questions.
Post Reply
dbickin
Posts: 59
Joined: Aug 03, 2005 16:40

CDK.BI? (Text User Interface)

Post by dbickin »

The forum won't let me search for "CDK" (Curses Development Kit) since it is only 3 letters, but has anyone used the CDK library with Freebasic? Before I try to translate the thirty plus .H files it uses, does anyone know if a translation has already been done.

OR... does anyone know of another text user interface that I can use with Freebasic? I had written my own in the past, but it can't handle forms overlapping each other, and my new program needs to handle that. For a TUI, I need something that will make it easy to edit and display text in a scrollable table on screen.

Bonus if it works on Linux and windows. (CDK doesn't link to PDCURSES and thus won't work on Windows.)

Thanks,
David
Post Reply