ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Editors / Project editor
  • Overview
  • How to perform a multiple generation?
  • Remarks
  • Tip: How to find out the project configuration through programming?
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
Multiple generation
Overview
Project configurations are used to easily define the different "targets" of your project. For the same project, you have the ability to define the executables, libraries, Webservices, .Net assemblies, ...
To generate the result of each configuration, you can select the requested configuration in the "Project explorer" pane and generate the corresponding program (the generation icon is automatically adapted to the configuration selected in the quick access buttons).
There is a faster method: the multiple generation. You can select all the configurations to be generated at the same time to obtain the corresponding programs immediately.
How to perform a multiple generation?
To generate the results of several configurations:
  1. On the "Project" tab, in the "Generation" group, click "Multiple generation".
  2. In the window that is displayed, select the configuration that will be generated.
  3. Validate. The generation of the different configurations is performed.

Remarks

  • If a generation was already performed for a configuration, the last parameters of this generation are taken into account.
  • If no generation was performed for a configuration, the default parameters are taken into account.
  • Configuration associated with a component: the component must have been created in order to be generated via the multiple generation.
  • You have the ability to use different generation directories for each configuration. In this case, each directory will contain the files generated by a single configuration. There is no risk of overwriting files. All the files belonging to a configuration can be easily retrieved. For more details, see Project configuration.

Tip: How to find out the project configuration through programming?

To know which project configuration is being used, simply use ProjectInfo with the piConfiguration constant.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help