Patiencer / thtmlviewer

Automatically exported from code.google.com/p/thtmlviewer
0 stars 0 forks source link

ReadHtml don't compile on Lazarus #396

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which steps will reproduce the problem?
1.Compile package htmlviewer 
2.Compile a program with an htmlviewer component added
3.

What is the expected output? What do you see instead?

Which version of the product are you using? Which compiler version are you
using? On which operating system?
Windows 7 - Lazarus 1.2.6

Please attach test html files and screenshots, if appropriate.
Please provide any additional information:

line 4654 of ReadHTML.pas 
  J := Entity.length ; --> gives a compiler error

  solution J := length(Entity) ;  ????

Original issue reported on code.google.com by serge.ca...@gmail.com on 10 Feb 2015 at 9:40

GoogleCodeExporter commented 8 years ago
Thanks for posting this issue and the solution.

r502 fixes it.

Original comment by OrphanCat on 17 Feb 2015 at 9:00