From: Mark D. <mar...@zn...> - 2006-11-12 19:51:34
|
Mattia, Wx-0.61 compilation fails using MSVC 6 wxWidgets 2.7.2 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 assume I'd need a "Wx::load_dll( 'html' )" line adding to RichText.pm aswell ? Regards Mark |