1411 Salim Javed - Microsoft® Certified Technology Specialist Dec 31 5122 Views Easy steps to developing an application using DM3730 Introduction: Many feel that writing an application in Windows Embedded Compact 2013 is difficult especially many MCU application developer feel it is difficult to write an app compared to writing an application for MCU. . This article will cover ...
402 Salim Javed - Microsoft® Certified Technology Specialist Mar 23 3978 Views Application Verifier Hangs While Adding The Application In this blog post, I am going to list out some of the most common issues that we face with application verifier while connecting it through active sync. Application verifier is used to test the application written for Win CE devices. Application ...
399 Salim Javed - Microsoft® Certified Technology Specialist Mar 18 3785 Views Compiling bsect.asm of X86 to create bsect.img Most of the programmers find it difficult to compile the bsect.asm file. This is because of 32 bit assembly controller and not defining the build.bat file properly. Here you will find simple steps to compile the bsect.asm. Step1: To compile the ...
185 Salim Javed - Microsoft® Certified Technology Specialist Oct 05 7131 Views Increasing the Microsoft X86 BIOS Bootloader (BLDR) Size Introduction: I am just bringing the BLDR size issues we faced when we tried to add more functionalities to the X86 bootloader (BLDR). As per the current X86 bootloader designs in Windows CE, we can only build the BIOS boot loader of ...
188 Salim Javed - Microsoft® Certified Technology Specialist Sep 14 3414 Views INVOKING KEYBOARD PANEL Simple method to invoke the software keyboard panel when edit box or other controls clicked (i)BOOL SHInitExtraControls(void); The above function has to be called before creating the dialog box, in which we need to invoke the software input panel. ...