wxHtmlWindow doesn't render HTML
Franky Braem
f.braem at skynet.be
Wed Dec 19 11:51:30 PST 2007
chris elliott wrote:
>
>
> Franky Braem wrote:
>
>> When the wxHtmlWindow is created in the exe everything works ok. When
>> the wxHtmlWindow is created in a DLL, it doesn't work.
>
> Thank, you, but if I am to look at this, I need to know exactly which
> sample shows the bug, (and which compiler/and wxversion)
> chris
>
It's a little bit difficult to write a sample application. It's my
wxJavaScript shell program, that is used as exe and a dll which is used
as port to wxHtmlWindow. I have found out that when I load
wxmsw28ud_html_vc_custom.dll with LoadLibrary before doing anything
else, the tag handlers are correctly registered. When I don't do this,
no handler is registered.
Franky.
More information about the wx-users
mailing list