Recently I was looking at bare metal programming, usually using an SD card to test bare metal programs. I looked at several programs, some in assembly and some in C, and found that there were differen
In VC, you can open the serial port like this: CreateFile("COM1",....), but in EVC, why do you have to do this: CreateFile(_T("COM1:"),....)? My question is: why do you need a semicolon after COM1? It
In Windows Mobile 6.5, the display driver uses DDraw. If ChangeDisplaySettingEx is called to rotate the screen while a video is playing, the video will be distorted, but other applications are fine. W
I put the GDIAPI TEST \WINCE500\PRIVATE\TEST\GWES\GDI\GDIAPI on PB, and the compilation error is as follows: BUILD: [01:0000000110:PROGC ] Linking obj\ARMV4Ietail\GDIAPItest.dll BUILD: [01:0000000129: