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

Can you post a full console log of the installation of the said modules?

Replies are listed 'Best First'.
Re^6: wxbase28u_gcc_custom.dll Error
by bedohave9 (Acolyte) on Aug 24, 2012 at 23:07 UTC

    I do not know how to get it. Please let me know.

      Ummmmm. How did you install it? If you compiled Perl Wx or Wx yourself, you saw the console log. Perl Wx requires a module called Alien::WxWidgets, you must install that, that provides the actual WxWidget C++ libraries for Wx:: to load.

      Is wxbase28u_gcc_custom.dll anywhere on your hard drive? I looked at my Wx:: install which I compiled using MS VC, I dont have that file. I have a file called wxbase28_vc_custom.dll . Did you really compile Perl Wx or Wx yourself or are you using binary zips/rars? Sounds like you are mixing a Mingw Wx:: with no Wx C++ dlls, or you are mixing a Mingw Wx:: with Visual C Wx C++ dlls. What Perl are you using, ActivePerl or Strawberry Perl?

        I have installed the Alien::WxWidgets and Wx:: to load, but the console still throwing the same error.

        Sorry for the delay. I am using the Strawberry Perl. Actually, I have used CPAN to install Wx. I have ran the Mingw before too. Here is the error when I run the program :

        C:\Users\xyz\Desktop\Perl>simpleapp.pl Can't load 'C:\Users\xyz~1\perl5\lib\perl5\MSWin32-x64-multi-thread/au +to/Wx/Wx.dll' for module Wx: load_file:The specified module could not + be foun d at C:/strawberry/perl/lib/DynaLoader.pm line 190. at C:\Users\xyz\Desktop\Perl\simpleapp.pl line 5 Compilation failed in require at C:\Users\xyz\Desktop\Perl\simpleapp.p +l line 5. BEGIN failed--compilation aborted at C:\Users\xyz\Desktop\Perl\simplea +pp.pl line 5.