Are function pointers supported in Inno Setup? I can’t find anything in the documentation. I know Delphi/Pascal supports them and as the Inno Setup scripting engine is based on it, I’m hoping it is supported.
Are function pointers supported in Inno Setup? I can’t find anything in the documentation.
Share
I just did a little test and function pointers do work indeed. The following
[Code]section compiles and works just fine:BTW: Inno Setup uses the Pascal Script engine from RemObjects. Maybe you can find some more information there.