| Thread | Last Post | Replies |
|
| GetAdaptersInfo and Mac Address | 31 Jul 2007 19:20 GMT | 2 |
I am trying to get the physical address of a wireless card on a wince 5.0. In the below code macStatus always ends up being 111 - Buffer Overfull. What is the proper way to call GetAdaptersInfo? Or is there a different way to get the physical address of a wireless card? Does the ...
|
| Customising the Shell | 31 Jul 2007 15:56 GMT | 1 |
Reading through the posts on customising the shell it seems that modifying the PUBLIC folder code is not a good idea and that cloning the SHELL folder and copying it to the PLATFORM is the way to go. Is there a step by step guide to how to do this available ?
|
| FTP Client | 31 Jul 2007 15:56 GMT | 2 |
Does anyone know of a good (free) FTP client that comes with (win32,not MFC)sourcecode ? A reliable lib or DLL (+doc) might also work.... Preferably small, I downloaded some stuff that contains about 50 sourcefiles. This seems a bit much for my purposes.
|
| EHCI driver loading issue in Windows CE 6.0 | 31 Jul 2007 15:26 GMT | 1 |
I am using Windows CE 6.0 SDK. I am working on Thin Client development on VIA Based boards.(I have installed the Platform Builder SP, QFE's till April 2007, VS 2005 SP1) I am trying to use Hive based registry to store my profiles. That is I want
|
| Running from RAM, demand paging | 31 Jul 2007 14:45 GMT | 9 |
Hi. I'm trying to run everything from RAM, all the time. I seem to be having problems. On startup, if a compact flash is present, and it contains an, .exe, we do a CreateFile on it. Windows CE nicely creates a copy in RAM, in
|
| WinCE event? | 31 Jul 2007 12:46 GMT | 2 |
Hello again I have a short, maybe stupid question. Some user pressed a button. I have own driver IST, where I can recognize, that somebody pressed some button. I'll find out, which one and after that I
|
| GWEX.exe exception | 31 Jul 2007 12:06 GMT | 2 |
Hello to everybody. I have a problem I cannot resolve, so I hope you will help me. I've made an OS for my board with SH7760; with OAL, KITL and some drivers. Everything goes well, but only in a debug mode. Without any strange message
|
| Configuring COM 1 for other purpose instead of Debuging message | 31 Jul 2007 08:53 GMT | 2 |
Correct me if I'm wrong, COM 1 is reserved to be used to output debug messages and for communicationg with the setuploader in the target set. Am i right to state this? If I run out of COM port, can i configure this com port to use as a normal
|
| Compilation problem in VS2005 | 31 Jul 2007 05:19 GMT | 2 |
I am porting an EDMA driver available in Wince 5.0 to Windows ce 6.0. The driver build fine in 5.0. In 6.0, the build fails. I have verified the include directories and the libraries mentioned in the 'sources' file.
|
| CE 6.0 printer ports problem in add Printer wizard. | 31 Jul 2007 01:27 GMT | 1 |
Thanks in advanced. In Windows CE 6.0 ADD Printer Wizard shows only Network printer port. If I connected USB Printer then it shows LPT2 and Network printer ports. I want to add Parallel and COM printers in the CE 6. but it can not show
|
| WSAStartup() | 30 Jul 2007 22:40 GMT | 5 |
I use WinCE 6.0 to build a standard C++ Win32 Smart Device Project. (It compiles, links and runs on my eBox fine, even though it does nothing). I then add a single line to the InitInstance() routine: rc = WSAStartup (1, &wsaData);
|
| How to provision CE 5.0 devices with Certs? | 30 Jul 2007 21:50 GMT | 1 |
I know how to provision a Windows Mobile 5.0 with Microsoft's Test Certificate (using a CAB file from a Tools directory). But don't know how to do the same for a Windows CE 5.0 device. Appreciate a pointer on how to do this.
|
| When I click on Target->Connectivity options it is not opened | 30 Jul 2007 20:59 GMT | 5 |
I have opened the platform builder. Then I open some workspace. Now I want to connect this to the target device. I selected the Taget in the menu bar and then clicked on "Connectivity
|
| Help about DECLARE_REGISTRY_RESOURCEID and _CE_DCOM | 30 Jul 2007 18:49 GMT | 1 |
I used the visual studio 2005 to create a project on the windows ce platform . I follow these choose: New Project ->Visual C++ -> Smart Device -> ATL Smart Device Project.
|
| run application from emulator | 30 Jul 2007 17:07 GMT | 1 |
Hi, All, In WinCE5.0, I build a emulator OS and a "hello world" application. After attach target. my application on PC is mapped to target's / release folder.
|