Reputation: 23
can I use visual studio 2013 (run on windows 8.1 ) to Create raspberry pi 2 app (RPI2 Running Windows 10 ) ?
can I use windows 10 SDK in windows 8.1 and visual studio 2013 ? and do I need to use it to make RPI2 program ?
I can use any version of the visual studio but do not want to change Windows , What are your recommendations ?
/* note : my project base on raspberry pi GPIO */
Upvotes: 2
Views: 1261
Reputation: 844
No, you can't. You must use Visual Studio 2015 (the most recent is the RC version, the RTM build will be available on July 20th).
https://msdn.microsoft.com/en-us/library/dn609832.aspx#target_win10
https://msdn.microsoft.com/en-us/library/dn894631.aspx
https://www.visualstudio.com/en-us/features/universal-windows-platform-vs.aspx
https://www.visualstudio.com/en-us/products/visual-studio-2015-compatibility-vs.aspx
Upvotes: 3
Reputation: 3579
No, you need Windows 10 for that.
Source: https://dev.windows.com/en-us/downloads/windows-10-developer-tools
- Install Windows 10 Insider Preview. You’ll need a Windows 10 PC for all Windows 10 development. Join the Insider Program, and then follow the Insider Program’s instructions to install Windows 10 Insider Preview.
Upvotes: 0