Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
However, when I select a certain sub-routines the system seems to hang.
I stepped though the programs using the debugger and it would hang on statements such as
$mb = $mw->Toplevel(-relief => 'flat', -bd => 2); my $titleframe = $mb->Frame();
However, if I step into it and then continue to step into functions, eventually control returns to the next statement in my perl module. What is even more strange is that it only happens to some of the sub-module displays, not all of them.
Now this system was running correctly on Win2000. Is it possible that there are some kind of incompatibilities between perl running on Win2000 and WinXP?
Your help is greatly appreciated. Thank you.
Gerry
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Porting from Win2K -> WinXP Problems
by jdtoronto (Prior) on Sep 14, 2006 at 19:39 UTC | |
|
Re: Porting from Win2K -> WinXP Problems
by RMGir (Prior) on Sep 14, 2006 at 19:21 UTC | |
|
Re: Porting from Win2K -> WinXP Problems
by lukeyboy1 (Beadle) on Sep 15, 2006 at 09:14 UTC |