In function: SevenZipLibrary::CreateObject
When HRESULT hr = m_func( &clsID, &interfaceID, outObject );
is called I am getting "ClassFactory cannot supply requested class". What could be the cause of this? Version mismatch for 7za.dll? I checked the GUIDs, with the txt file in LZMA source documentation and they seem to match.
In function: SevenZipLibrary::CreateObject
When HRESULT hr = m_func( &clsID, &interfaceID, outObject );
is called I am getting "ClassFactory cannot supply requested class". What could be the cause of this? Version mismatch for 7za.dll? I checked the GUIDs, with the txt file in LZMA source documentation and they seem to match.