Having problem with wxperl/constructors.pm upon executing the script. Initially, I had problem with the wxbase28u_gcc_custom.dll Error, after installing Wx in my system. But then found out that I have missed the Alien to be installed from the suggestions of Bulk88 and anonymous. I have installed Alien on my machine. But then I still had the same problem. Then Bulk88 suggested to use the Dependency Walker. But I tried to re-install the Alien by downloading the complete file. It installed successfully. That was the message after installing the Alien in the console. But the error for wxbase28u_gcc_custom.dll did not resolve. I have installed the Wx again later, but still wasn't working fine. I have then used the Dependency Walker to find out what was missing dll in it. The Dependency Walker suggested to place the MSWin32-x64-multi-thread in the c://strawberry/lib location (to what I understood from Dependency Walker). Finally, after doing that the wxbase28u_gcc_custom.dll Error resolved. I have then started scripting using the Wx::Constructors. The following error is being thrown. Please look into this.

C:\Documents and Settings\xyz\Desktop\Perl>winframe.pl Can't locate WxPerl/Constructors.pm in @INC (@INC contains: C:\Users\x +yz\perl5\lib\perl5\MSWin32-x64-multi-thread C:\Users\xyz\perl5\lib\pe +r l5/MSWin32-x64-multi-thread C:\Users\xyz\perl5\lib\perl5 C:/strawberry +/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib . +) at C :\Documents and Settings\xyz\Desktop\Perl\winframe.pl line 7. BEGIN failed--compilation aborted at C:\Documents and Settings\xyz\Des +ktop\Perl\winframe.pl line 7.

In reply to Problem with wxperl/constructors.pm by bedohave9

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.