in reply to POE & Tk totally confound perlapp (or am I missing something?)
UPDATE:use Tk; use Tk::TableMatrix; use Tk::LabFrame; use Tk::Listbox; use Tk::Scrollbar; use Tk::Button; use Tk::Menubutton; use Tk::Menu; use Tk::Widget; use Tk::Label; use Tk::Entry; ...etc..
Notice: this .exe is not dependent on anything, there are no dynamic .dlls's, AND nothing has been "forced" into the .exe. This Gui: 0 stuff means that there is a command window that starts also (ie, this is not a strictly GUI only application). Hostname "bigmomma" is just the name of my build machine.
Your .PerlApp file should look like this...very clean...no voo-doo.
As far as path goes, in the PerlApp application, C:\Perl\site\lib;C:\Perl\lib;.
In other words, this builds from the standard libraries and accesses current directory for non_standard ones (they could be in a different directory).
Hope this helps! When your .PerlApp file looks as clean as this, you will have a working .exe file.
#!C:\Program Files\ActiveState Perl Dev Kit 7.1\bin\lib\pai.exe PAP-Version: 1.0 Packer: C:\Program Files\ActiveState Perl Dev Kit 7.1\bin\perlapp.exe Script: green.pl Cwd: C:\PROJECTS\XYZZY1\XYXXY2\XYZZY_experimental Clean: 0 Date: 2008-08-28 21:51:03 Debug: Dependent: 0 Dyndll: 0 Exe: green.exe Force: 0 Gui: 0 Hostname: bigmomma Icon: GREENLOGS.ICO Icon: GREENLOGS.ICO No-Compress: 0 No-Logo: 0 Runlib: Shared: none Tmpdir: Verbose: 0 Version-Comments: ............. Version-CompanyName: .............. Version-FileDescription: version 2.01 green Version-FileVersion: 2.1 Version-InternalName: .............. Version-LegalCopyright: ........... Version-LegalTrademarks: ............. Version-OriginalFilename: Green Version-ProductName: Green Version-ProductVersion: 2008 Xclude: 0
|
|---|