platform-builder

Windows CE 6.0 - USB Drivers at boot up time

試著忘記壹切 提交于 2020-01-05 07:51:36
问题 I built a new Windows CE image and placed two USB drivers. One for the USB printer and the second for some special device with digital and analog I/O ports. I have one problem that came out with the drivers while the operating system boots up. Every time the image boots up it asks to enter the driver's name. (The message is "Unidentified USB Device" Enter the name of the USB device driver) Is there a workaround for this problem ? What does I have to put into a registry? I did not check if the

Unable to get milliseconds from GetSystemTime()

我怕爱的太早我们不能终老 提交于 2019-12-11 03:13:13
问题 I am trying to print out seconds and milliseconds resolution timing and i am using GetSystemTime() . This is my code: GetSystemTime(&datetime); RETAILMSG(1,(_T("Time After Data Sent to USB: %d:%d\r\n"), datetime.wSecond, datetime.wMilliseconds)); I print to the platform builder debug output using RETAILMSG() , but i am only able to print up to seconds resolution, so i will see something like 48:0 where the milliseconds is blank. I am not sure why this is happening as i receive no complaints.

Windows CE 6.0 - Installing SQL Server CE 3.5 into the run-time image

百般思念 提交于 2019-12-10 20:15:04
问题 I made an application that I put onto the hard disk of Win CE (the Compact Flash card). My problem is that the application is using the SQL Server CE 3.5 database but it looks like that the image is created with the SQL Server CE 3.0. I couldn't select the 3.5 version when I started to build the image. The 3.5 version dlls are deployed every time I debug the application so the problem never shows up in the development phase. Now when the application starts (it is started automatically when OS

Install WinCE 5.0 Platform Builder SDK - build code with Visual Studio 2012 or higher

…衆ロ難τιáo~ 提交于 2019-12-10 20:02:03
问题 I have a Windows CE 5.0-based Platform Builder image. It is intended to be installed on Visual Studio 2005. My team would like to upgrade our build tools to utilize Visual Studio 2012, but Visual Studio 2012 does not support this platform image. To be clear; I am not asking whether or not Visual Studio 2012 (or higher) supports Platform Builder SDKs targeting Windows CE 5.0. That question has already been answered (more or less), and the answer is clearly "No." Instead, what I'd like to do is

Add CAB file to the OS design

倖福魔咒の 提交于 2019-12-02 17:49:06
问题 I need to add the CAB file (my installation) to the OS Design and I can't find a way to do that. I need it for Installing the program automatically when the OS loads for the first time. I'm talking about win compact 7. Can you help me? 回答1: I'm a bit confused. Why would you add the CAB to the OS design and have that unpack on run? If you're creating an OS and you want it to include the app, why not just use the BIB and REG files (PLATFORM or PROJECT) to just put your app's files and registry