Description:
Microsoft Windows CE newsgroup.
|
|
|
Debugging CE application
|
| |
Hi, I have a CE6 based x86 C++ application program with multiple threads. I compile and debug with VS2008SP1. When you press "Debug | Break All", the application is breaked indeed, but I can't see the callstack of any thread running? If I place a breakpoint and the debugger hits the breakpoint, I can see the callstack of the thread that... more »
|
|
Chat Application with TextBox
|
| |
Hi all, I have a chat application in Windows CE 6.0 with 2 TextBox, one TextBox to write the frame to send an the other one to write the frames sent and received. When I send a frame, I write it in the TextBox. private void ButtonSend_Click(object sender, EventArgs e) { if (TextBoxSend.Text != "")... more »
|
|
Socket.Select() not working at win ce 6 r3
|
| |
Hi I am trying to use Socket.Select() in my .net app on windows ce 6. Sometimes it works and sometimes it throws NotSupported Exception () with following stack trace: at System.Array.System.Collection s.IList.RemoveAt(Int32 index) at System.Net.Sockets.Socket.sele ctFD(IList SL, Int32[] fdarray)... more »
|
|
ATL Web Services under WiCE 6.0
|
| |
Hi All, I'm trying to build a simple ATL web service using Visual studio 2005. I have created the project, using the ATL SmartDevice project template, and I have added the simple object and the methods. (smart device ATL simple object). Building, I get the error: error C2039: 'UpdateRegistry': is not a member of 'CCERemoteMonitor'... more »
|
|
Why is Silverlight compact only in C++?
|
| |
I'm SO happy that Silverlight is coming to CE, but I'm totally confused why it is only available in C++. Is it performance reasons? I do most of my embedded development in C# and the performance has always seemed fine. Will it be possible to work with it from C# at all?
|
|
Forced Spanked: Teen Force Movies
|
| |
...VVVVVVVVVVVVVVVVVVVVVVVVVVV VVVVVVVVVVVVVVVVVVVVVVVVVVVVVV VVVVVVVVVVVVVVV .... . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .... more »
|
|
DEBUGCHK in efilter.c @ 1730 with NDIS wifi driver
|
| |
Hi All, Can one of the MSFT devs help me with a DEBUGCHK on WinCE 6.0 at line 1730 in efilter.c? This is happening from some call in our 802.11 radio driver. The interesting thing is that we have used this driver on other WinCE 6.0 platforms and have never seen it. I have gone through everything I can think... more »
|
|
camera application...
|
| |
Hi all, I have an mips based platform up and running with wince 6.0. The bsp has an omnivision based camera driver. The board has on board camera, which talks with the camera controller inside SOC. On booting the target, the camera is initialized properly. Now, i need some application on the wince 6, which... more »
|
|
Attempting to disable networking on a WM5 device
|
| |
I am trying to find a way to disable networking on a WM5 device. I found a code sample at [link] that seems to do this. However, when I implement it I have found that the CreateFile function: hNdisPwr = CreateFile((PTCHAR)NDISPWR_DEV ICE_NAME,... more »
|
|
|