| Thread | Last Post | Replies |
|
| about splash screen | 31 Dec 2008 06:25 GMT | - |
I am using vortex86SX_60B and I ported window CE 6.0 operating system on it. I boot my system through bios boot loader so there are four file eboot.bix,splssh.bmx,boot,ini and nk,bin , now i want to change splash screen ,i want to my
|
| devlop loadcepc | 27 Dec 2008 21:22 GMT | 1 |
hello i want to create loadcepc so plz tell me how we can devlope
|
| Shut down my wince device | 24 Dec 2008 15:20 GMT | 4 |
hi how can i shut down my WINCE device i m using vortexX86 machine as window embedded device so i want to shut down this device
|
| .NET Libraries question | 19 Dec 2008 02:47 GMT | 3 |
I have a question that will probably be very stupid sounding, but I am a bit confused so I would appreciate some guidance. Say I had a .NET library written, which has a method call that accepts some parameters, then opens a connection to an SQLCE database, writes a
|
| Learn Embedded Technology From Industry Experts | 18 Dec 2008 06:36 GMT | - |
visit http://www.e-nalanda.com to learn RTOS Fundamentals & Programming using µCos, Embedded Linux, 32 Bit ARM Architecture & Programming, WinCE, Linux Device Driver (LDD), Embedded C, Operating Systems Fundamentals (using Linux), C, C++, 8 Bit Microcontroller
|
| CEMAPI SMS Sender | 17 Dec 2008 14:48 GMT | - |
Hi All forum.... I have an ask.... I have builded a sw that reads the SMS. But I have a problem... I know the number of the sender and using the CEMapi I read only the alis name and not the number.... Is it possible to know the number and
|
| 0xC0000005 Access Violation | 17 Dec 2008 03:43 GMT | 9 |
I'm working on WinCE 6.0 Device Driver development. I've written my custom drivers in user mode,which is accessing serial port driver which is in kernel mode.So while writing anything on driver handle it is raising an exception as 0xC0000005:Access Violation.
|
| Ownerdrawn button with grayed png image for disabled status | 12 Dec 2008 18:52 GMT | - |
I'm trying to develope an ownerdrawn button showing a png image with transparencies, stored in project resources. I've been able to draw it for normal button status using imaging api (IImagingFactory, IImage, ...), and to apply some transformations on the
|
| sdk (re)installation | 11 Dec 2008 14:47 GMT | - |
I have a problem that if I want to create a new project in VS2005, my platform/SDK appears as "nameSDK 2" instead of "nameSDK" . "nameSDK" is entirely missing from the list of Installed SDK's. The problem appeared after I had to reinstall the SDK for VS2008.
|
| invalid access code 12 | 11 Dec 2008 12:31 GMT | 1 |
i'm working on WinCE 6.0,i.MX31PDK platform. While communication over serial port i used syntax as follows CreateFile("COM1:",GENERIC_READ|GENERIC_WRITE,0, NULL, OPEN_EXISTING, 0, NULL);
|
| enabling software input panel | 11 Dec 2008 05:07 GMT | 2 |
i want to know how we enable sip when focus set on edit box
|
| Createfile error returning 120 | 10 Dec 2008 14:17 GMT | 2 |
i'm working on WinCE 6.0. i wrote my custom device drivers.Wwhen i'm using CreatFile it is failing and returning error code 120, indicating function is not for perticular platform.
|
| MAPIInitialize failed | 09 Dec 2008 04:29 GMT | 1 |
I have a strange problem with MAPIInitialize. I have two Windows Mobile Device, ASUS P320 with WM6.1 and MIODigiWalker with WM5.0. On the ASUS this code is OK but on the MIO I have a problem with "hr = MAPIInitialize(NULL);"...
|
| RasDial in Windows Mobile 6.1 | 07 Dec 2008 18:51 GMT | 6 |
I have an application developed in eVC++ 4.0 with the PocketPC2003 SDK. It works well in all windows mobile versions, but I started receiving reports that in Windows Mobile 6.1 my calls to "RasDial" don't work. Everything else works well in WM6.1 except this.
|
| Trouble with "continue" in try/catch block | 06 Dec 2008 01:04 GMT | 3 |
the following short program should crash (unhandled exception), but on WM5 and WM6 it will loop forever between the throw 2; and the catch block. This does not happen on Vista, XP. Could anybody please give a comment on this.
|