| Thread | Last Post | Replies |
|
| linker errors on DirectShow Filter | 08 Mar 2006 17:28 GMT | 1 |
I'm getting linker error on building a DirectShow Filter for Windows Mobile 5 with VS2005. Output is shown below: ****************************************************************************** 1>Linking...
|
| Pixel to Logical Unit | 08 Mar 2006 16:22 GMT | 2 |
I'm working with Visual C++ Embedded (MFC). Is it possible convert pixel to logical unit ? Thanks Stefano
|
| TCP/IP | 08 Mar 2006 16:22 GMT | 4 |
Hai all, I working on a client/server application in EVC. The client is one place and server is in another place. I want to connect the client with server using TCP/IP.
|
| eVC 4.0 SP4 = VS2005 ????? | 08 Mar 2006 16:20 GMT | 6 |
I'm going to use C++ for developing a non GUI application on a CE5.0 Platform which I created un´sing Platform Builder. My Qustion is quite basic but nevertheless not easy to figure out: Is the C++ for devices in VS2005 the same as eVC 4.0 SP4 ???
|
| Hardware interrupts | 08 Mar 2006 14:53 GMT | 1 |
Is it possible to use a hardware interrupt in C++ for devices under CE 5.0 if e.g. int10 occurs? If so, then how to create and implement it? Thanks and best regards Ole
|
| transparent bitmap on PPC2005 | 08 Mar 2006 02:21 GMT | 7 |
I'm trying to draw a bitmap with a transparent background to a CStatic control in PPC2005. But, one of my BitBlt() commands (see the code block below) keeps giving me the error 0x57 "The parameter is incorrect.". It's probably because I have the bitmap selected in to the
|
| Disappearing dialogs related to button double clicks? | 07 Mar 2006 21:22 GMT | 3 |
I've been troubleshooting an elusive bug and I think I've run out of ideas. I'm using MFC with my own subclassed dialogs and button controls. I have a app with many dialogs controlled by a process control layer.
|
| svsutil.hxx | 07 Mar 2006 21:00 GMT | 3 |
Has anybody successfully used the svsutil.hxx in EVC++ sp4? It refuses to compile when I add it to my code: c:\program files\windows ce tools\wce500\devicenet\include\armv4i\svsutil.hxx(2652) : error C2362:
|
| Using Tcpip to deploy from Vs2005 to WinCe device | 07 Mar 2006 19:50 GMT | 4 |
Using Tcpip to deploy from Vs2005 to WinCe device-- Under Vs2003 you could deploy to a WinCe device without using Asynch but direct through the Tcpip transport. Is there a way to do that using Vs2005? The device that I am working with does not have an Rs232 connection. It only
|
| Programming a good GUI application | 07 Mar 2006 19:41 GMT | 3 |
we have developed an application for POCKET PC using eVC++4.0 and pocket PC SDK.. However, we have developed the GUI using the stnadard resource available with evc. And we find it very plain and simple.
|
| Identification type of Flash memry | 07 Mar 2006 19:09 GMT | 3 |
In Smartphones and Pocket PC under control of Windows 2003 is two types of flash-memory - built in and external. I need to define who is who in the program. I use for this purpose API functions FindFirstFlashCard () and
|
| wininet, how many data transmitted? | 07 Mar 2006 18:28 GMT | 1 |
when using wininet, it involves sending data to and from the Internet. Is there any way to measure how many data has been transmitted? because i 'd like to pop up a dialog showing how much data has been transmitted after i call wininet.
|
| Emulator serial communication problem | 07 Mar 2006 14:31 GMT | 21 |
I want my application to run on emulator and get some data from COM (serial) port. I have 3 Com-ports on my PC ( COM1, COM3, COM4 ). I connected COM1 and COM3 with proper cable.
|
| some questions about filesize | 06 Mar 2006 16:19 GMT | 2 |
Is the filesize in PDA and in Windows not the same size? I want to download a file from windows to pda, but I don't sure about what the size should windows service tell pda application.
|
| How to start developing with eVC? | 06 Mar 2006 16:05 GMT | 1 |
I’m a student in IT and would like to develop in C/C++ for my PPC. I can program in C#, so I’m not a real newbie in programming. I’ve a book Learn C in 21 days and almost done with it. My question is:
|