What is the right place to store program data files which are the same for every user but have to be writeable for the program? What would be the equivalent location on MS W
You can use:
CString strPath; ::SHGetSpecialFolderPath(NULL, strPath.GetBuffer(1024), CSIDL_COMMON_APPDATA, FALSE);