Opening MediaInfoLib\Project\MSVC2022\MediaInfoLib.sln and making a Build on MediaInfoLib or MediaInfoDLL projects fails with the following error messages..
1>MediaInfo_File.cpp
1>E:\work\code\MediaArea\MediaInfoLib\Source\MediaInfo\Audio\File_Usac.cpp(1675,9): error C2039: 'Resize': is not a member of 'ZenLib::BitStream_Fast'
1>E:\work\code\MediaArea\ZenLib\Source\ZenLib\BitStream_Fast.h(30,7): message : see declaration of 'ZenLib::BitStream_Fast'
1>E:\work\code\MediaArea\MediaInfoLib\Source\MediaInfo\Audio\File_Usac.cpp(1735,9): error C2039: 'Resize': is not a member of 'ZenLib::BitStream_Fast'
1>E:\work\code\MediaArea\ZenLib\Source\ZenLib\BitStream_Fast.h(30,7): message : see declaration of 'ZenLib::BitStream_Fast'
1>E:\work\code\MediaArea\MediaInfoLib\Source\MediaInfo\MediaInfo_File.cpp(815,14): fatal error C1061: compiler limit: blocks nested too deeply
Definition of class BitStream_Fast in Bitstream_Fash.h does not define a Resize() method.
Opening
MediaInfoLib\Project\MSVC2022\MediaInfoLib.sln
and making a Build on MediaInfoLib or MediaInfoDLL projects fails with the following error messages..Definition of
class BitStream_Fast
inBitstream_Fash.h
does not define a Resize() method.