Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 574 Bytes

File metadata and controls

26 lines (15 loc) · 574 Bytes

CppCSInterop

C++ C# Interop example using WinRT

See blog post C++/C# interop for native applications using WinRT | QbProg's C++ and Geometry blog

Requirements

  • Visual Studio 2026
  • CMake
  • (Windows SDK 10.0.26100.0)

Note that the Windows SDK should be matching exactly the specific version. In case replace the version specified in the csproj files with your own.

Instructions

setup.bat

Build

cmake --build build

Run

cd distrib
CppTextEXE.exe