You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agreee on the point being simply a Microsoft bug. As you may see from my makefile I am using GNU C Compiler & GNU C++ Compiler for the wrapper. I am using the MSYS2 platform https://www.msys2.org/ that allows me to build native Windows applications with MinGW port of GCC & G++.
Hello,
can you tell me which SDK version are you using, where did you get it...
I'm using Visual Studio Community 2022 and can't compile dwrite.h in C mode.
An example line from dwrite.h
preprocessed to C++
preprocessed to C
and the part " : public IUnknown" gets in the way.
I have zero experience with C++, but it looks to me as this is a Microsoft bug, they simply forgot about C.
But then, how do you compile it?
The text was updated successfully, but these errors were encountered: