| Thread | Last Post | Replies |
|
| Dynamic Switching at Runtime. | 21 Nov 2008 16:45 GMT | 7 |
I'm trying to dynamically switch between the USB Function client drivers at the runtime in windows Ce 5.0. Currently i have this Serial_Class as the default client driver which is loaded. So if i have to switch to Mass_Storage_Class at some time then i need to
|
| Development tools | 20 Nov 2008 21:09 GMT | 5 |
Hello, I'm new to Windows CE. We are migrating to Windows CE platform. Currently, we have a GE's QuickPanel (a compact control computer running XScal processor with 12" TFT. It comes in with Windows CE 5.0 loaded and running). We want to
|
| PRB:socket api "listen" always fails returning WSAEINVAL and ping | 20 Nov 2008 18:03 GMT | 13 |
I am writing a application for wince 5.0 which is communicating to other application on WINXP machine using tcp/ip connection.But i am facing 2 issues 1.ping does not work from other machines on network to wince machine while reverse works(means ping from wince machine to other ...
|
| Debugging without running explorer.exe | 20 Nov 2008 16:19 GMT | 11 |
i am facing a strage problem. When running a kiosk mode windows ce 6 kernel on an armv4i platform i can not connect the visual studio 2005 debugger to the device. When i connect to the platform via telnet a start explorer.exe by
|
| error C2731: 'DllMain' : function cannot be overloaded | 20 Nov 2008 07:23 GMT | 5 |
I realy need your help.... After converting my VC6 C++ Dll to VS2005 WinCE6 C++ Dll, i got the following errors error C2731: 'DllMain' : function cannot be overloaded
|
| how to shutdown wince? | 19 Nov 2008 17:32 GMT | 6 |
I need to shutdown wince. I used this code to shutdown but it gave exception. System.Diagnostics.Process.Start("Shutdown", "-i"); The exception was 'System.ComponentModel.Win32Exception' occurred in System.dll
|
| Physical memory access from C# in WinCE 6.0 | 19 Nov 2008 08:08 GMT | 8 |
I am using Windows CE 6.0, Compact Framework 2.0, and I want to access physical memory from C#. I have a driver and I can call it from C#, because it is loaded in boot time. I have tried an IoControl, that does the following:
|