From: D.J.Moon <lm...@es...> - 2001-06-06 19:27:09
|
We were trying to get the Wx::HtmlEasyPrinting object to work, and ran into the following problem: When we try to create a printing object: my $print = new Wx::HtmlEasyPrinting(); then the $print object is of class Wx::Object, not Wx::HtmlEasyPrinting, which causes it to not work for trying to call any of the methods of Wx::HtmlEasyPrinting. Tried recompiling wxPerl from a fresh copy from cvs downloaded today (6/6/2001), but the current copy does not compile (gives the following error: XS/Locale.xs: In function `void XS_Wx__Locale_AddLanguage(PerlInterpreter *, CV*)': XS/Locale.xs:107: no method `wxLocale::AddLanguage' dmake.exe: Error code 1, while making 'Wx.o' Win2000, mingw, WxWindows 2.2.6, wxPerl from cvs around 5/21/2001 (this is the last time we grabbed from cvs that worked) d. |