Giter Club home page Giter Club logo

mfcstoreclient's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

mfcstoreclient's Issues

Errors compiling with Visual Studio 2019 and Win 10 SDK 10.0.19041.0

Repro:

  1. I opened the solution with Visual Studio 2019 version 16.9.4.
  2. It prompted to Retarget Projects to Windows SDK 10.0.19041.0 and Platform Toolset v142. I clicked ok to let it.
  3. Changed cpu to x64
  4. Set Packaging project as startup
  5. Pressed F5 and got lots of errors starting with:
    WindowsStore\WindowsStoreImpl.h(24,56): error C2039: 'Store': is not a member of 'Windows::Services'
    WindowsStore\WindowsStoreImpl.h(24,56): error C3083: 'Store': the symbol to the left of a '::' must be a type
    WindowsStore\WindowsStoreImpl.h(24,63): error C2039: 'StoreContext': is not a member of 'Windows::Services'

See build.log for more errors and warnings.
build.log

I'm looking for a complete example of a Desktop Bridge application accessing the Windows Store API using C++/WinRT

Solution Does Not Build With Fresh VS2022 Install

This solutions seems to have a number of issues in VS2022. After loading the solution and changing the toolsets to v143 (which is what VS2022 installed by default), building the WindowsStoreDLL project results in:

Error	C2039	'wait_for': is not a member of 'winrt::impl'	WindowsStoreDLL	C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\cppwinrt\winrt\impl\Windows.Foundation.0.h	983

This apparently can be avoided by setting the language "Conformance mode" to "permissive." However, that change results in a new problem:

Error	C2872	'IUnknown': ambiguous symbol	WindowsStoreDLL	C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\combaseapi.h	356

This new error seems to be rather common (and insane, I might add...).

Any tips on actually compiling any of this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.