ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> pdk
pdk
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved