Is WEC (Windows Embedded Compact) development supported in VS 2013? - compact-framework

I've downloaded VS 2013, hoping it would make it easier for porting our Windows CE / CF app, specifically easier for debugging. My worst problem is not being able to connect to the emulator from VS 2008 (How do I get the Emulator on the same network as my PC?) - and previously, in XP Mode / VS 2003, it wasn't even feasible to make the attempt (after several concussions incurred bashing my head against the wall).
I was hoping there would be a better process for that in VS 2013. But, based on what I see here: http://msdn.microsoft.com/en-US/vstudio/dn250998.aspx there may be no support at all (yet?) for WEC.
Am I really stuck with no WEC support in VS 2013, as it appears?

Development for devices running Windows Embedded Compact 2013 is supported in Visual Studio 2012.
Development for devices running older versions of Windows CE (5.0, 6.0), Windows Embedded Compact 7, Windows Mobile, Windows Embedded Handhelds is supported only in Visual Studio 2008.

Related

Is it possible to build a metro interface app with Vb.net in Visual Studio 2005?

we've been asked to change a webapp we're making to metro interface, the thing is, we have only Visual Studio 2005, what should we do to be able to change our app to Metro?
You will need Visual Studio 2012 as far as I am aware. You can use the free Express Edition of Visual Studio 2012 for building Windows 8 Apps. You will also need to be running Windows 8. You cannot develop Windows 8 Apps on Windows 7, Vista, or any other OS version less than 8.
You can install the Express Edition of 2012 along side Visual Studio 2005 and have them run side-by-side, it doesn't replace 2005, so you can keep using it.
As far as doing it within visual studio 2005 I don't think it's possible. But what you would need is the Windows 8 SDK.
You may be able to get by with the open source IDE Sharp Develop. I haven't used it in a long time so I'm not sure how far you'll get with it.
Requirements for Developing windows 8 Application :-
1 -> Visual Studio 2012
2 -> Windows 8 Latest Version
3 -> Developer License.
Windows Store App Development
Once you are done with this remeber you need to meet certain criteria listed below
App certification and requirements
Now answer to your original question
with visual studio 2005 you wont be able to build the app as 1,2 are the basic requirements, hence forth once you start you can go through the links below to make ur app perfet for the windows store
Note : one bad news . Ull have to code entire thing again as metro is a subset of the win32 api's and it will not even recognize some of them .

Board Support Package

Currently our BSP is built using Visual Studio 2005. I would like to update this to use VS 2010 at the very least, preferably 2012. I have not been able to find anything that will allow me to do this. I tried to upgrade the project to VS 2008, but it failed to load the project. I was wondering if anybody had some ideas or could at least point me in the right direction.
Visual Studio 2008 does support the Platformbuilder Plugin and creating Applications for Win CE, however the import wizard is not perfect, you may need to change some settings by hand.
Visual Studio 2010 does not support creating BSPs or applications for Win CE.
Visual Studio 2012 will support creating of BSPs and applications for Windows Embedded Compact 2013.
It also includes a new faster version of the .Net Compact Framework.
http://blogs.msdn.com/b/windows-embedded/archive/2012/11/14/windows-embedded-compact-v-next-uncovered.aspx
http://channel9.msdn.com/Events/Visual-Studio/Visual-Studio-2012-Virtual-Launch/Visual-Studio-2012-support-for-Windows-Embedded-Compact

Do I need VS 2012 Express for Windows 8 Apps if I have VS 2012 Professional?

Every page I seem to point to while trying to learn how to develop Win8 apps (such as this MS Page) points me to a download package that includes "Visual Studio Express 2012 for Windows 8."
However, I already have VS 2012 Pro.
Do I still need to obtain VS 2012 Express for Windows 8 for some reason, or is there an alternate path I can take to continue to use my existing VS 2012 in order to build Windows 8 apps?
No.
Visual Studio 2012 Express Edition for Windows 8 can create and edit Windows Store projects. Those same projects can be opened and edited in Visual Studio 2012 Pro and Ultimate. However, Visual Studio 2012 Pro and Ultimate can create other types of projects (like Windows Phone, WCP, WPF) that cannot be opened by VS 2012 Express Edition because Express for Windows 8 Apps is intentionally limited to only build Windows 8 apps.
The answer to your question is no, you do not need Express if you have Pro. Pro is the superset of the Express editions. Other Express editions include Windows Phone, Web, and Windows Apps. They are the free edition of Visual Studio, and for that reason alone they are limited in features.
Express is the cut-down edition of VS and as such it is less capable than the Pro edition. So, you should stick to VS 2012 Pro which is more than capable of developing Windows 8 apps.

Windows 8 App Add-on to visual studio 2012 for desktop

The title pretty much says it all. I've downloaded Visual Studio 2012 Express for Desktop but I also want to be able to develop apps for Windows 8.
Rather than having to download another version of Visual studio (Visual Studio 2012 for Windows 8). Isn't there just a way to add add-ons on my current VS to enable developing for Windows 8?
Thanks in advance!
PS - If there's an add-on to develop for Windows PHONE 8 that will also be greatly appreciated!
If you want to develop windows 8 phone, you still can use VS 2012 express, but you must install windows 8 phone SDK, you can download it here http://dev.windowsphone.com/en-us/downloadsdk.
But if you want to develop desktop app with VS 2012 Express, Unfortunately you can't, but IMHO you can still use csharp compiler in command line to do that. but you must references all the library you use in your app. to be honest I never try it, CMIIW.
Cheer
Yusak Setiawan
http://apptivate.ms/apps/1271/mathboard

What development tools can build 64 bit programs for Windows x64 and/or Mac?

Delphi does not yet support building 64-bit applications. What common tools are there for building native 64 bit programs, especially with an IDE? For instance, I believe that Visual Studio supports this. Anything else?
On Mac, Xcode builds 64-bit apps. Bear in mind that you must use the Cocoa UI APIs.
Visual Studio 2005, Visual Studio 2008, Free Pascal x64.
Delphi XE2, with FireMonkey, now supports Windows x64 and the Mac OS.