| Thread | Last Post | Replies |
|
| Compilation Error EVC 4 StandardSDK | 28 Nov 2008 20:26 GMT | 1 |
Hi, I'm migrating my code from VC 6 to EVC 4. I'm doing compilation with EVC 4 and found lots of warnings and errors. Most of errors are I fixed but stuck with one error. I got following line of error:
|
| wchar_t* pointer problem | 25 Nov 2008 07:01 GMT | 6 |
Dear All.... I have a problem with this code.... I hope that this ask not are stupid :-) Thanks wchar_t cSDName[260];
|
| XScale and eMbedded c++ 4.0, SP4 | 24 Nov 2008 18:42 GMT | 5 |
I'm new here. We are planning to migrate to WinCE. We got a off-shelf single board computer that runs on XScale processor and wince 5.0. I installed eMbedded c++ 4.0 and its SP4 patch, Standard SDK for Windows CE .NET, and emulator 5.0. I'm trying to create a project to test out ...
|
| Messages from drivers | 21 Nov 2008 21:36 GMT | 1 |
i'm working on WinCE 6.0 driver developement. I have written my custom driver; can i display a message directly on the screen?? or i have to go through application program only and then display message?? please help me!!
|
| DllMain already defined in corelibc.lib(dllmain.obj) uafxcwd.lib | 20 Nov 2008 09:43 GMT | 1 |
I'm trying to convert a VC6++ dll to VS2005 WinCE DLL, after overcoming all the type matching i got the following error: Error 206 error LNK2005: DllMain already defined in corelibc.lib(dllmain.obj) uafxcwd.lib
|
| IGraphBuilder::Renderfile fails with VFW_E_CANNOT_RENDER for .mp3 files in Windows mobile 5.0 | 19 Nov 2008 17:45 GMT | 10 |
I have used sample from microsoft site which plays a .wav files. but .mp3 file fails with return value VFW_E_CANNOT_RENDER when i call IGraphBuilder::Renderfile function. Please can someone help me out to solve this issue. Can we able to
|
| Good mpeg-2 and mpeg-4 (H264) player for Windows ce and ARM ? | 17 Nov 2008 16:49 GMT | 1 |
I would like to know if someone use a good player Arm compiled for windows ce. We would play mpeg-2 and mpeg-4 video stream whith a high bitrate. So in the first time i would evaluate a software which allow to play these video. (to see if our processor is enough powerfull).
|
| Driver Dependancy | 17 Nov 2008 15:15 GMT | 3 |
I'm working on WinCE 6.0 as a device driver developer.i'm writing a device driver which utilities serial port. how do i add these driver dependencies so that i can use available serial port driver support. Deepak
|
| API for adjusting microphone gain programatically | 15 Nov 2008 22:15 GMT | 1 |
I am working on windows mobile application development using native C+ + Is there any API available to set microphone gain ??? thanks a lot in advance ..
|
| Calling custom functions of drivers... | 12 Nov 2008 06:06 GMT | 1 |
I'm working on wince 6.0 and developed driver for a device utilises serial port. My driver has got two custom functions which i suppose to call through my application. i can call xxx_open,xxx_close,xxx_read,xxx_write and iocontrols but i'm not able to call my custom fuctions.
|
| GET SDCARD NAME FOLDER | 11 Nov 2008 15:36 GMT | 5 |
Is it possible to know the name of the SDCARD folder? Thanks Miky
|
| DataAbort on WriteProcessMemory() | 10 Nov 2008 18:56 GMT | 2 |
I have a C++ Windows Mobile 6 application that is scraping the screen text from another process' window. So I'm using the VirtualAlloc() and WriteProcessMemory() APIs to accomplish this. Everything works fine when I'm scraping the text from something like a
|
| STANDBY | 10 Nov 2008 00:59 GMT | 3 |
Is it possible to wake up the device WM from SOFTWARE? Thanks a lot Miky
|
| Speed of DrawText() | 08 Nov 2008 12:11 GMT | 6 |
I have a problem with DrawText() function for big font sizes. I use WinCE 5.0 on a 300Mhz 486-based machine. It has a 800x480 display. I use VS2005. If the font size is 98, I have measured the following durations (including
|
| PATH | 07 Nov 2008 20:40 GMT | 2 |
How do I know the PATH of the application.....?? GetCurrentDirectory did not workThanksMiky
|