| Thread | Last Post | Replies |
|
| Error while registering dll using Regsvrce in Win CE 4.2 | 15 Dec 2004 16:13 GMT | 1 |
I had a project in eVC++ 3.0 which was working fine with Win CE 3.0. Now I have complied the same project in eVC++ 4.0 for Win CE 4.2. This has many dll which are registered during the initialization of the application. For registering the dll I was using regsvrce. Now in Win CE 4 ...
|
| RS323 parity problem | 15 Dec 2004 11:46 GMT | 5 |
For a special platform i need an obscure format for the rs232: 9600 baud 8bit 1 parity bit (used as address flag -> have to use mark/space parity)
|
| Sample Code cannot find Platform.h | 14 Dec 2004 20:16 GMT | 1 |
Hi, I downloaded some sample code from the Mobile and Embedded Application Developers Center site at: http://msdn.microsoft.com/mobility/samples/default.aspx?pull=/library/en-us/dnce net/html/advcppdev.asp The CE Win32 "DemoControl" sample, when compiled under eMbeeded C++ 4.0 SP4
|
| Writing Reliable Native Code Sample (by Nat Frampton) | 14 Dec 2004 19:55 GMT | 1 |
Hi, I am new to CE.NET development and have found some sample code on the Modile And Embedded Application Develipment Center site found at: http://msdn.microsoft.com/mobility/samples/default.aspx?pull=/library/en-us/dnce net/html/advcppdev.asp The DemoControl app is a CE Win32 ...
|
| how to use _outp() and _inp()? | 14 Dec 2004 10:57 GMT | 1 |
Hi, all I want to write a watchdog program on an Advantech board(X86 based) with CE.net 4.2 and eVC 4.0. I tried to use _outp() to write a char to a specific I/O address in a time interval. But the compiler cannot identify
|
| How to grab the active control in the frame? | 13 Dec 2004 23:24 GMT | 2 |
I'm a newbie to Win32 & WinCE programming, but I have had experience with C/C++ and a bit of MFC. My question is, how do I find the active control in my current window? For example, in my main frame I have 3 edit boxes:
|
| reset system | 13 Dec 2004 22:52 GMT | 1 |
It is possible to restart windows ce 3.0 in runtime mode with EVC++???? Thanks Miky
|
| MsgBox & AfxMsgBox problem | 13 Dec 2004 12:30 GMT | 2 |
I am new on Win32 programming and I have problems using these 2 functions. - AfxMessageBox(L"Simple message box."); - MessageBox(L"Help", L"Error", MB_OK); When the program execute the line containing the AfxMessageBox, the program
|
| NewBie: SetWindowLong | 10 Dec 2004 23:37 GMT | 5 |
what is wrong with this statement: SetWindowLong(userName, GWL_WNDPROC, (long)MyEditProc)? How do i cast this correc? *** .cpp //-- a global variable
|
| Threads..... | 10 Dec 2004 19:34 GMT | 9 |
Hi everyone again, Sorry for all these dumb questions, but now i have a question on threads. This was a program i was testing and trying to learn how to make threads. in initial:
|
| msxml3 version | 10 Dec 2004 18:13 GMT | 1 |
Thanks for your response. In fact, my program using XML works fine on the original image. But, when I use my image, the function "getElementsByTagName" failed although I'm using the same XML string.
|
| COM library | 10 Dec 2004 13:28 GMT | 2 |
I have a COM library. This DLL is registered without problems on the PDA (Dell axim whit PXA cpu) but it are not registered a my device with windows ce 3.0 (ERROR_DLL_INIT_FAILED). You help me.
|
| MFC CString::FormatMessage() unsupported on WCE 4.2 PPC2003? | 10 Dec 2004 01:10 GMT | 1 |
evc4 + SP4 CString::FormatMessage() is defined in afx.h for WCE 4.0 ( ...\Windows CE Tools\wce400\STANDARDSDK\Mfc\Include) and 4.2 (...\Windows CE Tools\wce420\POCKET PC 2003\Mfc\Include)
|
| Communicating with I/O ports | 09 Dec 2004 23:45 GMT | 1 |
Hello everyone. I am new to programming w/ hardware, so this will be a very newbie question to ask. How do i communicate with the PC-104 Digital I/O ports using C++ on Windows
|
| breakpoints not working evc++ | 09 Dec 2004 23:21 GMT | 4 |
Developing apps for wince 4.2 (pxa255) using evc++ 4.0 & activesync 3.7.1. Program downloads & runs great, but it will not halt on breakpoints. I am using the debug build. Do I need to compile my OS using "passive KITL" in order
|