From: <jdi...@ge...> - 2001-11-28 22:05:38
|
> Looks suspiciously like you didn't recompile wxPerl against the > wxWindows library you compiled. You are correct, I did not, I used the ppm distribution for wxPerl. I compiled wxWindows because I could not find a pre-compiled binary. Do you know of one that will work with the ppm version of wxPerl? Perhaps I'm making this more difficult than it need be; I appreciate your patience and assistance. :) Regards, -j "Mattia Barbon" <mb...@ds...> To: wxp...@li... Sent by: cc: wxp...@li...urc Subject: Re: [wxperl-users] Entry point failure in eforge.net simple test app? 11/28/01 04:14 PM Please respond to mbarbon > 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" Looks suspiciously like you didn't recompile wxPerl against the wxWindows library you compiled. Why not start with the ppm package? It is compiled against 2.2.7, so what is the problem/why are you recompiling wxWindows? > 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, The problem is that Wx.dll is compiled with MinGW > wxWindows/wxPerl so far looks very exciting if I can get it to work ... Regards Mattia _______________________________________________ wxperl-users mailing list wxp...@li... https://lists.sourceforge.net/lists/listinfo/wxperl-users ***The information contained in this email message is intended only for the personal use of the recipient(s) named above. This message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately by email, and delete the original message.*** (Embedded image moved to file: pic26299.pcx) |