----- Original Message ----- 
From: "Barry Brevik" <[EMAIL PROTECTED]>
.
> My test program begins like this:
>  use Win32;
>  use Win32::NetAdmin;
>  use Win32::Lanman;
>
> As soon as it hits "use Win32::Lanman", a gui dialog pops up which
> starts like this:
>
>    "Perl Command Line Interpreter has encountered
>     a problem and needs to close. We are sorry for
>     the inconvenience."
>
.
> I would appreciate any clues as to where to start looking to fix this
> problem.
>

Is any error message printed to the console as well (either before or after 
you close the gui box) ?
Do you get the same behaviour by loading Win32::Lanman only ? ie, does 
running the following produce the same behaviour:

perl -MWin32::Lanman -e 1

Cheers,
Rob 

_______________________________________________
Perl-Win32-Users mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to