problem with a PDK exe on Vista
by Spencer Chase other posts by this author
May 1 2008 12:15PM messages near this date
RE: 64Bit on 32Bit
|
RE: problem with a PDK exe on Vista
Greetings Pdk,
I have had little trouble running exes made with PerlApp on Vista with one exception. Of cou
rse, this is the app that I bought the Vista machine specifically to run so I am motivated t
o get it working. It works fine when run from Komodo or from the perl interpreter. As an exe
. the command window shows briefly and then disappears before I can see any error messages.
The problem has something to do with the Archive::Extract module. The following test works f
ine if Archive::Extract is commented out and the exe made from that script. Including use Ar
chive::Extract causes the exe to not work although it works fine as a .pl run from the inter
preter or Komodo.
I pity anyone who has to deal with Vista. What a pile of crap. I have spent over a week gett
ing things to just sort of work the way they did with XP.
use strict;
use lib 'File';
use File::Copy;
#use Archive::Extract;
use Time::localtime;
print "\n\nHit enter to close program\n";
my $input = <STDIN> ;
exit;
--
Best regards,
Spencer Chase mailto:spencer@[...].com
67550 Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@[...].com
http://www.spencerserolls.com
http://www.spencerserolls.com/MidiValve.htm
(707) 984-8356
_______________________________________________
PDK mailing list
PDK@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Spencer Chase
Jan Dubois
|