Rick Engebretson wrote:
The rest, I don't know. Just plain ncurses.pas works for me. The only programming snag is GPC demands that a function is treated as a function. FPC lets a function pass as a procedure.
GPC doesn't do it unconditionally as it's too dangerous. `--ignore-function-results' will do it globally (NOT recommended!) `attribute (ignorable)' for a specific function (only recommended if the result is meaningless and can always be safely ignored, don't use if the result is an error status) `Discard (MyFunc (...))' for an individual call Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: ACB3 79B2 7EB2 B7A7 EFDE D101 CD02 4C9D 0FE0 E5E8