| Thread | Last Post | Replies |
|
| Wince 6 build | 23 Aug 2007 15:36 GMT | 7 |
I'm migrating from ce 5 to ce 6. The first step is to change IDE to VS2005. I did a lot of changes in include folders and library folders but most of the source code is the same. I know there are changes to be done but I want to be able to compile first. The problem is that when ...
|
| string in source code is defaulted to unicode? | 23 Aug 2007 11:37 GMT | 2 |
I found some strange behaviour in my program code, is there any directive that make the compilter treat "string" as unicode?
|
| Hidden secret with Eboot and image | 23 Aug 2007 10:52 GMT | 4 |
I am here to tell you about the investigation i did. I have a modified Mainstone2 eboot and created a NK.nb0. When i download NK.nb0 through JTAG to RAM ,its showing a serial character,but when both NK.nb0 and eboot.nb0 are downloaded and if we
|
| Desktop ICON missing in Japanese Vesrion of OS | 22 Aug 2007 21:58 GMT | 1 |
I have built WinCE 5.00 OS for my PDA, my choise of language is Japanese and nothing but the Japanese, that is NOT MUI. I created some shortcut files and placed them at the Windows/desktop directory, and expecte them to appear at the Desktop, guess waht nothing is there.
|
| what is the functionality of kernelrelocate() of eboot code? | 22 Aug 2007 18:21 GMT | 8 |
Hi, all? A question is arised to me what purpose of the kernelrelocate() function is. From the bootloadermain() the kernelrelocate() is located at the first position.
|
| Error in Makeimg stage: Registry file parser error | 22 Aug 2007 17:11 GMT | 5 |
I have done some changes to platform.reg and platform.bib files in my project. when i give for buildall, in the makeimg stage i am getting the registry file parser error.
|
| Debug Port console input and ShellApi.cpp | 22 Aug 2007 16:34 GMT | 1 |
In CE 6.0, I have the following registry key: [HKEY_LOCAL_MACHINE\Drivers\Console] "OutputTo"=dword:FFFFFFFF This causes "Pocket CMD v 6.00 \>" to be displayed through the debug serial
|
| How to connect Call Profiler in WINCE6.0 | 22 Aug 2007 15:18 GMT | 2 |
I am trying to run Call Profiler but unable to do so I am using WinCe 6.0 with ARM compiler. Please tell me what environment variables should I set and what are the configuration settings required in Target->RemoteTools.
|
| About NVRAM driver? | 22 Aug 2007 14:47 GMT | 1 |
How to add NVRAM support to os? RAM disk ? I want to use NVRAM in stand file operation mode,like write file 、 delete、...as same as flash disk.
|
| Large and Small Keyboard order | 22 Aug 2007 14:11 GMT | 3 |
How do I change the default keyboard from the small keyboard(sip) to the Large Keyboard. I want to keep both of them. The current default is small keyboard. I would like the large keyboard to be the default. Also How can I set where they come up on the screen?
|
| Allocating RAM for IISR | 22 Aug 2007 13:18 GMT | 1 |
In an IISR I need to have some sort of dynamic memory allocation. As an IISR can't use the Windows CE API for that, I had the idea of using KLibAllocShareMem from the process that initially loads the IISR. But it seems that this memory is freed as soon as the loading process
|
| passing pointer from one driver to another | 22 Aug 2007 13:09 GMT | 1 |
I am using pointers in an application This pointer I am passing to the driver and this driver in turn passes the pointer to another lower level driver Till now I havent faced any problem yet
|
| pointer usage in drivers | 22 Aug 2007 13:08 GMT | 1 |
I am using some pointers in an application. These pointers I am passing to a dll. This dll in turn passes the pointer to lower level driver. Till now I am not facing any problem but I am worried that it might
|
| using debug zones in static library | 22 Aug 2007 13:00 GMT | 4 |
I have made a dll and i m using debug zones to print messages. But i also want to use the same zones for my static library.... I got information on how to include debug zones in .dll and .exe But can anyone help me out in including debug zones in static
|
| DirectDraw Bug in Windows Embedded CE 6.0 | 22 Aug 2007 10:30 GMT | 2 |
My CPU is PXA270 using CE6.0.BSP is MAINSTONEIII. Before I run DirectDraw applications,everything is OK.But if I run DirectDraw application,the display of desktop will become very very slow after I close the DirectDraw application.
|