[MS] A graphical depiction of the steps in building a C++ executable, with XAML and packaging - devamazonaws.blogspot.com
Last time, we generated a diagram showing how a C++ executable is built, augmented for classic Win32 . Let's add in more stuff: XAML and packaging. .idl ↓ MIDL compiler ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↘ .winmd .xaml ↓ ↘ ↓ C++/WinRT compiler XAML compiler ↓ ↙ ↓ .h, .cpp .xbf .resw ↓ ↘ ↓ C++ compiler makepri ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ .obj .rc, .ico, .bmp ↙ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ librarian rc compiler ↓ ↓ .lib .res ↘ ↙ ...