Do you have compiler? Which one?

Usually extensions with XS are built with MSVC and nmake (not make)

However I can share my own Tcl.dll that is used fom ActiveState's Perl 5.8.4 and ActiveState's Tcl at http://www.vkonovalov.ru/unicode/Tcl.dll
this file should be copied into (you-perl-path)/site/lib/auto/Tcl
Tcl.pm should be in (you-perl-path)/site/lib
Tcl::Tk is pure-perl so it will be easier to install, but just copying Tk.pm into (you-perl-path)/site/lib/Tcl/

Still, I can help you building your own binaries.

About low coverage of Tcl::Tk - keep in mind this is only a light bridge module between Perl and Tcl/Tk (both has huge couverages...)
However Tcl::Tk has its own support list, so your problems written to it will be answered quickly.
Write to http://sourceforge.net/mailarchive/forum.php?forum_id=40170 or subscribe there...

Best regards,
Courage, the Cowardly Dog


In reply to Re^5: Tk Drag and Drop Between Applications by Courage
in thread Tk Drag and Drop Between Applications by Ardemus

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.