in reply to Re^15: wxbase28u_gcc_custom.dll Error
in thread wxbase28u_gcc_custom.dll Error

Apologize for any confusion. Correct, I have installed the Wx but could not able to get rid of the error what I was initially being thrown. I have followed your suggestion and installed the Dependency Walker on my machine. It worked well and said that the 'MSWin32-x64-multi-thread' folder is missing in the C://strawberry location. I have copied that from the C://users/xyz/blah/blah location to C://strawberry. It worked well for me. But now I am having an error for the WxPerl/Constructors.pm. I have downloaded this from CPAN

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.

Replies are listed 'Best First'.
Re^17: wxbase28u_gcc_custom.dll Error
by Anonymous Monk on Aug 29, 2012 at 23:26 UTC

    Sorry, you have not installed anything successfully.

    Wx depends on Alien::wxWidgets, which installs the wx*.dll

    If files are missing, nothing is installed correctly.

      I have downloaded the complete file as you said and executed it. If this is not the only thing that I have to do, please advise me what shall be my next step. I need to install Wx some how on my machine. I am struggling with it, its been since a week. Could not able to understand what is wrong with my installation? Please excuse me for all my stupid questions and answers. GUI is relatively very new thing for me.

Re^17: wxbase28u_gcc_custom.dll Error
by bulk88 (Priest) on Aug 29, 2012 at 23:44 UTC

      Here is link for the new thread http://www.perlmonks.org/?node_id=990610