Thanks for the responses, I'll do a bit more playing around with my original
.pl and the Lite version to see if I can resolve the issue before I
register, but I'm glad to hear others are having success with this.

Regards

Steve

-----Original Message-----
From: Howard, Steven (US - Tulsa) [mailto:[EMAIL PROTECTED]
Sent: 24 January 2002 22:28
To: 'Price, Steve A'; perl-win32-gui-users@lists.sourceforge.net
Subject: RE: [perl-win32-gui-users] win32-gui and perl2exe


I use the PRO version of Perl2exe regularly with GUI. No problems. There is
also a -gui switch to get rid of the console window while it runs, but I
have to change how I log the execution if I use that switch. Normally I set
up logging like this:

open (logfile, ">$logfile") || die "Can't open $logfile: $!"

local *STDOUT = *logfile;
local *STDERR = *logfile;

# all STDOUT and STDERR messages now redirected to the logfile.

but when using the -gui switch - it will no longer log items. Not a real
problem, I just need to plan ahead and set up the logging accordingly if I'm
going to use Perl2exe using the -gui switch.

Steve H.

-----Original Message-----
From: Price, Steve A [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 24, 2002 4:00 PM
To: perl-win32-gui-users@lists.sourceforge.net
Subject: [perl-win32-gui-users] win32-gui and perl2exe


Does anyone have any success creating free standing .exe files from
Win32::gui scripts using
either perl2exe?

I have downloaded the free Lite version of perl2exe and whilst I get some
functionality, I can't create child windows. The script works fine as a .pl,
so I assume its a problem with perl2exe... Don't want to waste hard earned
cash on the full version if the problem is not
just with the Lite version


Regards

Steve


                Email Disclaimer

The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee.  Access to this email by anyone
else 
is unauthorised.
If you are not the intended recipient, any disclosure, copying, distribution

or any action taken or omitted to be taken in reliance on it, is prohibited
and may be unlawful.  When addressed to our clients any opinions or advice
contained in this email are subject to the terms and conditions expressed in

the governing KPMG client engagement letter.


_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
- This message (including any attachments) contains confidential information
intended for a specific individual and purpose, and is protected by law.  -
If you are not the intended recipient, you should delete this message and
are hereby notified that any disclosure, copying, or distribution of this
message, or the taking of any action based on it, is strictly prohibited.

_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users

Reply via email to