kooloveme / thtmlviewer

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

Compiler hint and solution #316

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Building the components with revision 447 in RAD Studio XE4 throws severals 
times the hint:

[dcc32 Hint] AlphaBlendUn.pas(134): H2443 Inline function 'SetupAlphaBlendBmp' 
has not been expanded because unit 'System.Classes' is not specified in USES 
list

Solution: In file "AlphaBlendUn.pas", line 32 add "System.Classes" to the Uses 
list.

Original issue reported on code.google.com by hpk...@sked.de on 20 Nov 2013 at 4:11

GoogleCodeExporter commented 9 years ago

Original comment by OrphanCat on 12 Dec 2013 at 6:22