[quote user="Harshel"]I have to make available "MACRO_1" from one project to other. Is it possible ? If possible then how can it be done ?[/quote] You can do this (export a macro) from a dependent project to the main project that references it, but not the other way around. For example, if the macro is defined in Project_Library2 and Project_Main has Project_Library2 set as a dependent project, then the macro can be exported from Project_Library2 to Project_Main, using the setting below. Note that to get to the C/C++ General settings you need to click on "Show Advanced Settings" at the bottom of the dialog. However, it seems that you want to do it the other way around. I don't believe that is possible.
↧