Error C8093

InstallShield 2019 » InstallScript Language Reference

Message

'name' : size required for string in typedef

Description

The identifier specified by name is a string that has been defined as a member in a typedef block, but it does not include a size specification.

Troubleshooting Information

Specify the size of all STRING declarations in a structure—InstallScript’s autosizing feature does not work in typedef statements.

See Also