C++ and XAML app in Windows Phone 8
-
Saturday, November 10, 2012 9:34 PM
Hi,
From reading articles about XAML in Windows Phone 8 seems to part of .NET (managed code) while in Windows 8 XAML is native. Does this mean that I cannot use C++ with XAML to develop an app on Windows PHone 8, am I restricted to use C# + XAML?
thanks
- Edited by mesarina Saturday, November 10, 2012 9:34 PM
- Edited by mesarina Saturday, November 10, 2012 9:34 PM
- Moved by Rob CaplanMicrosoft Employee, Moderator Monday, November 12, 2012 12:30 AM (From:Building Windows Store apps with C++ )
All Replies
-
Sunday, November 11, 2012 9:28 AM
A source of up to date information is given in: Windows Phone 8 and Windows 8 app development
In particular, Maximize code reuse between Windows Phone 8 and Windows 8 : Sharing techniques to maximize code reuse for C# and C++ projects
-
Monday, November 12, 2012 1:11 PM
That is correct. XAML can only be used with C#. C++ can be used for a WinRT component used by the C# project.Does this mean that I cannot use C++ with XAML to develop an app on Windows PHone 8, am I restricted to use C# + XAML?
- Proposed As Answer by Comptrol Saturday, November 24, 2012 3:34 PM

