| Thread | Last Post | Replies |
|
| Need implementation of getenv() | 28 Sep 2006 08:58 GMT | 2 |
I m new in this area...... I have my code which i want to build on WinCE. i have Microsoft eMbedded C++ 4.0 installed on my PC.. Now my problem starts with some functions like getenv , stat,..etc
|
| Trouble Porting Win32 app to WinCE | 28 Sep 2006 07:59 GMT | 1 |
First let me preface my question by saying that I am a raw newbie when it comes to WinCE. I'd barely ever even used the OS when, a few days ago, my boss asked me to port the rather simple windows forms application I'd been developing for him to WinCE so he can have
|
| Porting CE 5.0 Display Driver to CE 6.0 | 27 Sep 2006 19:29 GMT | 2 |
I do not seem to have the most up-to-date documentation on the display driver, eventhough I have the 6.0 beta. My question is, how much has the GWES interface changed from 5.0 to 6.0? If it has changed much, then can I assume the display driver can be ported over
|
| Engineering student wanting to get into embedded development | 27 Sep 2006 19:07 GMT | 2 |
Hello, I am an engineering student who is taking a break from school to get some more real world experience. I am becoming very interested in getting into embedded development, with emphasis on software. However, since I was an electrical engineering student, my program only ...
|
| Engineering student interested in getting into embedded developmen | 27 Sep 2006 19:07 GMT | 2 |
Hello, I am an engineering student who is taking a break from school to get some more real world experience. I am becoming very interested in getting into embedded development, with emphasis on software. However, since I was an electrical engineering student, my program only ...
|
| Close/PopUp Start Menu in WM 5.0 | 27 Sep 2006 19:07 GMT | 2 |
I am developing an application in which i am creating a sub-form or window. In addition to that i have to handle two scenarios as given below: 1. if start menu is popedup then i need to close it before showing the sub-form.
|
| Converting SYSTEMTIME struct to string | 27 Sep 2006 19:07 GMT | 7 |
Hi, I'm developing app in VS2005 C++ for PocketPC. I am reading a string representing date and time from the registry which has been written to from a C#.NET exe using the DateTime class in .NET so the string is formatted as 10/25/2006 4:15:47 PM.
|
| check disk from application | 27 Sep 2006 18:50 GMT | 3 |
Hello Group: I wrote a application to test read and write capabilities of my SD cards. I have noticed that clusters of some of my cards are disabled after
|
| Keyboard type on windows mobile 5 | 27 Sep 2006 16:37 GMT | 1 |
How do i find out if the mobile device has a QWERTY keyboard or a 12-key keyboard programmatically? Which is the API that needs to be used? Thanks in advance Karthik
|
| String between unmanaged and managed | 27 Sep 2006 08:03 GMT | 10 |
Some were I found this function: LPCWSTR LPCSTR_2_LPCWSTR(const char* inString) { int len = strlen(inString) + 1;
|
| CE device driver help, virtual memory and physical memory | 26 Sep 2006 22:19 GMT | 2 |
At startup, my driver needs to allocate some memory for DMA purposes. I currently use HalAllocateCommonBuffer() for this. I use this because it gives me a physical address (needed for DMA). I would like to make this memory available to the application for R/W. This
|
| CE 6.0 - Video card support | 26 Sep 2006 18:00 GMT | 1 |
Are any of newer video cards (AGP/PCI Express) for the X86 platform supported in CE 6.0? Thanks, Tom
|
| Install remote desktop | 26 Sep 2006 17:19 GMT | 2 |
I want to know if there is any way to install a remote resktop on a WindowsCE device without display. I am using the Moxa UC-7420-CE communicator. Thank you very much
|
| VS2005 and MFC80U.DLL in Debug Build | 26 Sep 2006 17:11 GMT | 2 |
I have PXA 270 and Wince 5.0. MFC(mfcce400.dll) is part of CE image. Main user application is written by MFC in Visual Studio .NET 2005. Release Version of Main Application work fine without any additional files
|
| New modem | 26 Sep 2006 16:29 GMT | 2 |
I must install a modem on a Com3 port. I have added the next entries in the registry: ExtModems, MyHayes,
|