Cannot use [_ISToolDownload] section with Inno Setup 5.3.5u
Status: Inactive
Brought to you by:
bhenden
I have Inno Setup 5.3.5 unicode installed with ISTool 5.3.0.1.
A script, which compiled fine with previous ANSI versions of Inno Setup, gives the following error, when compiled from within ISTool:
...
Compiling [Code] section
<some temp file name>.tmp line 2:
Column 41:Unknown type 'PChar'
where <some temp file name>.tmp is a changing temporary file name.
If I delete the [_ISToolDownload] section, the script compiles without any error.
Thx a lot
Same problem here, I found out that 'PChar' has to be replaced with 'PAnsiChar', but that has to be done in the code of the ISTool itself I think.
Works now with InnoSetup 5.3.7 Unicode and the tools released today. Thanks.