From: <jdi...@ge...> - 2001-11-28 17:00:41
|
After compiling wxWindows into a DLL on a WinNT system using ActivePerl build 623 w/ VC++ I've created a simple wxPerl app to test it's functionality. When launching a script that runs: ##### use MyModule::GUI::App; # Create an instance of the Wx::App-derived class my $app = new MyModule::GUI::App(); # Start processing events $app->MainLoop(); ##### I get an error in the App.pm file at the line that states: use Wx qw(wxDefaultPosition); and a window pops up saying: "The procedure entry point Above__28wxIndividualLayoutConstraintP12wxWindowBasei count not be located in the dynamic link library wx22_7.dll" and a perl error saying: Can't load 'C:/Perl/site/lib/auto/Wx/Wx.dll' for module Wx: load_file:The specif ied procedure could not be found at C:/Perl/lib/DynaLoader.pm line 200. at H:\pub/MyModule/GUI/App.pm line 5 Compilation failed in require at H:\pub/MyModule/GUI/App.pm line 5. BEGIN failed--compilation aborted at H:\pub/MyModule/GUI/App.pm line 5. Compilation failed in require at H:\ratools\testGXScan-GUI.pl line 6. BEGIN failed--compilation aborted at H:\ratools\testGXScan-GUI.pl line 6. printed to the console. I'm not really sure what's going wrong here or where to start looking ... anyone have any ideas? Many thanks, wxWindows/wxPerl so far looks very exciting if I can get it to work ... Regards, -j ------------------------------------------------- James Diggans Bioinformatics Programmer Gene Logic, Inc. Phone: 301.987.1756 FAX: 301.987.1701 |