http://www.perlmonks.org?node_id=1025212


in reply to Re^3: pp with gui
in thread pp with gui

I finally got some time to play with this, unfortunately no luck yet.
Here is my updated code.

use strict;
use warnings;
use File::Spec::Functions;

BEGIN {
if (exists $ENV{PAR_PROGNAME}) {
use Config ();
$ENV{PERL_TCL_DL_PATH} = catfile(
$ENV{PAR_TEMP},
'tkkit.' . $Config::Config{dlext},
);
}
}
use Tkx;

Tkx::button(".b",
-text => "Hello, world",
-command => sub { Tkx::destroy("."); },
);
Tkx::pack(".b");

Tkx::MainLoop()

Here is the command I run to create the .exe.

pp --gui -o gui2.exe gui2.pl -l C:/Perl/lib/auto/Tcl/tkki. dll -l C:/Perl/lib/auto/Tcl/Tcl.dll

The issue is still exactly the same. If I run the program as a perl program it works fine.
If I run it as an .exe nothing happens.

Any additional ideas would be appreciated.

Oh, if I add -x it pops up the "hello" box during the compile. I click on the box and it continues the compile. The resulting .exe does nothing.

Replies are listed 'Best First'.
Re^5: pp with gui
by Anonymous Monk on Mar 25, 2013 at 01:18 UTC
    you're a funny guy, really
      ??

        This

        me: try these eleventeen things

        you: I tried one , now what?

        me: try one of the other tenteen things, turn on debugging

        you: I tried kinda the same thing, now what

        me: you're a funny guy

        you: ??