How did you get Perl2exe to work with GLD files. I've used the #perl2exe_bundle "file.gld" pragma, and that doesn't seem to work. Did you supply the gld file...
Brian Millham
bmillham@...
Mar 3, 2005 1:00 am
687
Never mind, I got it working. I had to change the name of the gld file from file.gld to file.bundle. If anyone would like, I can supply a code sample that...
Brian Millham
bmillham@...
Mar 3, 2005 2:00 am
688
I am sure that would be greatly appreciated. We get many questions about Perl2Exe and a "how-to" of sorts of the process would be great. Thanks! ... From:...
OK, here's a small sample. It only shows initialization, and loading the form. Read the perl2exe documentation for a description of what the #perl2exe_bundle...
Brian Millham
bmillham@...
Mar 4, 2005 2:36 am
690
Thank you very much Brain. I have been using PerlApp to build exe's , but have the problem of it not properly extracting the files. Therefore I always must...
I'm glad I was able to help. Have you tested my solution? If you read the Perl2exe sketchy documentation, the #perl2exe_bundle pragma only supports a few file...
Brian Millham
bmillham@...
Mar 4, 2005 10:47 pm
692
Hi, I downloaded perl2exe and tried running it but got an invalid platform message even though I downloaded the win32 version. Is this because I don't have a...
What operating system are you running it on? I downloaded the latest version and installed it on XP SP2 . Did you get the error immediately upon running it? ...
Thanks for your post. I must be doing something wrong. I am using ActiveSate perl not Indigo perl. Is that an issue with perl2exe ? ... latest version ... ...
Activestate will work just fine, that's all I ever use for windows. To be honest, I didn't know Indigo had a Perl release. I don't think perl2exe requires perl...
Hi, Thanks. You were right. I'm running perl 5.8.6 and had downloaded perl2exe 8.6 to match. Just went back to indigo star downloaded it again - reinstalled...
You need to install the Win32::GUI module for Perl . You can do this in PPM ( goto a windows command prompt and type PPM ) by typing install Win32::GUI ....
Thanks again - but WIN32::GUI is installed - - my app runs OK from the command prompt - it just seems perl2exe can't find the package. ... this in PPM ... ...
Did you use the code sample that I sent to the list a few days ago? If not, I can send it again. Brian Millham This message traveled at least 44,000 miles to...
Brian Millham
bmillham@...
Mar 6, 2005 1:36 am
701
Sorry about that. You might be able to get through without that line. PerlApp works w/o it so it may be worth a try. Just comment out use Win32::GUI::Window; ...
Brian, Yes thanks - am using your code. When I use ##perl2exe instructions #perl2exe_bundle "qiffer.bundle" #perl2exe_bundle bytes use strict; use Win32::API; ...
hi, perl2exe requires perl installed on you system to run ! moreover you need a compatible perl release to use it. for example Perl2Exe V8.40 for Win32 (only)...
I think that I found the problem, but I haven't tried to solve it yet. I must have made a copy of \perl\site\lib\Win32\GUI\Loft\Control\Window.pm to...
Brian Millham
bmillham@...
Mar 6, 2005 3:37 pm
705
... yet. ... \GUI\Loft\Control\Window.pm ... out why ... be a bug ... until ... from ... package. ... install ... downloaded ... think ... you ... results ... ...
Hi Brian, I tried this but it did not work for me. I'll play around with the varios use statements to try to fix. All - thanks for looking at this - greatly...
... It's so ... reproduce, ... Click ... watch ... days (bad ... in use! ... I am also experiencing this problem. I'm surprised more people haven't commented....
... Me too... I left TGL open all last weekend. The memory leak isn't too awful (about 4k/s on my system) but it adds up after a while. It's kind of ...
... Nope, that's a singleton, so only one instance is created. I think it's related to the Timer control itself. Try returning immediately from the timer sub...
I am trying to compile my script or GuiLoft's demo (ex. password), but all compiled .exe gives error, "can't locate bytes.pm ..." when launch .exe. I have...
Hi, I've tried to run a GUI Perl program using TheGuiLoft on WindowsXP that I had originally created on Windows 2000. For some reason whenever I exit the...
Hello to all Does anybody know if it is possible to turn off the WordWrap feature on a RichEdit control. I have set up an application to open and view a file...
Hello, This is the first time I use TGL, but I hope I'm not missing something here :-) OK, so I took the FileDisplay.pl demo and changed the ResizeH property ...
... Do you want the splitter to _always_ be in the center? Then you don't need a splitter. It's there so you can grab it, and have the movement change other...