int rename_file() { WIN32_FIND_DATA FindFileData; HANDLE hFind; hFind = FindFirstFile(L\"\\\\Hard Disk\\\\*.*\", &FindFileData);
The RAS API for Windows CE is making me cry and, as a C# programmer, I can\'t make heads or tails of the documentation on MSDN regarding the vast majority of the functions which are available.
I\'m trying to put a number of features together, which is proving increasingly difficult due to the limitations of the .NET Compact Framework.
I have been work开发者_运维问答ing on a file system filter for the past two weeks and I have come across an interesting issue. I basically built the encoding/decoding implementation in an app that run
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently开发者_StackOverflow社区 acce
I have created a ATL COM workspace for a WIN CE device. The COM dll generated by the workspace is compatible for the Win CE device processor. Debugging in the Win CE device is very time consuming as i
I\'m trying to create an executable for a Windows CE 5.0 device. The SDK has been selected right (STANDARDSDK_500 (SH4)) and connection to the device works. However, the binary created by Visual Stud
I am working with ASP pages in WIN CE device. The web server is httpd. We have developed a开发者_C百科 COM for using in the ASP pages. Now we are facing an issue. The issue is once we loaded the home
It s开发者_如何学运维eems that the MenuItem class on .NET Compact Framework (CF) 2.0 does not support icons. Is there a workaround?The menus in the CF are wrappers around the OS-supplied menu items, w
I need to use raw sockets in Windows CE 5.0. The following code always fails with error socket fai开发者_运维知识库led, err:10044.(The support for the specified socket type does not exist in this ad