Re: Preview of next-gen foobar2000 SDK
Reply #14 –
Another minor v1.6 issue. Debug builds on VS2019/v142 toolset fail with this addition to SDK/dsp.cpp remove_bad_chunks
#if PFC_DEBUG
uDebugLog() << "Removing bad chunk: " << chunk->formatChunkSpec();
#endif
D:\a\foobar2000-sdk\foobar2000-sdk\foobar2000\SDK\dsp.cpp(89,69): error C2678: binary '<<': no operator found which takes a left-hand operand of type 'uDebugLog' (or there is no acceptable conversion) [D:\a\foobar2000-sdk\foobar2000-sdk\foobar2000\SDK\foobar2000_SDK.vcxproj]
edit: probably related to having conformance mode enabled.