Perl 2exe info below.
Yes the errors when I compile to exe and run it
but the close "x" issue is always with perl script or compiled
and I am using the terminate event Main_Terminate....
---------------------------------------
Perl2Exe V8.00 Copyright (c) 1997-2004 IndigoSTAR Software
Known platforms: Win32
Target platform = Win32 5.008002
$I =
$ENV{'PERL5LIB'} =
Found perl.exe at C:\Perl\bin
LibList = C:\Perl\lib,C:\Perl\site\lib,.
Registered to XXXXXXXXXXX ENT version
Usage: perl2exe myscript.pl
options:
-small Generate smaller exe file (Pro version only)
-tiny Generate even smaller exe file (Pro version only)
-gui Generate a no-console executable (Pro version only)
-o=output_filename Output file name
-I=directory Specify @INC directory (multiple directories can be
separated by ; or : characters)
-platform=Win32 Generate code for Win32 (default)
---------------------------------------
----- Original Message -----
From: Jez White
To: [EMAIL PROTECTED] ; Steve Pick ;
[email protected]
Sent: Sunday, January 25, 2004 1:55 PM
Subject: Re: [perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI
Hi,
The latest version of perl2exe was on the 31 Dec 2003 - beta support for
5.8.2 - if you haven't got this version, then you should upgrade. Is your
problem only with the exe?
The window close - are you using the terminate event?
Cheers,
jez.
----- Original Message -----
From: [EMAIL PROTECTED]
To: Jez White ; Steve Pick ; [email protected]
Sent: Sunday, January 25, 2004 11:49 AM
Subject: Re: [perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI
Jez,
I am using perl 5.8.2 (activestae) and Win32:GUI 0.67 and perl2exe 8.0 for
perl 5.8.x
I have a nother issue now as my script grow up, when I click on the window
"x" close
icon the script disappers but did not exit, it can exit normal using
file->Exit menu button
any ideas
Ramy
----- Original Message -----
From: Jez White
To: [EMAIL PROTECTED] ; Steve Pick ;
[email protected]
Sent: Sunday, January 25, 2004 1:45 PM
Subject: Re: [perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI
Hi,
What version of Perl are you using? Threading support is dodgy is most
versions...If you are not on 5.8.2, it may be worth upgrading to that version.
I'm not sure if 5.8.3 is available as a binary yet, but that version is meant
to be better for threading.
You will also need to check what Perl version perl2exe is using. If your
problem is only with the exe, then upgrade perl2exe.
Cheers,
jez.
----- Original Message -----
From: [EMAIL PROTECTED]
To: Steve Pick ; [email protected]
Sent: Sunday, January 25, 2004 2:53 AM
Subject: Re: [perl-win32-gui-users] Win32::FileOp Erro with Win32::GUI
Steve,
SOme complete test code below.
Please try to compile it with perl2exe to produce the error
twice, the first time without modifications, then uncomment the
line use Win32::API
I also produced the error when using the line threads->tojoin