Thanks for response
1.) Are you talking about an embedded system or a windows application? Which Build Environment are you using?
Answer: For demo purpose i created for Windows Application .
2.) What kind of project are you developing?
Answer: I am developing remote for Air conditioning .
3.) How do you want to exchange data? Do you have an API go get the temperature values?
Answer :Actually in my C file i am having the function which contains the maximum and minumum temperature hardcoded values .
Now i want to send these values to my embedded wizard studio.
4.) You mentioned "Now i want to get the temperature upper limit and lower limit from outside of embedded wizard( from c and h file)". Do you want to get these values into Embedded Wizard Studio or do you want to get these values into your Embedded Wizard generated GUI application?
Answer: I want to get these values into embedded wizard studio.
Please refer the below screen for information
When you click on the up arrow on temperature it wil increase the temperature. I need to validate it til 40 degree that max limit 40 degree should be passed to embedded wizard studio .
similarly for the down arrow minimum temperature limit is 0 degree that also need to pass to embedded wizard studio.

varun kumar