Closed GoogleCodeExporter closed 9 years ago
You are using the ANSI version of inno setup so you must call the LoadVCLStyleA
method on this way
procedure LoadVCLStyle(VClStyleFile: String); external
'LoadVCLStyleA@files:VclStylesInno.dll stdcall';
Original comment by Rodrigo.Ruz.V@gmail.com
on 26 Jun 2014 at 8:13
Yes, it's valid, the problem was in this. Thanks for the resolving. Probably, I
inattentively studied your article.
Original comment by d.netse...@gmail.com
on 26 Jun 2014 at 8:33
Original issue reported on code.google.com by
d.netse...@gmail.com
on 22 Jun 2014 at 8:45