DocPropertiesDlg.cpp:295: m_listFiles.SetItemData(nIndex, (DWORD) &m_files[i]); Should be (DWORD_PTR) cast.
Added support for doc type. Voice messages are now saved into "doc" folder.
Fix several compiler errors, when building with...