| Thread | Last Post | Replies |
|
| Getting notification in the code for headset plug-in / plug-out.. | 11 Apr 2006 16:48 GMT | 8 |
I want to know whether it is possible to get notification for headset (for windows ce 4.2 or windows mobile 5.0) plug-in and plug-out. So, want to check its feasibility, whether it is possible or not. !! Regards,
|
| Standard SDK installation | 10 Apr 2006 23:44 GMT | 1 |
I hope this is not OT. I can't install SDK so I cannot use EVC. I'm trying to install CE 5.0 and I found some problem to do it. I did it for the first time on a computer on July the last year.
|
| Display Orientation | 10 Apr 2006 16:50 GMT | 1 |
I have a BSP that is designed for a development board with QVGA Portrait Orientation. However, I would like to change it to a QVGA Landscape type. Most default application in the BSP (initially designed for Portrait) is now displayed out of screen. How do one resolve this issue
|
| About StretchBlt.(Windows CE V4.2, eVC++ 4.0) | 10 Apr 2006 10:51 GMT | 1 |
BOOL StretchBlt ( int x, int y, int nWidth,
|
| a lot of questions on how to develop embedded applications | 10 Apr 2006 10:14 GMT | 1 |
I am very new to embedded development, but we have this school project to write a skype-like voip program for hp ipaq. I have looked the pocket pc 2003 sdk documentation, but still lost. It seems pocket pc 2003 doesn't support directsound. so is there a way to
|
| Help with ActiveX | 07 Apr 2006 20:15 GMT | 2 |
I am working on an industrial controller type of application using MFC and eVC40. I have an ActiveX control that I created that I want to be able to insert into my main dialog interface. The control panel will operate several variations of our instrument so we want to be able to
|
| Enumerating SIP in Windows CE 5.0 | 07 Apr 2006 08:00 GMT | 2 |
I've been trying to create a MFC DLL that can be used by other applications to open one of my custom SIPs... I'm using EVC++ 4.0, SP4, with Windows CE 5.0 Standard SDK... Part of the code is below... CLSID g_CLSIDMySIP;
|
| PKfunc.h and Wince .NET | 07 Apr 2006 03:42 GMT | 2 |
I need to use any function of pkfuncs.h in my program but the sdk of my WInCE.NET don't contain this. Where can i find this header to include it inside my code? THanks
|
| Compiling for different platforms | 06 Apr 2006 23:26 GMT | 4 |
I am trying to understand the need to use different platforms for different devices. Normally, when I get a new CE device to port our application to, I download the manufacturers SDK to get the platform that is specific for their device. I then compile using that platform. This ...
|
| Managed C++ on Smart Devices | 06 Apr 2006 17:09 GMT | 1 |
Does anyone know if managed C++ is supported on Smart Devices, like for a Pocket PC 2003? I'd like to use ADO.NET for data access on a Pocket PC.
|
| problem with debugging an App from eVC 4.0 sp4! | 05 Apr 2006 13:07 GMT | 3 |
I am using Platform Builder 5.0 to develop applications on a ADS platform app development board(BSP supplied). I have successfuly made an image,downloaded and booted up the device and able to debug apps added in the PB workspace.
|
| Problems with focus in SDI application | 05 Apr 2006 08:43 GMT | 1 |
I have created a test application with evc4 in the following way: Created a new project "WCE MFC AppWizard (exe)" ("Single document", *without* "Document/View architecture support"). I added two Buttons (WS_CHILD|WS_TABSTOP|WS_VISIBLE|BS_PUSHBUTTON) in
|
| afxsock.h & winsock2.h | 05 Apr 2006 06:21 GMT | 2 |
Good day! I try convert VC6 project to WinCE4.2, but I have problem. It is compile in VC6 without any problem: #include <afxwin.h> // MFC core and standard components
|
| PRB: Is Winsock2 supported under Windows CE for an X86 platform? | 04 Apr 2006 17:21 GMT | 7 |
Is Winsock2 supported under Windows CE for an X86 platform? I am trying to set up a UDP socket for multicast. If I include "Winsock2.h" and compile against ws2.lib it fails at the following point: // Join our multicast group.
|
| problem with afxsock.h & winsock2.h | 04 Apr 2006 09:38 GMT | 1 |
Good day! I try convert VC6 project to WinCE4.2, but I have problem. It is compile in VC6 without any problem: #include <afxwin.h> // MFC core and standard components
|