| Thread | Last Post | Replies |
|
| Pb when debugging Dll | 04 Nov 2005 16:01 GMT | 3 |
I'm debugging a Dll with EVC3. When i call a function of this Dll, i can step into the function with the debugger. My problem is the following : i've written a new version of this Dll and source code is located in another folder. And when i try to debug this new Dll and step into ...
|
| From cab files to install programs | 04 Nov 2005 15:59 GMT | 1 |
I have now created a cab file of my applicationa in evc++ 4.0 and I would like to create an installation program to run from the pc desktop. How do I do this?
|
| error C2660: 'CreateThread' : function does not take 6 parameters | 03 Nov 2005 15:08 GMT | 2 |
I am trying to use CreateThread Function, which is declared as (in the help) HANDLE CreateThread( LPSECURITY_ATTRIBUTES lpsa,
|
| CBitmapButton in child dialog | 03 Nov 2005 01:43 GMT | 3 |
I can create a bitmap button in my main dialog without a problem. However, when I try to add a bitmap button in a child dialog, the bitmap does not display. The same design works fine on a desktop PC using VC++ 6.0. Is this functionality not supported in Win CE?
|
| ActiveSync Status | 02 Nov 2005 13:25 GMT | 3 |
I am using the RAPI functions to transfer files between a pc and a device. The problem I bump into is that when I call the function CeRapiInit the code is stock there until a connection is active. What I would like to know is there any way I could know if a connection exist ...
|
| SetSystemTime | 02 Nov 2005 09:56 GMT | 2 |
I'm trying to test SetSystemTime in my app but kept getting error #6 (ERROR_INVALID_HANDLE) in GetLastError(). My test code is posted below. Does anybody have any idea what I did wrong? Thanks in advance.
|
| Refresh Today Screen (Windows CE 5.0) | 02 Nov 2005 07:20 GMT | 4 |
Hello, sorry for dublicating question, but I couldn't decide where to post it, in compact .NET development group or here. How I can refresh Today screen after installing new theme and modifying the registry ? Trick with SendMessage(HWND_BROADCAST, WM_WININICHANGE, 0xF2, 0)
|
| Text appearing corrupted. | 01 Nov 2005 20:03 GMT | 2 |
I want to put a string into a message box and i am using the following code, but the 'ok' bit is appearing corrupted, any ideas? char szReply[100]; CString s1;
|
| (PRB; BUG?) RPC Server Not Available on Windows CE .NET | 01 Nov 2005 14:31 GMT | 2 |
We have developed a Windows CE .NET platform based on the Geode BSP (i.e., MSFT BSP that is included with CEPB). Our customer is reporting a "RPC Server Not Available" problem that is seen each time an attempt is made to connect a remote PC to our .NET platform using DCOM. ...
|
| Error in building project , about vcspawn.exe | 01 Nov 2005 13:51 GMT | 2 |
I have just installed embedded visual c++ and wanna to build a HelloWorld project. However, I have the following error when I build the project: "Cannot start tool. The operation completed successfully. Cannot start
|