CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2019
    Posts
    6

    c++ code/Library for mirroring Windows using Miracast protocol

    I want to build windows software (not windows app) that will mirror the windows screen to a TV using Miracast protocol. I know that this is built-in on windows 10 using the start menu. But i want my application to be able to do that as well. My question is if there is c++ code or lib that i can use to do that.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: c++ code/Library for mirroring Windows using Miracast protocol

    Take a look in the sample section of the Windows 10 Sdk and see if there is anything related to what you're looking for.

  3. #3
    Join Date
    Sep 2019
    Posts
    6

    Re: c++ code/Library for mirroring Windows using Miracast protocol

    Quote Originally Posted by Arjay View Post
    Take a look in the sample section of the Windows 10 Sdk and see if there is anything related to what you're looking for.
    Thanks but i only find there c# code and my app is native c++ and I would like to keep it native c++.
    IS there other solution as private lib or anything else i can use that is written in native c++?

  4. #4
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

    Re: c++ code/Library for mirroring Windows using Miracast protocol

    As far as I can tell, this is only available for a UWP app - c#, c++/winrt, VB.NET, JavaScript.
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  5. #5
    Join Date
    Sep 2019
    Posts
    6

    Re: c++ code/Library for mirroring Windows using Miracast protocol

    Well my software is windows software and not windows app.
    I even tried to find some detailed protocol info so i will be able to implement the miracast protocol (hopefully with some c source code) but nothing.
    I was sure I will easily find some lib that can do that (:

  6. #6
    Join Date
    Sep 2020
    Posts
    3

    Re: c++ code/Library for mirroring Windows using Miracast protocol

    Oh, I suppose that to solve your question it will be much better to ask for some professional help in a company that specializes in this aspect. I had the same situation when I was implementing the Salesforce CRM to my business. I have noticed the [link removed] community implementation guide salesforce from the one really competent firm and I just can't imagine what could I do without it. I believe that some professionals will help you too
    Last edited by Arjay; September 2nd, 2020 at 09:48 PM. Reason: Removed advertising link

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured