Problem porting executable

2003-10-17 Thread Thomas Barthel
Hi all, i have installed PAR 0.75 and ActiveState PERL 5.8.0 working on win NT (work) and win XP (home). For testing Win 2k and Win 98 is also available. My program is very simple: use Tk; $main = MainWindow -> new; $main->Label(-text=>"Hallo")->pack; MainLoop; using pp to create an exe file wo

Problem porting executable

2003-10-17 Thread Thomas Barthel
Hi all, i have installed PAR 0.75 and ActiveState PERL 5.8.0 working on win NT (work) and win XP (home). For testing Win 2k and Win 98 is also available. My program is very simple: use Tk; $main = MainWindow -> new; $main->Label(-text=>"Hallo")->pack; MainLoop; using pp to create an exe file wo