Error C8005

InstallShield 2016 ยป InstallScript Language Reference

Message

'name' : function was declared as DLL function

Description

The function definition for the function specified by name is invalid because that function has been declared in a prototype statement as a DLL function.

Troubleshooting Information

If the function is not a DLL function, remove the DLL file name from the function prototype.

If the name of the user-defined function conflicts with the DLL function name, rename the user-defined function and update all statements in the script that reference it. Be sure the user-defined function has been declared in a prototype statement.