On Wed, 26 Jun 2002, Jeremy Smith wrote:

Hi Jeremy,

> Hi everyone!
> 
> I am trying to get Curses to work with Perl in Windows. I have put the
> curses.dll file in the same folder as the Perl program that uses Curses.
> It throws up an error:
> 
> "Can't find 'boot_Curses' symbol in ./Curses.dll"
> 
> Looking at the Win32 DLL, there is none of the boot functionality linked
> in! Is this an oversight, or do I have to do something else?

There is no such symbol of 'boot_Curses' in PDCurses. My guess is that your
Perl module has been linked with ncurses, and expects ncurses.  You would
need to rebuild the Perl module and link with the PDCurses import library.

> 
> Any help *really* appreciated.
> 
> Thanks,
> 
> Jeremy.
> --
> >From June, my new e-mail address will be: [EMAIL PROTECTED]
> 
> 

Cheers, Mark
---------------------------------------------------------------------------
* Mark Hessling,  [EMAIL PROTECTED]  http://www.lightlink.com/hessling/
* Author of THE; a Free XEDIT/KEDIT editor, Rexx/SQL, Rexx/Curses, Rexx/Wrapper
* Maintainer of PDCurses: Public Domain Curses and, Regina Rexx interpreter
* Use Rexx? join the Rexx Language Association: http://www.rexxla.org

Reply via email to