I've just started playing with Perl/Tk and it seems useful and fairly straightforward. My immediate purpose is an IPTC caption editor that ultimately will be used by 300+ people on Windoze 2K/XP workstations, so the app has to be compiled (or I could install Perl and Tk on 300+ workstations -- yuckamundo). When run as a script from the command line, e.g., "perl TkScript.pl," everything is quite spiffy. But when I compile the code and run the resultant executable, the display is mostly foobar'ed -- text characters show up as boxes and the widths in Entry and Text widgets are all wrong. Anyone out there had a similar experience? Better yet, anyone out there gotten compiled Perl/Tk to work on a Win32 platform? I work primarily with Active State Visual Perl 1.8.1 in Microlimp Visual Studio 2003; the compiler is part of ActiveState's Perl Dev Kit 5.2; Tk is current. My Perl is Active State 5.8.8 build 819. Thanks in advance for any enlightenment.

In reply to Compiled Perl/Tk problem by estrom

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.