Posts

Es werden Posts vom April, 2014 angezeigt.

WinCE 5/6/7 and WEH65 Development with VS2013

Bild
You may say: This is impossible... I say: It works... At our Company we develop Application for WEH Scanners. Since all of the devices Targets Windows CE 5/6/7 (including WEH65) we are forced to use Visual Studio 2008. At the beginning of 2014 we started to evaluate Visual Studio 2013 as the developing IDE for Smart Device Applications. Quickly I realized that this doesn't work, since Microsoft didn't integrate the Smart Device Platform in the new IDE. So, what can we do? Good News , after 2 Months of analyzing different debug engine implementations I have a more or less full working Solution ;) The Problem is not the Compiler, the Problem are the following components: 1.       Debugger 2.       Forms Designer 3.       Project Sub-Type Debugger The first thing I analyzed was the debugger. First I had a look at mdbg, since this open source Project can debug application on smart devices. After that, I thought that I had to implement an AD7 Debug Engine. But s