Closed GoogleCodeExporter closed 9 years ago
Please check if you are using the ANSI or UNICODE version of inno setup
for UNICODE use
procedure LoadVCLStyle(VClStyleFile: String); external
'LoadVCLStyleW@files:VclStylesInno.dll stdcall';
for ANSI
procedure LoadVCLStyle(VClStyleFile: String); external
'LoadVCLStyleA@files:VclStylesInno.dll stdcall';
This is documented in the wiki page
https://code.google.com/p/vcl-styles-plugins/wiki/VCLStylesInnoSetup
Original comment by Rodrigo.Ruz.V@gmail.com
on 1 Aug 2014 at 3:36
OK, it's done! Thank you for your reply.
Original comment by rqx110@gmail.com
on 4 Aug 2014 at 12:06
Original comment by Rodrigo.Ruz.V@gmail.com
on 4 Aug 2014 at 12:09
Original issue reported on code.google.com by
rqx110@gmail.com
on 1 Aug 2014 at 8:56Attachments: