At 02:19 PM 8/7/97 +0200, Frank Heckenbach wrote:
If I use the built in conversion this would be a problem, but I plan on converting string to cstring using a little strings unit I wrote just for this purpose. Ncurses expects a real zero terminated string. You can get around that by coding `x := x + chr(0)' in Frank's example above but I want the ncurses usage to be seemless (more or less) with as little calling overhead as possible. No problems with that, now that I know how to use AsmName.
I will adopt the `foo' and 'cfoo' (where foo is pascal and cfoo is C) convention.
Thanks for the comments! Ken L.