as per msdn, I am supposed to include "Shlobj.h" for CSIDL_COMMON_APPDATA to run, but I am still getting error C2065: 'CSIDL_COMMON_APPDATA' : undeclared identifier
the line that causes the error is
if (SUCCEEDED(SHGetSpecialFolderPathA(NULL,szPath,CSIDL_COMMON_APPDATA,FALSE)))
can any one help? I am coding in vc++ using Visual Studio 6.0