Thread Core & GUI voneinander getrennt (11 answers)
Opened by coax at 2004-03-10 08:00

coax
 2004-03-12 01:32
#41734 #41734
User since
2003-08-11
457 Artikel
BenutzerIn
[default_avatar]
thx @ptk,

ja normalerweise sollte es unter Windows funktionieren, wenn man nicht gerade diese Fehlermeldung bekommt:

Quote
The system cannot find the path specified.
Unable to get Terminal Size. The Win32 GetConsoleScreenBufferInfo call didn't work. The COLUMNS and LINES environment variables didn't work. The resize program didn't work. at E:/Perl/site/lib/Term/ReadKey.pm line 343.
Compilation failed in require at E:/Perl/site/lib/Term/ReadLine/Perl.pm line 58.


Hab mich da auch gleich mal im betreffenden Modul ReadyKey.pm umgeschaut, hab nur noch nicht genau herausgefunden woher die Funktion GetTermSizeWin32 stammt.

verwendete Testcode @ This is perl, v5.8.1 built for MSWin32-x86-multi-thread (Win2k3 Server)
Code: (dl )
1
2
3
4
#!/usr/bin/perl

 use Term::ReadLine;
 my $term = new Term::ReadLine;


Ist zumindest schon mal das Richtige, bedarf nur noch etwas Arbeit.

Danke, coax.
,,Das perlt aber heute wieder...'' -- Dittsche

View full thread Core & GUI voneinander getrennt