| Thread | Last Post | Replies |
|
| Inconsistent information about process and thread using KITL | 18 Mar 2007 14:04 GMT | 1 |
I am facing problem in bringing up the kernel. I have built the image for tiny kernel. After downloading the nk.bin on to the target shell appears, but when I try to give command "gi proc" it doesnot respond. And one more problem is I don't get information about process
|
| Please recommend some Windows Mobile training courses | 18 Mar 2007 09:53 GMT | 3 |
Hi. Can people recommend me any companies who offer Windows Mobile training courses? I am looking for low-level driver, platform building, and other related stuff. Not application. Thanks!
|
| question about thread creation | 17 Mar 2007 11:21 GMT | 16 |
I want to create a thread to be triggered by the timer interrupt every 4ms, thanks to Remi's help, I can generate a timer interrupt every 4ms. I think it is reasonable to put my thread into a dll, so I enclose the thread initialization inside DllMain, like:
|
| problem with InjectDLL | 17 Mar 2007 10:54 GMT | 5 |
I insert the following to my .reg file : [HKEY_LOCAL_MACHINE\SYSTEM\KERNEL] "InjectDLL"=REG_MULTI_SZ:"myDLL.dll" but the PB output the following error:
|
| how to build eboot.nb0 in wince6 | 17 Mar 2007 04:11 GMT | 3 |
I build the bootloader in the PB6, but the eboot.nb0 doesn't appear. Would you tell me how to produce the eboot.nb0 in the PB6? Thanks in advance.
|
| Request for the location of the ntirp.c file in Platform Builder 5 | 16 Mar 2007 23:14 GMT | 9 |
I am trying to use the Remote System Information tool, available in Platform Builder 5.0, to display the functions exposed by a stream driver while a debug image is loaded and running on a target device. The KITL debugger in Platform Builder is running as well. When I start ...
|
| Stack used by thread | 16 Mar 2007 23:12 GMT | 1 |
When I run my applcation for for long hours it closes automatically without any notification. How to findout whether any stackover flow has happened ? Rishi
|
| Problems with 2006 rollup QFE for 5.0 | 16 Mar 2007 22:48 GMT | 11 |
After installing the yearly rollup for December 2006, I get a new warning in my builds, which has not happened before: BUILD: [01:0000000426:WARNN ] fulllibc.lib(__div0.obj) : warning LNK4099: PDB 'ccrthelp.pdb' was not found with
|
| I2C stream interface driver | 16 Mar 2007 18:42 GMT | 5 |
I'm new in WIndows CE. I'm working with Platform Builder 5.0 on boards based on Samsung S3C2440/2442. Latest bsp for Samsung S3C2440/2442 provides a stream interface driver for I2C.
|
| CE 6 Emulator Standalone - .cem ?? | 16 Mar 2007 16:36 GMT | 6 |
I'm trying to give an SDK + emulator to one of my developers that does not have platform builder (ARM-based design). However, when I build the SDK, there is no NK.cem file that I see referenced in all of the standalone emulator information. I haven't been able to find any
|
| Platform Builder license - "one place" or "multiplace" version? | 16 Mar 2007 15:15 GMT | 1 |
I need to know if my Windows CE Platform Builder license is a "one place" or "multiplace" license. How can I figure this out with help of the license key? Thanks for help, Mario
|
| I can see it(myDLL.dll) inside file viewer, but it is not in remote process viewer, nor in kernel tracker. please help | 16 Mar 2007 11:18 GMT | 2 |
I want to write a thread that is triggered by timer interrupt, and I put this thread into a dll, the following is the dll entry and thread initialization and thread body code: BOOL APIENTRY DllMain( HANDLE hModule,DWORD ul_reason_for_call, LPVOID
|
| dll loading problem | 16 Mar 2007 11:18 GMT | 2 |
the following messages show up when I built the os image: 4294771004 PID:400002 TID:e00002 OSAXST1: >>> Loading Module 'mydll.dll' (0x82354660) at address 0xC0370000-0xC0374000 in Process 'NK.EXE' (0x8060BDC0)
|
| Limitations of WinCE 5.0 PB Evaluation Edition ? | 16 Mar 2007 10:07 GMT | 1 |
Is there any feature or function limitation of PB 120 days Evaluation Edition ? I mean other limitations except trial days and distribution rights . Thank you .
|
| OpenNetCF - SDF 1.4 | 15 Mar 2007 23:26 GMT | 1 |
What the way to include SDF 1.4 in the catalog of platform Builder? My OS is based on WinCE 5.0, I created an application using OpenNetCF namespaces. Nat.
|