Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Strange error (HTML->). Missing Library?

Hi,

I have inherited some code I can't compile and I wandered if anybody might recognise some errors as that from a missing library I dont have.

I have the lines...

HTML->Put( sText );

and...

HTML->UrlRedirect( sUrl, false );

but there are no #defines or declarations that match the HTML. Does anybody recognise what this code might be and what is missing?
[429 byte] By [Chris H Baker] at [2007-11-11 10:17:14]
# 1 Re: Strange error (HTML->). Missing Library?
HTML is probably a macro that disguises an object or it could be the real name of ab object declared inside a namespace. Try to locate this object by searching for the member function names e.g., UrlRedirect.
I think it's part of some kind of an HTML parser library but there are many of them.
Danny at 2007-11-11 20:59:13 >