Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-139549

Qt multimedia compilation error windows 32 bit

XMLWordPrintable

    • Windows
    • 853b15cc0 (dev), df2ee9917 (6.10), 446765c37 (6.9), bb3a3352e (tqtc/lts-6.8)

      Compilation error for Windows 32 bit

        F:/Opt/Qt/6.9.2/Src/qtmultimedia/src/multimedia/windows/qwmf_support_p.h(63): error C2398: Element '2': conversion from 'DWORD' to 'qsizetype' requires a narrowing conversion                                          

      possible fix

      if constexpr (std::is_void_v<IMFBufferReaderReturnType<Functor>>) {
              f(QSpan{ data, qsizetype(currentLength) }, QSpan{ data, qsizetype(maxLength) });
              return {};
          } else
              return f(QSpan{ data, qsizetype(currentLength) }, QSpan{ data, qsizetype(maxLength) }); 

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            timblechmann tim blechmann
            ace_of_snakes Ace Snakes
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes