python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can you change the output directory for C++ WinRT generated headers?
Is there a way to change the output directory for the files generated by the midl stuff in C++ WinRT projects (The default seems to be ${ProjectDir}\Generated Files)?
The reason I'm asking is because ...
monoceres
Votes: 0
Answers: 0
#import changing the name of an imported function
I've been spending way too much time on this problem.
I am developing a project that uses COM in the Visual Studio 2019 Enterprise edition. I have the following interface defined in my IDL file:
// II...
ROBERT RICHARDSON
Votes: 0
Answers: 0
Why C++/WinRT requires IDL files for XAML?
For C#, XAML transpiles to .cs (*.g.cs) files and needs no IDL files.
Similarly in C++, why can't XAML be transpiled to .cpp (*.g.cpp) files? Why does it need any IDL files at all?
I don't understand....
learningXAML
Votes: 0
Answers: 2
How to get the DisplayName of the package in C++/WinRT?
i would like to get the DisplayName of the package in C++/WinRT.
As describe in this C# example:
<TextBlock x:Name="AppTitle"
Text="{x:Bind GetAppTitleFromSyst...
LegitLearner
Votes: 0
Answers: 0