| Thread | Last Post | Replies |
|
| Voip audio design problem | 28 Feb 2008 23:58 GMT | 3 |
Hi, i have the following design for Voip audio on Windows Mobile 5 and 6. It uses the waveApi. I was wondering if any audio gurus out there can see any flaws. I am using thread callback messages ie i have passed CALLBACK_THREAD
|
| calling device driver XXX_Init function from a program | 27 Feb 2008 03:14 GMT | 2 |
I have a situation where a device only works once after the application opens it. Then once the application terminates, I lose access to the device. Reinserting the card can restore the ability of the application to open it.
|
| From eVC++ to VS2005 | 25 Feb 2008 22:43 GMT | 2 |
I would like to transform my eVC++ 4.0 prj to VS2005. Sombody know if is this a wise thing? Or is better to continue with eVC++? And... is there an "help" explaining stepts to do for
|
| No output to emulator using eVC++ 4.0..... | 25 Feb 2008 16:06 GMT | 1 |
I am new to embedded VC++.To develop a project on C for embedded system,i downloaded embedded VC++ 4.0 with sp4 and standard SDK for windows CE 5.0. Just developed one "Hello World" application on C and wanted to see the console output but could't see the console output.However, ...
|
| iesample and OLE object, search path of dll | 18 Feb 2008 23:43 GMT | 3 |
I have an OLE object (ATL object in dll) which is used on webpage from javascript in the embeddded explorer (iesample.exe) to control a scaner attached to WinCE device (new ActiveXObject("bla bla bla")). This OLE object uses another dll with API of that scanner. When the API dll
|
| WINDOWS CE platform define | 18 Feb 2008 13:35 GMT | 1 |
Recently, I transplant my project from EVC to VS2005, our sdk is KRS_400x240_Siemens, in our source code, there are the following statement: #if defined (WCE_PLATFORM_KRS_400x240_Siemens)
|
| DirectShow to play mp3/wma | 18 Feb 2008 09:27 GMT | 1 |
When using IMediaSeeking to fast forward an audio file located on a USB drive plugged into a WinCE 5.0 device, a "beep" sound is heard. What are the possible causes of this, and how can the problem be resolved?
|
| Timer without window | 15 Feb 2008 15:56 GMT | 6 |
Hi, I'm developing an app for WM5.0 PPC, i need a timer but without window. How best to do.Ideally a timer that sets an event i can wait on would be best. timeSetEvent i believe is obsolete and CreateTimerQueueTimer doesn't allow
|
| Only digits in edit box | 15 Feb 2008 11:05 GMT | 3 |
I am using edit box that is created like this: HWND ctrl = ::CreateWindow( L"EDIT", L"", WS_CHILD | WS_BORDER | WS_TABSTOP | ES_NUMBER, 0, 0, 0, 0,
|
| Remote profiler with VS2005 | 14 Feb 2008 20:00 GMT | 2 |
Hi, Anyone know where the remote call profiler that was in eVC 4 is in VS2005. I couldn't find in any of the menu options thanks.
|
| SDK installation | 13 Feb 2008 17:08 GMT | 1 |
I have generated an SDK (for custom iMX27 platform) thanks to Visual Studio 2005 and PB 6.0 plug-in, but it fails when it is installed on my PC, with the following error: "ToolsMsmCA(Error):Setup package issue: Xml file not found:"
|
| question about C# classes | 13 Feb 2008 10:53 GMT | 4 |
I've got a solution with a few classprojects and one Windows Application project in it. My "Form1" situated in a Winproject needs to access a class in another project. In the Class A Classproject:
|
| How to close a process containing a thread | 12 Feb 2008 14:46 GMT | 1 |
I use WinCE 4.2 and eVC++ 4.0. I have 2 processes, one foreground process and one background process. Inside the foreground process I create the background process as follow: CreateProcess(L"\\SSD\\BackProc.exe", NULL, NULL, NULL, NULL, NULL, NULL,
|
| VOIP Application interface layer | 12 Feb 2008 01:26 GMT | 4 |
Win CE 5.0 supported a software architecture for VOIP called VAIL. I couldn't find similar support for VAIL in Windows Embedded CE 6.0. Is the support for VAIL architecture removed from 6.0? If so what are the reasons?. Is it advisable to migrate VAIL based phone software from 5 ...
|
| evc command line broken after VS 2008 install. | 11 Feb 2008 16:39 GMT | 6 |
I just upgraded to VS 2008 and TFS 2008 from 2005. We had build scripts that would call out to evc compiles our embedded projects along with our VS 2005 projects. Now that I have upgraded to 2008, the evc command line doesn't work anymore.
|