kooloveme / thtmlviewer

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

Release 422 not compilable in XE2 #251

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
HTMLGlobals.pas  line 160

-  {$ifdef HasSystemUITypes}
+  {$ifdef Compiler24_Plus}
   ThtScrollStyle = System.UITypes.TScrollStyle;
  {$else}
  ThtScrollStyle = TScrollStyle;
  {$endif}

Original issue reported on code.google.com by Arioch...@gmail.com on 5 Jul 2013 at 12:34

GoogleCodeExporter commented 9 years ago
grep

Original comment by Arioch...@gmail.com on 5 Jul 2013 at 12:38

Attachments:

GoogleCodeExporter commented 9 years ago
I have a fix for this at:

https://github.com/JPeterMugaas/HtmlViewer/tree/HtmlViewer11

and I even uncovered another issue while attempting to fix this having to do 
with Style Hooks.

Original comment by jpmug...@suddenlink.net on 8 Jul 2013 at 3:01

GoogleCodeExporter commented 9 years ago
now i am totally lost WHERE the trunk is...

Original comment by Arioch...@gmail.com on 8 Jul 2013 at 3:06

GoogleCodeExporter commented 9 years ago
It's in the HtmlViewer11 branch.  See if this works.

https://github.com/JPeterMugaas/HtmlViewer/commit/015060c0f0ec252be029e2a380b299
b1807c611e

Original comment by jpmug...@suddenlink.net on 8 Jul 2013 at 3:47

GoogleCodeExporter commented 9 years ago
Thanks for spotting and fixing this issue.

r423 puts Peter's fix into the google repository.

Original comment by OrphanCat on 9 Jul 2013 at 8:31