Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Manual » Using the IDE » Viewing Messages |
Message Type | Description |
Error | This message indicates that an error has occurred during compilation. You can double-click on the error to go to the source unit line responsible for the error. Compilation errors are fatal, and prevent the compiler from successfully emitting an application. |
Warning | This message indicates that the compiler is warning that there is source code present that may cause run-time errors if not corrected. An example of this would be a reference to an uninitialized variable. You can double-click on the error to go to the source unit line responsible for the warning. Compilation warnings are not fatal, but one should always make sure to change the source code to remove such warnings in order to ensure that the compiled application is as reliable as possible. |
Hint | This message indicates that the compiler has a hint regarding the compilation. An example of this would be a variable that is declared but never actually referenced. You can double-click on the hint to go to the source unit line responsible for the hint. Compilation hints are not fatal and can be safely ignored. |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |