do you have the DLL's somewhere in your PATH so that the windows lib
loader can find them at runtime ?
e.g. PATH=c:\cygwin\lib ?
Tony
On 12/19/05, Alan Mead <[EMAIL PROTECTED]> wrote:
> Jeff Pohlmeyer gave me a short program demonstrating the use of the readline
> and history libraries, the pro
Jeff Pohlmeyer gave me a short program demonstrating the use of the readline
and history libraries, the program begins:
program histdemo;
{$LINKLIB ncurses}
{$LINKLIB readline}
{$LINKLIB history}
{$LINKLIB c}
It works great on Linux but I haven't been able to figure out how to get it to
work un