| Thread | Last Post | Replies |
|
| USB storage device detection | 12 Oct 2006 11:05 GMT | 1 |
Our application allows saving data to a USB storage device. When CE boots the device isn't available. If the device is removed and re-inserted it does become available but only after about 30 seconds. Is there a way to make it available if it's present at boot time and/or a ...
|
| Problems with Timer procedure | 11 Oct 2006 23:11 GMT | 1 |
my program written in Visual C++ Embedded (MFC) runs three different timer : the first that is able to retrieve data from a serial port (every 100ms); the second that updates my view every 100ms and the third that update my internal clock every 1 second.
|
| Accessing GPIO pins from Win CE | 11 Oct 2006 15:58 GMT | 1 |
Can you help me access to GPIO pins at EDB9302 board from user space win ce application? Thanks. Gokhan
|
| Performance / BoundsChecker | 10 Oct 2006 15:23 GMT | 1 |
Is it possible to know if exist a product similar to famous BoundsChecker for evaluate the performance of an windows ce application ? -- Stefano
|
| Convert Unicode to single byte for file I/O | 10 Oct 2006 12:25 GMT | 2 |
I need to create a text file that has single byte chars. How do I convert a CString to single byte chars so that it can be written to a file?
|
| Setting font problem | 10 Oct 2006 08:55 GMT | 4 |
Hi, I'm trying to set the font used by a static control in a dialog box. I'm setting the font in the WM_INITDIALOG handler as below. I can change size but don't know how that corresponds to font sizes. ie What do i set for font size of 8.
|
| Convert JPEG image to 1 BPP Bitmap format | 10 Oct 2006 07:38 GMT | 2 |
I am using CLSID_ImagingFactory, IImageDecoder, IImangeEncoder, IImageSink ... to convert BMP file to JPEG and again JPEG to BMP file. My origional BMP file is 1 BPP (1 Bit per pixel ) format so it has the lowest size 2.3 KB
|
| WRITE_PORT_BUFFER_ULONG | 10 Oct 2006 01:56 GMT | 4 |
I would like to know if there is any chance to bypass the serial WriteFile() by using WRITE_PORT_BUFFER_ULONG straight on the serial com I/O. Has anybody got more specific info/examples about this macro apart from Plat.Builder/EVC++ help?
|
| Go to Low Power until I receive Data from a COM port | 10 Oct 2006 01:21 GMT | 2 |
I'm using WinCE.net BSP 4.2/XScale PXA255/eVC++, from my application I would like to put my device in Low Power Mode, until I receive a character from any COM Port. Any recomendation?
|
| Strange linker warning? | 09 Oct 2006 20:58 GMT | 3 |
I use some functions from the ceddk.lib and have included it in the project settings under input as well as a reference to the header (#include <ceddk>) in my c-source file. When I bild the project I get the following warning: "LINK : warning LNK4089: all references to 'CEDDK.dll' ...
|
| MSXML XmlHttpRequest on PPC 2000: open() call sometimes returns C0000005 error code | 09 Oct 2006 20:32 GMT | 1 |
I am using the MSXML API on a PPC 2000 device (iPAQ 3650). My current code is creating an instance of XmlHttpRequest for each XmlHttpRequest.open() call. When my code executes an XmlHttpRequest.open() call, about 1 in 200
|
| simple serial string display help | 09 Oct 2006 17:44 GMT | 8 |
Hey all, So I would like to make a very small WinCE 2.11 application that would take a serial stream and display the incoming 8-bit word on the screen. Basically I would like to take the default "Hello World" applicaiton
|
| What could cause ::SetWindowText(...) failure? | 09 Oct 2006 17:28 GMT | 2 |
I've just manually converted an MFC WinCE 3.0 application to Windows Mobile 5.0. It is a Dialog box application, and all of my dialog boxes inherit from a class I created call DialogBase which directly inherits from CDialog.
|
| eVC4 and Visual Studio 2005 | 06 Oct 2006 20:47 GMT | 6 |
I'm using eVC4 (and the associated SDK) to compile applications for ARMV4i CE 5.0 (i.e. i.MX31 processor). Is there a way to make this SDK work with VS 2005? When I try to port the eVC4 project into VS 2005 I get the error message "No
|
| eMbedded Visual C++ 4.0 problem | 05 Oct 2006 21:58 GMT | 3 |
I recently downloaded eMbedded Visual C++ 4.0 to do some work on an existing application. Every time I try to open the project (or create a new project), the application hangs until I force it to close. I have tried uninstalling/reinstalling twice, with no luck. I am able to open
|