where is the best place to read and hold data from the INI-file. should it be read in the InitInstance() function???


I use the retrieved values in many classes so i only want to read the INI-file once.


Where shall I put the variables holding the values from the INI-file???

(In the CWinApp-derived application class or where)???


Please help me!