Thread win32 EnumWindows klappt nicht (5 answers)
Opened by PerlProfi at 2007-03-14 22:02

GoodFella
 2007-03-15 16:19
#75051 #75051
User since
2007-01-09
192 Artikel
BenutzerIn
[default_avatar]
Bei mir tritt das Problem auch auf, die Fehlerursache lässt sich nicht richtig lokalisieren; kommentiere ich $EnumWindows->Call( $EnumWindowsProc, 0 ); aus, läufts, lass ich es drin und kommentiere den Inhalt der sub aus, stürzt es ab. Also allein schon das hier stürzt ab:
my $EnumWindowsProc = Win32::API::Callback->new( sub { 1; }, "NN", "N" );
$EnumWindows->Call( $EnumWindowsProc, 0 );

View full thread win32 EnumWindows klappt nicht