About 50 results
Open links in new tab
  1. [UWP] [C++]Media Foundation - IMFTransform -> ProcessOutput, …

    Dec 20, 2016 · I am developing a mobile app to decode H264 encoded data stream and display it (decode each frame and present it right away). I use Windows Media Foundation for development. …

  2. Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.61030 Setup failed

    Jul 15, 2019 · Unfortunately, it failed to configure the MS Visual C++ 2012 redist (x64). Tried to install Microsoft Visual C++ 2012 Redistributable (x64), but failed all the times.

  3. Installing Microsoft Visual C++ 2017 Redistributable removes Microsoft ...

    Apr 11, 2019 · I removed Microsoft Visual C++ 2017 Redistributable and installed Microsoft Visual C++ 2015 Redistributable and I can see it in my program and features. I then re-install Microsoft Visual …

  4. Visual C++ 2005 SP2 Redistributable - social.msdn.microsoft.com

    There has been a new service pack released for Visual Studio 2005 in October. But I couldn't find a matching redistributable package released for it. Where can I find it? When I run my app (built in VS …

  5. Getting raw depth data of Kinect v2.0 in C++

    Apr 25, 2015 · I need some help about Getting Raw Depth Value of Kinect in C++. I would like to save the raw depth value within a ROI box into a txt file so that I can compare it with the "live" value …

  6. Marshalas (UnmanagedType.Struct) and VARIANT type

    Mar 25, 2009 · As you can see the MarshalAs to UnmanagedType.Struct is defined on the object type but when I copy such structure to unmanaged memory and test it further in c++ code it says it is …

  7. Ribbon Framework, WPF, MFC... - social.msdn.microsoft.com

    Mar 20, 2010 · The "Windows Ribbon Framework" is a ribbon control provided with Windows 7 (and Windows Vista via platform update), intended to be used by native C++ developers (WIN32).

  8. Integer data types sizes for 64bit C++ compiler

    Jun 19, 2008 · The question is - what would be the sizes in 64-bit Microsoft C/C++ compiler and 64-bit Microsoft C# compiler? For 64-bit C/C++ compiler, would 'int' be 32 or 64 ?

  9. Numerical recipes in C++ Book - social.msdn.microsoft.com

    Personally I would recommend sticking with the 'Numerical Recipies in C' book and steering clear of the C++ edition. The algorithms and mathematical background in both of them are virtually the same, but …

  10. C++ keeping score - social.msdn.microsoft.com

    Jan 25, 2011 · You can update it inside your main do-loop with the value of the result of dice rolling ('iSecret' ?) If the value of this variable reaches or surpasses 50 then you can print out a message …