| Thread | Last Post | Replies |
|
| HTTP headers on web server | 08 Aug 2006 18:44 GMT | 1 |
Is there a way to enforce certain HTTP-header lines on all default web-server requests (WinCE 4.2/5.0), e.g. on normal html-files ? I know I can do it with ISAPI-extensions, but I was hoping I didn't have to make all requests pass through a "proxy" ISAPI extension to get
|
| embedded device management using web server | 08 Aug 2006 18:27 GMT | 2 |
We would like to add external management capabilities to our WinCe 4.2 device. I understand that WinCe fully supports a webserver and we can succesfully reply the HTTPD on our device for loading web pages. I'm looking for some direction on the next step required: how do we
|
| _outp instruction usage in eVC++ 4.0 | 08 Aug 2006 13:28 GMT | 4 |
Hi friends, I am still working on how to modify and use ISR. Since we need to debug ISR to see if we can properly get the interrupt we decided to use _outp instruction to send a byte to serial COM1 port when entering PeRPISR.
|
| How to integrate a dll file to WindowsCE and windows mobile? | 08 Aug 2006 03:11 GMT | 2 |
I have a SDIO WIFI WLAN card and its driver(.dll file). I need to integrate it to a Win CE / Win Mobile device to make my PDA connect to the Internet. Who can tell me the procedure for integrating the WIFI/SDIO driver to Win CE 5.0 and Win Mobile 5.0.
|
| NDIS structure & PPP connections | 08 Aug 2006 03:09 GMT | 1 |
I have a questions that maybe someone can answer. This goes back to the SMB/CIFS question I posted last week and have still not found a solutioon or gotten any clues of where to begin to solve it. Where does the information like WINS, DNS, DHCP Server, & Default
|
| Porting Win32 -> WinCE | 08 Aug 2006 03:06 GMT | 3 |
We currently have a client-server application written in Win32 and we're in the process of trying to create a slimmed down version of the client software for the Pocket PC. Our application is a fair size, and uses a few in-house developed DLLs for drawing areas etc. We want to be ...
|
| is there somethig like NDIS-WDM thing in wince | 08 Aug 2006 02:55 GMT | 3 |
My driver is actually a USB client driver as my device sits on the usb bus but I also need to interact with NDIS as I need to send IP packets I receive from my device through USB into the network stack. My question is "Like XP has NDIS-WDM model, does WINCE too has something
|
| API HOOKING | 08 Aug 2006 02:54 GMT | 1 |
Anyone has already manage to do a system wide API Hooking. I would like to intercept every call to CreateFile .... Thanks
|
| Socket connection via GPRS and debugging | 08 Aug 2006 02:51 GMT | 1 |
I'm developing an app that connects to a remote server on a socket via a GPRS connection, on Windows CE .Net (4.20). This works fine until I dock the device to debug something. It seems as if the socket tries to connect via ActiveSync, instead of the GPRS modem.
|
| CAB File : Including ARM in UnsupportedPlatforms | 07 Aug 2006 23:27 GMT | 5 |
Can anyone let me know how can include ARM (ProcessorType = 2577) into UnsupportedPlatforms in my CAB File Installation on Windows CE 5.0 Device? What I want to do is create a CAB file for x86 processor which will
|
| Serial Port and file storage problem WinCE 5.0 | 07 Aug 2006 20:55 GMT | 3 |
hi! I have an ICOP mainboard, but I cant activate all serial port in that mainboard. There are some notes about this problem, but they do not work. I do not have ideas to solve it.
|
| Diference between the Win CE and the Win Mobile. | 07 Aug 2006 14:55 GMT | 1 |
Hi, i have a pocket PC HP 2003 with the windoes mobile. I have heard that the win mobile is a platform kinda like of the winCE. The winCE is the "real" windows behind the win mobile. Could some one explain me more a bit please?
|
| 1394 Virtual AVC VCR | 07 Aug 2006 10:46 GMT | 1 |
Is it possible to get handle for Virtual AVC VCR driver in WinCE 5.0.? Is there a bug in 1394 WDM stack? Why is it that the AVC_VVCR.dll gets loaded but still it is not possible to open the driver from virtual VCR Application.
|
| IIC Driver On PXA270 | 07 Aug 2006 10:07 GMT | 1 |
I want to make a driver for IIC on PXA270.After I traced the source code,I used functions in Xllp_i2c.c. And now, I can set Slave Address correctly as follows: I2C_regs->IDBR = (slaveAddr << 1) & ~XLLP_IDBR_MODE; //Config To Writr
|
| MapPtrToProcess in WinCE 5.0 | 05 Aug 2006 04:09 GMT | 3 |
The PB Documentation claims that MapPtrToProcess is deprecated and the new version MapCallerPtr should be used for mapping pointers betwen user apps and device drivers. Why is the restriction on number of bytes added ? When we have pointers
|