ISTool adds semicolons where they shouldnt be
Status: Inactive
Brought to you by:
bhenden
My ISS script contains preprocessor macros like
#define public GetMajorVersion(str *VersionString) \ ...
After clicking on the "Code" sectuin and then back to "Script", extra semicolons have been added:
#define public GetMajorVersion(str *VersionString);;; \ ...
This means that I have to remove them every time before compiling :(
rogier.schouten@meco.nl
Example script showing the bug
It seems this error depends on the linebreaking character "\". Semikolons are also added before the first character of the next line - which is logicaly the same. That is a bad bug and a killer argument against using this very nice tool. :-(