From: Mattia B. <mat...@li...> - 2006-11-12 22:30:51
|
On Sun, 12 Nov 2006 19:49:21 +0000 Mark Dootson <mar...@zn...> wrote: Hi, > Wx-0.61 compilation fails using > > MSVC 6 > wxWidgets 2.7.2 Rats, I forgot to check the last changes with windows. > The problem is with RichText control - I get a number of 'unresolved > external reference' errors. These all relate to wxHtmlListBox which > appears to be used by rich text styles. > > I can fix the compile/link by adding 'html' to the WX_CORE_LIB line in > Makefile.PL for rich text control. I will fix that. > I assume I'd need a "Wx::load_dll( 'html' )" line adding to RichText.pm > aswell ? Yes. Thanks Mattia |