Error C8017
InstallShield 2024 » InstallScript Language Reference
Message
'text' : expected typedef (struct) name
Description
The character or characters specified by text were encountered at a location where a typedef declaration was expected.
Troubleshooting Information
Check that a data type has been specified for the variable being declared. Verify that the reserved word for that data type is spelled correctly and is in all upper case.
If more than one variable is declared for that data type, check that the individual identifier names are separated by commas and not some other punctuation mark.
Verify that the data declaration is terminated with a semicolon.
If the error occurs in a function prototype that declares a pointer to a structure as a parameter, check that the structure has been declared ahead of the function prototype.
See Also