ZtupidTS / vcl-styles-plugins

1 stars 0 forks source link

issue for InnoSetup v5.5.5 #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
compiled in the latest Innosetup v5.5.5 and run the setup.exe appear an error:

"External Exception EEDFADE"

Original issue reported on code.google.com by rqx110@gmail.com on 1 Aug 2014 at 8:56

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
OK, it's done! Thank you for your reply.

Original comment by rqx110@gmail.com on 4 Aug 2014 at 12:06

GoogleCodeExporter commented 9 years ago

Original comment by Rodrigo.Ruz.V@gmail.com on 4 Aug 2014 at 12:09