Error C8013
InstallShield 2024 » InstallScript Language Reference
Message
unexpected end of source file
Description
The compiler reached the end of the source file without encountering the keyword required to close the current program or function block.
Troubleshooting Tips
• | If your script contains function definitions, check that each function definition is terminated with the keyword end and a semicolon. |
• | Check that typedef blocks are closed with an end statement. |
• | Check that all flow control blocks are correctly closed. |
• | Check that all #if, #ifdef, and #ifndef statements have a matching #endif statement. |
See Also