ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Editors / Project editor / Environment
  • Project compilation
  • Types of issues
  • Errors
  • Warnings
  • Information
  • UI errors
  • Programming standard errors
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Project compilation: Warning, Error, Information, Programming standard...
Project compilation
When developing a project, the project is compiled on a regular basis. This compilation is used to check the code entered in the code editor. If errors occurred, the possible problems and their solutions are displayed in the "Compilation errors" pane.
Several types of information can be given:
  • Code errors ().
  • Warnings ().
  • Information ().
  • UI errors ().
  • Programming standard errors ().
Remark: On a computer equipped with several processors or with several "cores" (dual core, ...), the compilation of projects is performed in parallel and it uses all the available power. The compilation step is sped up by 30%.
Types of issues

Errors

The icon indicates a major problem (programming error, etc.). The project cannot be tested or executed.
Errors always appear in the code editor and must be resolved for the code to run properly.

Warnings

The icon indicates programming cases that may result in unexpected behavior.
By default, warnings are displayed in the code editor but do not prevent the program from running.
Warnings appear in situations that can cause programming issues

Information

The icon explains the compiler options or shows suggestions to improve the code.
Information can be displayed to help you understand why a code has an unexpected behavior

UI errors

The icon indicates UI compilation errors about possible problems detected in your interfaces: images not found, truncated text, etc.

Programming standard errors

The icon indicates programming standard errors. For more details, see Programming standard errors.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/04/2023

Send a report | Local help