wce

accessing CreateFileMapping physical memory on WCE

Well, kind of tricky question... we want to create a physical memory buffer, to be shared between driver and application, on WCE6. on CE5, we just allocated physical memory and mapped it to virtual memory both on driver and application, and it works like a charm. however on WCE6, due to new security scheme, you cannot map physical memory...

Upload and download large files - Windows Mobile (Compact Framework) via Web Services (WCF, MTOM, WCE?)

Hi all, I have searched quite a bit and can't seem to find a good stable solution, so any help will be appreciated. Here's the scenario: Windows Mobile device running client app on .NET CF 3.5 (OpenNETCF libraries being used) Web App on .NET 3.5 (Web server running IIS) Developing in VS2008, .NET 3.5 - all the latest I need to use web...

How to check the current state of thread stack

i have a probably stack overflow in my application (off course, only in release mode...), and would like to add some protection/investigation code to it. i am looking for a windows API to tell me the current state of a thread stack (i..e, the total size and used size). anyone ? thx Noam ...