Error C8043
InstallShield 2024 » InstallScript Language Reference
Message
'text' : typedef pointer type required
Description
The character or characters specified by text can be used only with a pointer to a structure.
Troubleshooting Information
A common reason for this error is the use of a structure pointer operator between a structure name and a member name. The structure pointer operator can be used only to specify the member of a record that is referenced with a pointer to a structure. Replace the structure pointer operator with a member operator.
See Also