Where can i find the C++/CX Hilo demo app?

Tom Allen 21 Reputation points
2020-11-12T23:42:39.753+00:00

We have an app written in C++/CX that we continue to support. Several years ago I found a Microsoft sample app in C++/CX that was named Hilo. This was quite a nice sample, but it seems to have disappeared from the Microsoft support sites and from git and CodePlex.

I understand that C++/CX is an obsolete technology, and it may be too expensive to maintain the app so it runs on current versions of Windows. But there were many good code patterns used and I would love to have the source code, even if the whole app cannot be built and run.

Can someone point me to a copy of the source? There was also a very helpful set of documentation pages too.

These links used to work:
https://archive.codeplex.com/?p=hilo

and
https://learn.microsoft.com/en-us/samples/browse/?redirectedfrom=MSDN-samples&languages=cppcx

39427-image.png

Thanks!

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,687 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 84,381 Reputation points
    2020-11-13T02:31:12.8+00:00

    The last sample I had downloaded was from VS 2015 samples :

    VCSamples/VC2015Samples/Hilo/C++/

    but the C++/CX version seems this one :
    VCSamples/VC2012Samples/Windows 8 samples/C++/Windows 8 app samples/Hilo C++ sample (Windows 8)/C++/Hilo/


2 additional answers

Sort by: Most helpful
  1. RLWA32 44,951 Reputation points
    2020-11-13T01:13:23.007+00:00

  2. Jeanine Zhang-MSFT 9,586 Reputation points Microsoft Vendor
    2020-11-13T02:04:30.04+00:00

    Hi,

    As far as I'm concerned, you could refer to the link:

    https://learn.microsoft.com/en-us/previous-versions/windows/apps/jj160316(v=win.10)?redirectedfrom=MSDN

    Best Regards,

    Jeanine


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.