Can I use Visual Studio 2015 for creating Windows Phone 8 applications?

℡╲_俬逩灬. 提交于 2020-01-03 03:37:22

问题


I have Visual Studio 2015 Community edition installed with Windows Desktop development tools (languag - C++). Can I use it for creating Windows Phone 8 application with C++ language (especially with C++11/14 standard)? Which SDK\tools I have to install for this task or may be all required instruments are in Visual Studio 2015 Community package alredy?

Thank you for help.

P.S.: The "Visual Studio 2015 Platform Targeting and Compatibility" article, in the section "Visual Studio 2015 Support for Windows Universal, Windows Store, and Windows Phone App Development", says that Windows Phone 8 apps are supported by the Visual Studio 2015 but with footnotes "Supports migration of Windows Phone 8 projects to Windows Phone Silverlight 8.1.". So, I can't understand, does Visual Studio 2015 support the whole development cycle for Windows Phone 8 app or only migration to the Windows Phone 8.1?

UPDATE: I mean the Windows Runtime applications for Windows Phone 8 platform.


回答1:


sure, you need to download windows phone 8/8.1 sdk from microsoft website https://www.microsoft.com/en-in/download/details.aspx?id=35471 or from somewhere which provide standalone installer for this. after this, just open up visual studio go to c++ the expand windows > windows phone



来源:https://stackoverflow.com/questions/40816674/can-i-use-visual-studio-2015-for-creating-windows-phone-8-applications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!