| Thread | Last Post | Replies |
|
| getenv() equievalent in Win CE | 08 May 2006 08:59 GMT | 4 |
I am new to Win CE development. We are trying to port ares library to Win CE. But it is giving lot of compiler errors. I could get through most of the errors by writing the alternative code. But I am not able to find getenv() equivalent in Win CE.
|
| Free Flash space indication | 07 May 2006 12:06 GMT | 1 |
I am working in ROM only mode with Flash storage mounted as Root. I'm looking for a way to give indication to the user of how much free space is available in the flash dtorage. I removed the storage manager since I don't want user to unmounrt or format the flash. Therefore checking
|
| XScale MemoryController | 06 May 2006 19:43 GMT | 7 |
Hi, I am working with a XScale processor on a project. Now, I would like to read 8bit wide Datas from a SRAM via the MemoryController from the XScale. Does someone have experience in programming an XScale MemoryController with WinCE? The manual from Intel doesn't help me
|
| PPP instead of RNDIS | 05 May 2006 16:49 GMT | 1 |
Is there a way to use PPP instead of RNDIS on an already existing device to synch with AS?
|
| How do I get/set a WEP key in program code? | 05 May 2006 16:45 GMT | 1 |
Is there a way I can get/set the CE 5.0 device WEP key it is using to connect to the network? Preferably in C++.
|
| How do I burn files to CD (preferably DVD) programatically in C++ / CE.Net 4.2? | 05 May 2006 16:28 GMT | 3 |
I get that this is a complicated subject, so all I am after is a starting point, I don't need someone to write my code for me:) I see there is this "Image Mastering API" (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devio/base/usin g_the_image_mastering_api.asp) ...
|
| Frame Grabbers | 05 May 2006 16:23 GMT | 2 |
Does anyone know of any frame grabbers that are supported by CE.NET? thanks for the help.
|
| Is there any video capture/ frame grab hardware with Windows CE.Net-compatible drivers? | 05 May 2006 16:22 GMT | 4 |
Does anyone know of any framegrabber/ video capture hardware that can be used with CE.Net (4.2, but I can upgrade I guess). We have a standard composite/s-video camera and we only need to be able to capture (preferably colour) stills (say, 1 every 5 minutes or whatever, there is ...
|
| USB Camera for Windows CE 4.2 | 05 May 2006 16:20 GMT | 2 |
We are currently developing a system that runs Windows CE 4.2 and we want to be able to use a standard USB web cam to grab frames and transmit them over a network for what would essentially be a teleconferencing type application. Basically we wanted some advice on where to look ...
|
| Intercept right click on Touch Screen | 05 May 2006 16:18 GMT | 1 |
I have this problem: i'm writing a wince 5 application and i have a touch screen. My application is a DialogBased with buttons and i need to intercept the right click (when the user press on the screen for more than 3-4
|
| Using USB Serial connection instead of RNDIS for a SmartPhone | 05 May 2006 15:57 GMT | 2 |
I am wondering if there is a way to "force" Windows XP to identify my SmartPhone as USB Serial device without using RNDIS. I mean I don't want an IP address for my device. I simply want to browse on it via the Explorer. Many thanks and best regards,
|
| SIPAPI call problem? | 05 May 2006 08:21 GMT | 2 |
I have a simple Daalog application calling "SipGetInfo", I added #include "sipapi.h" in my project, but linker says "siptestDlg.obj : error LNK2019: unresolved external symbol _SipGetInfo referenced in function "protected: void __thiscall CSiptestDlg::OnButton1(void)" ...
|
| PCCARD driver question | 05 May 2006 08:07 GMT | 4 |
I am working with a SandgateII eval board (PXA270). I got WCE 5.0 up and running. Now when I put in a Flash PCCARD into the slot I get a window with the title "Unidentified PCCARD Adapter" and the prompt "Enter the name of the driver for this PCCARD:". The entry field is filled ...
|
| Send event to parent control in Csharp | 05 May 2006 03:18 GMT | 3 |
hi Is it possible to send key event from the Form.Control object which has the focus to its parent? thank for any idea.
|
| Setting Directories displayed in File Open and SaveAs Common File | 04 May 2006 22:23 GMT | 3 |
On Windows CE the common file open and saveas dialogs display a subset of the directories on the device. How do you add additional directories to the file/directory list?
|