| Thread | Last Post | Replies |
|
| How to make Image , if I only update platform.dat | 04 Aug 2006 13:03 GMT | 2 |
Dear SIr, I use WINCE 5.0 to devekop my project. As my understanding, if I only update platform.reg or platform.bib , I can copy them to Release Folder and make Image again , then I will have
|
| the parameter - lpFileName of CreateFile when I access flash | 04 Aug 2006 13:01 GMT | 1 |
I begin to use DeviceIoControl to access flash directly, and now I meet a new problem. DeviceIoControl need a device handle.To obtain a device handle, call the CreateFile function.
|
| Trusted module | 04 Aug 2006 08:46 GMT | 2 |
Does anyone know how to make the (.exe) / (.dll) being a trusted module? As I want to call a protected function, such as the function VirtualCopy(). I know it can be set in .bib at Platform builder, but my project is working on eMbedded VC++. How can I set it to be a trusted
|
| ERROR in sysgen phase. (ossvcs) bldplat.bat fot Pocket PC 2003 | 04 Aug 2006 07:43 GMT | 2 |
I'm getting the following error when trying to build Pocket PC 2003: Starting sysgen phase for project ( ossvcs ) Found localized resources for Languages ( 0404 0407 040c 0410 0411 0412 0413 0416 041d 0804 0c0a)
|
| What on earth is in the first 64K of a slot? | 04 Aug 2006 06:45 GMT | 1 |
I found a PPT about the VM layout of a process, and it says the first 64K of a slot(0x0000_0000 --- 0x0000_FFFF) is "Guard Section(64K)+UserKInfo". I didn't quite catch with the UserKinfo. Does it mean it is not actually empty in the first 64K and it does contain
|
| How can I release my driver to the customers? | 04 Aug 2006 04:46 GMT | 5 |
Hello, everyone! I have developed a USB2Net driver for our wireless net adapter on WinCE 5.0. Now a problem is that how can I release my driver to the customers? Can
|
| MSFlash DeviceName | 04 Aug 2006 02:00 GMT | 4 |
Why my MSFlash DeviceName is "MSFlash" instead of "DSK1:"? The registry settings are as follows: [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\MSFlash] "Prefix"="DSK"
|
| Customize IE Freecell and Solitaire? | 03 Aug 2006 19:35 GMT | 2 |
In WinCE 5.0, I would like to put IE and two games, Freecell and Solitaire, in our applications. Howerver, I do not like the title bars. Is it possible to customize the UI of these three applications?
|
| disabling Screen Orientation Change at run time | 03 Aug 2006 15:13 GMT | 2 |
I'm developing an application in Portrait orientation for PPC WM 5, as per specifcation there is no need for a landscape orientation. but I don't know how to disable the screen rotation. any one has any idea plz let me know. Thanks and Regards
|
| WM5.0 device connecting to XP machine (Wceusbsh.sys) | 03 Aug 2006 14:08 GMT | 1 |
I am trying to connect a Windows mobile device to an XP machine and expose a wceusbsh interface (using the Wceusbsh.sys driver on XP side). On the device side, I have a USB modem sending out debug messages to the COM port exposed by USBFN's Function client - serialusbfn.dll
|
| a problem about building a project in PB | 03 Aug 2006 13:43 GMT | 2 |
I met a strange today.I add a "Hello World" project in a platform,and build it .Then HelloWorld.exe appear in release directory.But when i delete it and build that platform.An error reported that helloworld.exe isn't found in release directory.It's strange that though i delete ...
|
| Problem when adding a file to OS | 03 Aug 2006 13:38 GMT | 3 |
I add a file in release directory to OS by configuing project.bib and when making a run time image no error is reported ,but in ruuning WinCE i can't find what i have added in windows directory why?
|
| Add a web server | 03 Aug 2006 11:56 GMT | 2 |
I'm trying to add a web server on my wince 5.0 image, following the instructions from the platform builder help. Under the Geode image -> Project Specific Files -> project.reg I included the following line as suggested by the help file:
|
| Why .exe files doesn't appear in \windows when adding project in P | 03 Aug 2006 09:41 GMT | 1 |
The problem is that though i add a project in PB5.0 and succefully build it,when a Emulator OS is ruuning i can't find the related .exe file in \windows directory.I n addition,in the procedure of making a run-time image i find information
|
| First-Chance Exception in an unknown module.Whats ths error? | 03 Aug 2006 05:33 GMT | 3 |
i have a wince project which has just RTC initialisation program HRESULT hr = S_OK; IRTCClient *pIRTCClient; hr = pIRTCClient->Initialize();
|