Description:
Microsoft Windows CE newsgroup.
|
|
|
'winscard.lib' link error
|
| |
I've received some code I'm trying to compile. I've installed eMbedded Visual C++ 4.0 with SP2. When I try to build the project, I receive the following link error: winscard.lib(WinSCard.dll) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'SH4' How does one get a hold of the proper version of the this library?... more »
|
|
Change icon dynamically
|
| |
Hello, I´m using the a CStatic object to hold an icon. I want to change it dynamically. The problem is that when the program is linked throws this error: error LNK2019: unresolved external symbol "public: struct HICON__ * __cdecl CStatic::SetIcon(struct HICON__ *)" The line is: pStaticWnd->SetIcon(::LoadIcon (NULL, MAKEINTRESOURCE(IDI_SAMPLE)));... more »
|
|
ANN: June Windows CE Live Chat tomorrow!
|
| |
Just a note that we'll be hosting an online chat tomorrow concerning Windows Mobile and Windows Embedded CE! Members of the development team will be on hand ready to answer your questions, so bring 'em on! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~ Title: Windows CE Live Chat! Tuesday, June 29, 2009... more »
|
|
MFC application for Win CE 6.0
|
| |
I noticed that with Platform Builder for CE 6, the MFC catalog item is no longer selectable from the Catalog View as it was with Platform Builder 5. Now I have problems to build my MFC application with the SDK for my board. I get the following message: 1>uafxcw.lib(viewedit.obj) : error LNK2019: unresolved external symbol... more »
|
|
Why not closesocket?
|
| |
In a dialog, click a button to create 100 threads to connect to a server, codes are below, but in some thread it don't closesocket, can somebody explain why? After the code, I'll paste some output of my program. UINT __cdecl CTestsocketDlg::TestSocket(LPV OID pParam) { SOCKET sock = INVALID_SOCKET; CString strShow;... more »
|
|
WinCE 4.0 Wake From Suspend
|
| |
Hi, I have a question. I am using WinCe 4.0. I developed an application on my hand held device using WinCe 4.0. The hand held device is set to go into suspend mode if not use for 5 minutes. Is there a way for my application to know when the hand held device wake up from suspend mode? The use has to press the power button to wake the... more »
|
|
WapClose - which handle to close
|
| |
Hi, we are developing a C++ app for WM6 using VS2008. We are using the Wap API, when one calls wapopen you get 2 handles , one for the port and one for the received msg in the case of opening on the receive port. hResult = WapOpen( wlLayer, dwRecvPort, &hWapRecv, &hWapRecvMsgEvent ); Does one need to use WapClose to close both handles, the SDK sample only... more »
|
|
socket() return problem
|
| |
I write client code to connect to my server. socket then connect. When first time socket return, I print to see the SOCKET handle returned is 1. connect is fine. After connect I'm sure I closesocket to close it. But second time, the SOCKET handle returned by socket is 1 also, so connect complain, WSAGetLastError is 10038(work on an invalid socket handle.) So please give me... more »
|
|
Using SetWindowLong in windows mobile 6.
|
| |
hi all, I am trying to use SetWindowLong to get other windows messages with GWL_WNDPROC index as an input. the problem is the following . when i try to replace my own (in the current process) wndproc function - all works fine - all messages pass throught the "hook" function first. But, when i try to do so on another process/window - when i pass the... more »
|
|
wince 6.0 customised wifi
|
| |
hi there. I want to provide a wifi SIGNAL strength, connect/disconnect and other network related settings like NETUI driver provides in the wince. im developing a plateform wirhout explorer.exe (keosk mode). so my target is to provide a better UI in my own main MFC application. I have already controlled the power of USB wifi module.... more »
|
|
|