|
Do I need a mutex to access members from different threads? Hello there, currently I am working on a c# project with the .Net Compact Framwork. I have to use two threads where one of them modifies a member of the class in regular timed intervals. The "normal" (e.g. the first or start or main thread :P) thread needs to read this data to display it. So can this bring up so... 7 Jan 2008 11:44
Setting COM port FIFO size I have an application acquiring and storing information through the RS-232 port on a Pocket PC device from another device. I've initially developed the application on an older iPAQ 2210 Pocket PC 2003 device, but now I'm using iPAQ 2490 Windows Mobile 2005 device and I'm getting problem of loosing characters. ... 17 Jan 2008 02:25
How to COM object DLL using C# for UPnP device on WM 6.0 Hi, I'm new to wm & UPnP, I've modified COM DLL for UPnP dev and an application for WM 6.0 based on the sample code which is run on XP. http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=fdec7d3c-4797-4fa9-ad7b-ef7991c97449 but UPnP device COM DLL which I made cannot be registered on WM. ... 10 Jan 2008 06:29
How to detect wi-fi coverage Hi, i�m writting an application in Windows Mobile 5 Smartphone, and i need to detect when i�m in wi-fi coverage, so indicate my software that use wi-fi network, and not use GPRS. I use C# language. Can anyone help me ? Thanks in advance. Vanesa Rush ... 4 Jan 2008 14:06
How to add a if condition in rootcdma.cpl.xml I added a new item in my Setting Menu through rootcdma.cpl.xml. Now I would like to conditional show the item. How to use my build environment variable, like BSP_xxx, to control whether include the item in my setting menu or not? ... 4 Jan 2008 11:12
How to connect to the serial Bluetooth port from a browser instance? Anyone know how to connect to the serial Bluetooth port from a browser instance running on a PocketPC ? Do I need to write a Java applet? Active-X control? JavaScript? Anyone know of any code examples that can help me get started with this project? ... 3 Jan 2008 21:35
Direct3D exclusive mode issue So after alot of twiddling around with D3D Mobile I have learnt a few things. In the call to create device, the parameters are pretty picky. For instance, you should enumerate all depth formats to see which is available and then pick one. On some devices D16 is not available yet D24S8 is! What I'm curious ab... 3 Jan 2008 16:29
linker errors using functions defined in winbase.h Using winMobile 6 professional (armv4i) when I use a function defined in winbase.h (FindFirstFileA) I compile but get the following linker error: Error 7 error LNK2019: unresolved external symbol FindFirstFileA referenced in function . any help appreciated, thanks in advance. -- Message posted via Pocket... 4 Jan 2008 10:03
The specified module could not be found. Hello, I am trying to compact mobile database (SQL Mobile 2007 3.0) and get "The specified module could not be found." exception. This syntax worked correctly for SQLCE 2.0. Did something change in new version? I even copied sqlceme30.dll, sqlceqp30.dll and sqlcese30.dll into application folder and did not h... 3 Jan 2008 11:20
PIM item notification Hi all, I'm trying to develop and application that is notified by the modification to the PIM data. I have created one following the CalendarView SDK example, provided both for wm5 and wm6, and the http://msdn2.microsoft.com/en-us/library/bb446044.aspx hints. Actually it works properly but the bad thing is ... 3 Jan 2008 12:29 |