Loaded Active Perl 5.10 on a Win XP laptop, then loaded wxPerl and some other

modules.  Wrote a simple wxPerl program and was able to get it to work.



Discovered that there are some issues with the Net::SSH2 Perl under 5.10. 

Uninstalled 5.10 and loaded 5.8.8.  Encountered some errors but was able to

get a simple script running that did Net::SSH2 calls.



Tried to run my wxPerl program and got the following error message:



This application has failed to start because wxmsw28_core_vc_custom.dll was

not found.  Re-installing the application may fix this problem.



In debug this is what I saw:



C:\Documents and Settings\plozanci\My Documents\wxWidgets\OSSMenu>OSSMenu.pl



Loading DB routines from perl5db.pl version 1.3

Editor support available.


Enter h or `h h' for help, or `perldoc perldebug' for more help.


Can't load 'C:/Perl588/site/lib/auto/Wx/Wx.dll' for module Wx: load_file:The

specified module could not be found at C:/Perl588/lib/DynaLoader.pm line 227.

 at C:\Documents and Settings\plozanci\MyDocuments\wxWidgets\OSSMenu\OSSMenu.pl

 line 11

Compilation failed in require at C:\Documents and Settings\plozanci\My

Documents\wxWidgets\OSSMenu\OSSMenu.pl line 11.

 at C:\Documents and Settings\plozanci\MyDocuments\wxWidgets\OSSMenu\OSSMenu.pl

 line 11

        main::BEGIN() called at C:/Perl588/site/lib/Wx.pm line 11

        eval {...} called at C:/Perl588/site/lib/Wx.pm line 11

BEGIN failed--compilation aborted at C:\Documents and Settings\plozanci\My

Documents\wxWidgets\OSSMenu\OSSMenu.pl line 11.

 at C:\Documents and Settings\plozanci\MyDocuments\wxWidgets\OSSMenu\OSSMenu.pl

 line 11



Thought this might have to do with the Perl or wxPerl looking for 5.10

files.  Searched another PC that is loaded with 5.10 for the

wxmsw28_core_vc_custom.dll and it says it can be found anywhere.  When I

installed the 5.8.8 I encountered some errors before I got it to finish.

Can't remember exactly but I believe I had to load a dll to get it to

finish.  I was unable to delete the original directory C:/Perl so I loaded

it in C:/Perl/5.8.8.  Things worked better but I still encounter this error. 

Does this have to do with something referencing the 5.10 files?



_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to