Error C8044

InstallShield 2024 » InstallScript Language Reference

Message

'text' : typedef type required

Description

The character or characters specified by text can be used only with a structure that has been declared in a typedef statement.

Troubleshooting Information

A common reason for this error is the use of a member operator between a pointer to a structure and a member name. The member operator can be used only to specify the member of a structure that is referenced with a structure name. Replace the member operator with a structure pointer operator.

See Also