in reply to Re: HTML::Parser upgrade trouble
in thread HTML::Parser upgrade trouble

Thank you for the reply.
I tried what you said and got the following message box:

"C:\Perl\site\lib\auto\HTML\Parser\Parser.dll was loaded, but the DllUnregisterServer entry point was not found.

DllUnregisterServer may not be exported, or a corrupt version of the C:\Perl\site\lib\auto\HTML\Parser\Parser.dll may be in memory. Consider using PView to detect and remove it."

I did not use Pview per say, but another process viewer to remove any instance of the .dll in memory. This did not resolve the original message above, as I got the same message the next time I ran your suggested regsvr32 command.

"Be proud, be a Goon"

Replies are listed 'Best First'.
Re^3: HTML::Parser upgrade trouble
by bart (Canon) on Jun 07, 2005 at 05:03 UTC
    I wouldn't worry about it, I just think this kind of DLLs simply doesn't require registering or unregistering. After all, they're just oldfashioned plain DLLs, nothing of OLE in sight. And (please correct me if I'm wrong) I think only OLE (AKA Active-X) DLLs need (un)registering.

    Just go ahead.