| Thread | Last Post | Replies |
|
| Create MSCEComm.dll activeX control project | 29 Dec 2006 16:41 GMT | 3 |
How can I intergate a MSCEComm.dll activeX control project in to the eVC4.0? Because I just found the MSComm32.dll in my workstation. Any action I need to do before insteal the MSCEComm.dll activeX control into the project? Thanks a lot!
|
| How to Show The StartUI when resuming system | 29 Dec 2006 01:16 GMT | 2 |
I have the Startui showing at the startup. Now I wanna implement the function "Log Out User". My question is how should I do to make the startui appear? Appreciate!!
|
| WaveIn Functions ---buffer issue | 28 Dec 2006 17:00 GMT | 10 |
I am working with the WaveInxxxx functions on EVC4 and developing native code for an audio application. The host system is an hp hx2795 running windows mobile 5. I am using an SDK provided by a manufacturer to use with their device. They provided a windows driver. I am using a
|
| Bluetooth header file | 27 Dec 2006 03:46 GMT | 2 |
I am trying to create a program using Visual Studio 2002 or 2003 and I need access to a header file called BT_Api.h. The example I have is from a embedded application, but I have tried downloading EVC4 and EVC3 as well as Pocket PC SDK, but I can't seem to find it. I have a ...
|
| Develope application with 3rd party activeX control problem | 27 Dec 2006 01:39 GMT | 2 |
Can anyone can tell me that how to register a CE activeX control dll on eVC4.0. Because I want to develop a application with 3rd party activeX control dll, but eVC warning me that the dll is not registered in my development workstation. And I search solution in internet, both say ...
|
| unresolved externals when building in MS Visual Studio 2005 | 23 Dec 2006 13:27 GMT | 1 |
I'm trying to build a legacy application using MS Visual Studio 2005. The application builds without problems in Visual C++ v6.0. I've worked around the compiler errors, but I've been bogged down by the following linker errors: MonitorProxy.obj : error LNK2019: unresolved ...
|
| SBCS Encoding | 22 Dec 2006 13:24 GMT | 6 |
I'm developing an application with eVC 4.0/MFC under Windows CE 4.2 platform. My application have to receive data from a greek host, I'm using ExtTextOut to display data on the screen, but I'm not able to display
|
| Handle the error | 20 Dec 2006 16:47 GMT | 2 |
I know tha using windows API, there are many way to get the error code of some function, some function return direct the error code, other use GetLastError(), other again in other way. I would like to know if exist a list of API order by the kind of way of the return error.
|
| Windows CE Emulater | 19 Dec 2006 08:57 GMT | 1 |
hi does anyone know how i can get the windows CE emulater working n what u need to install in order to be able to use it. i have tried pockect pc sdk but it requires a null modem cable for active sync to pick up the signals which i dont really fancy.
|
| DLL calling another DLL | 19 Dec 2006 07:58 GMT | 7 |
Hi All, Just asking a general question. Can one DLL call another DLL? Is it a standard pratice? From what I read, the only way for one DLL to call another is through explicit linking. Are there any other ways?
|
| Why did I run into a fatal failure when invoking the CoCreateInstance()? | 18 Dec 2006 14:49 GMT | 9 |
Hi, everyone! I'm parsing multiple HTML documents.But a fatal problem occurred when invoking CoCreateInstance.Here is the code: CoInitializeEx(NULL, COINIT_MULTITHREADED);
|
| Predefined preprocessor for C#? | 15 Dec 2006 14:22 GMT | 1 |
are there any predefined preprocessor settings during compilation of C# code like CF1 CF2
|
| ASCII trouble in a UNICODE comple | 14 Dec 2006 22:09 GMT | 1 |
I'm using Microsoft embedded. I'm doing a UNICDOE compile, most of the time that fine, except on the rare occasion I need to write to a file, then I need to write ASCII. I tried calling wsprintfA directly (with a char[] instead of a TCHAR)
|
| Callback function pointer on CF 2.0 from unmanaged C DLL | 14 Dec 2006 16:02 GMT | 16 |
i'm trying the callback sample // C DLL typedef bool (CALLBACK *FPTR)( int i ); Dll_Export void TestCallBack( FPTR pf, int value );
|
| Dialog ID | 14 Dec 2006 12:02 GMT | 3 |
I have a Dialog and a View with a ListCtrl, I have written a CCustomListControl Class inherited from CListCtrl. Now I have to find the Parent Dialog ID on which ListCtrl is present.
::GetWindowLong(HWND, GWL_ID) is not supported, can someone guide me on |