I have one problem,I work with MFC dialog applications.
How i can declare some varialbles e.g. int number =5; to this variable is available in more dialog boxes.
Like when I use in one dialog edit control to show that variable, he show 5, but to he can show same variable in other dialog boxes.
I know to declare variable in one dialog, but when I call that variable in other dialog I have error.
How to make variable available for all dialogs in one MFC application ???