1

I'm currently using Visual Studio 2008 with WinCE 7 BSPs. If I'd like to move on to Windows Embedded 8.1 Industry BSPs, can I use Visual Studio 2008 itself or I need to install VS 2013? My OS is Windows 7. Also, what all base BSPs come along with the installation?

Gomu
  • 1,004
  • 5
  • 16
  • 36

1 Answers1

1

Windows Embedded INDUSTRY 8.1 is based on full-windows and does not require Visual Studio or any other development tool to configure the OS. You can do that interactively. Windows Embedded COMPACT 2013 (sorry for the bold, but it's to highlight naming differences) is the next release of WinCE7 (you can call it WinCE8, no one will be offended :) ) and requires Visual Studio 2012.

Valter Minute
  • 2,177
  • 1
  • 11
  • 13
  • No, Actually I need to use [this](http://www.microsoft.com/en-us/download/details.aspx?id=40745) in particular. – Gomu Jan 21 '14 at 04:29
  • This is Windows Embedded 8.1 Industry Pro (I gave up trying to understand the logic behind those names). It is Windows 8.1, so you can use any tool that support Windows 8 app development. It may be Visual Studio 2012/13 if you want to use the new (and limited) WinRT APIs or any Visual Studio release, Delphi, Java or any other tool that allows you to develop "old" style Win32 apps, that can run on Windows XP, 7 or 8. – Valter Minute Jan 21 '14 at 21:48
  • Thanks. So, is Visual Studio 2012, the least version that supports Windows Embedded 8.1 Industry Pro? Not, VS 2008? – Gomu Jan 22 '14 at 03:55
  • The latest one is Visual Studio 2013. I won't say "last" because any tool that support Windows 8 can be used to develop apps for Industry 8.1 Pro. – Valter Minute Jan 22 '14 at 14:53