| Thread | Last Post | Replies |
|
| ShowCursor() problem | 06 Oct 2006 10:58 GMT | 1 |
I am having a strange problem with ShowCursor() on CE 5.0; the cursor does not go away after "ShowCursor(FALSE)". I do this in a while loop: while( ShowCursor(FALSE) >= 0); so the internal cursor counter should not be what's causing this to happen.
|
| Increasing the stack size default(0x10000) | 05 Oct 2006 19:22 GMT | 10 |
Is there any problem if I increase the stack size of a program based in WinCE to 0x100000? Best Regads, Luis F.
|
| Windows CE and Corba | 05 Oct 2006 16:39 GMT | 2 |
I would like to move from QNX to windows CE. However i cannot find any support for Corba with Windows CE. Is there an alternative or am i looki ng in the wrong places? Or does CE just not support a means of generating remote procedure calls?
|
| Asynchronous I/O development in CE | 05 Oct 2006 14:23 GMT | 14 |
I'm developing an serial communication application for a CE 3.0 hand held device where it requires asynchronous I/O but I know that CE doesn't support it. How should I go ahead to implement now? Should I ask my OEM to provide a
|
| Windows CE 5.0 SDK | 05 Oct 2006 12:06 GMT | 1 |
I am looking for a Windows CE 5.0 SDK for my ARM9 based device. I don't want to take platform builder as it has time and cost constraints. Is a WinCE 5.0 SDK is available for ARM9 CPU. Thanks and Regards...
|
| Embedded Player on site - Windows Mobile 5 IE | 04 Oct 2006 17:55 GMT | 6 |
I want the ability to tune into my online radio station through my website through my Treo 700w. I currently have an Embedded player on my site which works fine and is recognized on a regular PC through various PC browsers. When I go to my site on my Windows Mobile phone the ...
|
| port VS2005 project to WindowCE5.0 | 04 Oct 2006 17:00 GMT | 4 |
We are doing a project to build PC based motion controller. We would like use WinCE5.0 as the OS and port existing VS2005 code onto it. I installed CE evaluation and .NET compact framework2.0 on my machine. I have a few questions regarding to VS2005 and Windows CE5.0
|
| CString problem migration EVC to VS2005 | 04 Oct 2006 10:07 GMT | 3 |
I have a problem with CString in VS 2005. I made a litte test program to find out what the problem is.... but without any results. When I put the "char cTest" into the contructor of the CString in
|
| What fuction can I use to change the brightness of screen? | 04 Oct 2006 03:44 GMT | 4 |
I want to change the brightness of WinCE device. What function can I use (pass a value to this function) ? Please give me an example how to use it. Thanks a lot.
|
| Final installation | 03 Oct 2006 21:32 GMT | 7 |
Hi, I have finish debuging my machine. Now I would like to build WINCE into my developpement machine then it will run automaticly when I will power on my dev machine. How can I build my final OS without the need of platform builder?
|
| Display driver performance drops after suspend/resume | 03 Oct 2006 16:37 GMT | 5 |
I am using BMQ benchmark test to test the performance of my display driver on WIndows Mobile5.0. I observe that there is a lot of "drop" in the count fo "draw" feature before and after the suspend. So would anyone in this group tell me the reason why this is happening
|
| How to perform user actions before warm boot | 03 Oct 2006 14:00 GMT | 1 |
Is there a possibility to trap and delay (or disable) the Warm Boot event? I need to trap the Warm Boot event and perform some actions before the WB is done (closing sockets, saving data, ...). I'm not sure if this can be done, because e.g. when the warm boot is caused
|
| why can't this application run when wince bootup | 03 Oct 2006 02:44 GMT | 1 |
I write a AP to lauch STYLUS ,as below #include "stdafx.h" #include "Pwinuser.h" int WINAPI WinMain(HINSTANCE hInstance,
|
| SMS Library on the Windows CE 5.0 Standard SDK | 02 Oct 2006 19:28 GMT | 1 |
I need to send and receive SMS messages with a non-Windows Mobile 5.0 device. I know that sms.lib is supported on Windows Mobile 5.0 But is the SMS library included as part of the standard Windows CE 5.0 SDK? If not, does anyone know how to go about sending and receiving SMS ...
|
| What the hell does XXX_preclose do? | 02 Oct 2006 11:15 GMT | 1 |
Can you tell me what the hell the XXX_preclose do? in addition to XXX_close in the stream drivers. I don't know when shall I use it. Thanks.
|