How do I get wxPerl to work in Perl 5.10 on Windows?

Although I have tried several ways, I cannot get WxPerl to work on Windows. I've tried with both ActivePerl and Strawberry Perl.

The error I am getting:

 Can't load 'C:/Perl/site/lib/auto/Wx/Wx.dll' for module Wx: load_file:Invalid access to memory location at C:/Perl/lib/DynaLoader.pm line 202.

      

+2


source to share


2 answers


How did you install Wx? Are you using PPM or are you compiling it yourself?



I had luck using the ActivePerl and PPM files from http://www.wxperl.co.uk /

+4


source


According to my testing, wxPerl 2.8 does not work in Perl 5.10 on Windows XP Service Pack 2 (SP2). It works in SP 3 and up.



+2


source







All Articles