Monday, March 29, 2021

DX12 SDK Samples compilation: error C2102: '&' requires l-value

This error:
error C2102: '&' requires l-value

Can be resolved by setting the flag:
Configuration Properties->C/C++->Language->Conformance Mode->No
Instead of Yes (permissive)


No comments: