Context : writing the programming of a plugin for 'CB'.
In the menu :
Quote'Project->Build Options ...->Custom variables'
:
What are
the class methods for reading all the variables for the project and for the different targets ?
I still have no lead ...
If you are referring to "Custom variables" in "Project build options", look at CompilerOptionsDlg::DoFillVars() and other methods involving "lstVars".
Thank you very much.
This is exactly what I needed to read user-defined variables from a project.