I'm interested in looking at Tk::Zinc, so I downloaded and installed it. I use the ActiveState PPM for the installation on my Windows XP and everything looks good. However, as I tried to run some of the demos I kept getting the following error message:

Tk::Zinc object version 804.028 does not match bootstrap parameter 804.027 at D:/Perl/lib/DynaLoader.pm line 252.

I take it that the .dll was compiled with an extraction from CVS and that it compiled a constant of one of these two numbers for the version/revision -- and that one of them is out of sync.

I realize that this is not an issue for DynaLoader.pm per se, but with the version control. Are there any suggestions? Thanks in advance.

Tom


In reply to Tk::Zinc Dynaload error by TomKane

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.