Skip to content

Feature Request Increase Max Identifier Character Length

Summary

Feature Request Increase Max Identifier Character Length

System Information

  • Operating system: Windows
  • Processor architecture: x86, x86-64, ARM, AARCH64
  • Device: Computer

Example Project

The following code won't compile because identifier too long.

const
  D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_6_DISABLE_CHROMA_BLOCK_EDGES_AND_USE_LUMA_TWO_STAGE_DEBLOCKING = $00000040;
var
  i: UInt32;
begin
  i := D3D12_VIDEO_ENCODER_CODEC_CONFIGURATION_H264_SLICES_DEBLOCKING_MODE_FLAG_6_DISABLE_CHROMA_BLOCK_EDGES_AND_USE_LUMA_TWO_STAGE_DEBLOCKING;  

Relevant 3rd party information

https://docs.microsoft.com/en-us/cpp/build/reference/h-restrict-length-of-external-names?view=msvc-170

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information