ByteLoader, as you know, is now part of B::C. Unfortunately, there doesn't seem to be a ppm for B::C at the ActiveState repo, or at any of the other repos, for that matter.

It's being a bit troublesome for me to build on ActivePerl, with many of the tests segfaulting, but it builds fine (though somewhat noisily, and the tests take a long time to run) on Strawberry Perl if you're interested in going down that path.
At least, the tests terminate with the claim that they all passed, though this looks a bit suss to me:
t/bytecode.t ...... 32/39 Can't locate qr_loaded_module.pm in @INC (@I +NC contains: C:\_32\comp\B-C-1.24\blib\arch C:\_32\comp\B-C-1.24\blib +\lib C:\_32\comp\B-C-1.24\blib\lib C:\_32\comp\B-C-1.24\blib\arch C:/ +strawberry/perl/lib C:/strawberry/perl/site/lib C:\strawberry\perl\ve +ndor\lib .) at bytecode33.pl line 1. BEGIN failed--compilation aborted at bytecode33.plc line 858. t/bytecode.t ...... ok
But, for the moment at least, it seems your best milage wrt ByteLoader will be with Strawberry Perl.

Not sure why ActivePerl is being unco-operative .... interesting ... and probably worth a further look when I get a chance.

Cheers,
Rob

In reply to Re: How to use ByteLoader lib on Windows? by syphilis
in thread How to use ByteLoader lib on Windows? by t3st

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.