| Thread | Last Post | Replies |
|
| Problems using c++ library from c# | 23 Sep 2005 10:01 GMT | 2 |
I have a missingmethodexception when I try to use it. I use eVC++ 4.0 and PPC 2003. I know that the dll is in the same folder that the application is executed.
|
| How to browse Folder in EVC++ 4.0 for Pocket PC 2003 | 23 Sep 2005 04:00 GMT | 1 |
How to browse Folder in EVC++ 4.0 for Pocket PC 2003. I have used SHBrowseForFolder() function but it will show error LNK2019: unresolved external symbol __imp__SHGetPathFromIDList. How to resolve this problem?
|
| Remote Tools stopped working | 23 Sep 2005 04:00 GMT | 3 |
I am using eVC++ 4.0 with SP4 on my XP Pro machine and have successfully been using all of the Remote Tools when connected to my Windows CE 4.2 device via ActiveSync (USB). Within the last week, Remote Process Viewer stopped working. The Remote
|
| Owner-draw static for drawing? | 22 Sep 2005 23:07 GMT | 1 |
winuser.h defines a few control types for owner-draw: /* * Owner draw control types */
|
| how to call ime's function? | 22 Sep 2005 16:20 GMT | 6 |
I have builded the chinese ime in image, but how to call ime's functions to use the ime, when a Edit window presented? Thanks & regards, Hanni
|
| set focus to next field | 22 Sep 2005 15:29 GMT | 3 |
I have a dialog with many edit box controls. How do I change focus to the next control in the tab order when the user enters the max number of characters allowed for the current control. (I have defined the max number of characters by creating member variables via the ...
|
| Distributing a DLL with MFC | 22 Sep 2005 08:21 GMT | 1 |
I've compiled a DLL library with MFC support, statically linked., but it looks like it doesn't work without mfcce300d.dll. Must I include it in the distribution package, or is the anyway to get rid of it?
|
| WM_??? | 21 Sep 2005 13:48 GMT | 7 |
Anyone can tell me what are in WinCE PPC the messages with id: 0x125 0x134 0x783
|
| how to got the IWebBrowser2 interface in wince? | 20 Sep 2005 17:38 GMT | 3 |
hi, all i wanna got the "iesimple" 's IWebBrowser2 interface how to do it? help me please br.
|
| Porting of Win32 application to WinCE. | 20 Sep 2005 15:19 GMT | 1 |
We are in the process of porting a Win 32 application to WinCE platform. The win32 application uses CRT calls which include header files like io.h, direct.h,fcntl.h etc. But these are not available in WinCE platform. Can anyone please tell the recommended way of porting to WinCE ...
|
| __declspec (thread) returns error | 20 Sep 2005 14:38 GMT | 2 |
I am trying to construct some thread local variables while trying to avoid a lengthy implementation and overhead of the TLS api. When compiling my C (notC++) program with e.g. __declspec(thread) static int someData=0;
|
| a strange thread problem at evc4 | 20 Sep 2005 09:58 GMT | 4 |
Hi , all: When I run this programme at evc4 , the SetEvent method in subthread dosn't do anything . But when I run this problem in vc6 , I got the right resoult whitch I want to get.Why I couldn't get the right resoult at evc4?
|
| Code samples for evc 4.0-newbie | 20 Sep 2005 02:05 GMT | 6 |
i need to develop application that can upload & download data between pocket pc and pc. Anyone can help me? i need some code samples, please...
|
| DevPartner for Embedded VC++ | 19 Sep 2005 14:37 GMT | 5 |
Am part of a support group that supports an application written in MS embedded VC++ 3.0 and runs on a handheld computer. We have heard of DevPartner and its usage in detecting and fixing lots of memory management related errors. I have been asked to evaluate if
|
| Dll with MFC | 19 Sep 2005 09:12 GMT | 3 |
I'm writing a DLL that uses a static Library, with classes that use CString and CArray. Must I build my DLL using the MFC classes, just to use this pair? At the moment, I'm using the MFC library, and I'm using it as a static
|