| Thread | Last Post | Replies |
|
| DirectDrawCreate Fails on Windows CE 4.2 | 29 Oct 2004 21:25 GMT | 1 |
Does anyone have any information why the simple Platform Builder DirectDraw samples (i.e. ddex1-4.exe and donuts.exe) fail to run on CE devices running DirectDraw 4.2? The debug output states that "DirectDrawCreate FAILED" when attempting to
|
| Reading and writing to a memory mapped IO device | 29 Oct 2004 21:12 GMT | 4 |
I would like to write an application in CE which reads data from and writes data to a memory mapped IO device form RAM (I want to access RAM directly). I would really appreciate if someone can give me a head start. In particular I would like to know the API's for:
|
| What's wrong with this piece of code | 29 Oct 2004 21:03 GMT | 1 |
All I am trying to test the following piece of code on x86 emulator. I am basically just trying to write some data to memory and read it. That's all.
|
| JPG conversion /screenshot function | 29 Oct 2004 16:47 GMT | 3 |
does anyone have an idea how to create a JPG file from within a c# App (Compact framework does not support jpg functionality). It would be great to get something like a screenshot utility, which creates a jpg file from the visible App screen. Target system is a PXA255 design ...
|
| Ethernet connection; | 29 Oct 2004 16:17 GMT | 3 |
I'm stepping over with my winCe application. New target is run in winCe black box my main control application [Dlls] and for end user application use a connection by ethernet port. Now end user program is a Vs cSharp Compact Framework stand alone application: communication with ...
|
| How can I create a console application | 29 Oct 2004 13:10 GMT | 4 |
I start working with windows CE 4.2 and eMbedded Visual C++, and from Platform Builder I can generate a Console Application, but from eMbedded Visual C++ no. Is It possible to create cosole application from eMbedded Visual C++?.
|
| Set 'Network ID' params in 'Owner Properties' | 29 Oct 2004 07:59 GMT | 4 |
How do I programmatically set the user name, password and domain on the 'Network ID' tab of the 'Owner Properties' control panel?
 Signature Thanks,
|
| GetDiskFreeSpaceEx | 28 Oct 2004 20:59 GMT | 2 |
I need to get the available free space on a CF card on my dev. platform. I'm using GetDiskFreeSpaceEx and pass it the root directory of the card - _T("\\storage card"). The function returns 1 (success), but all 3 of the out params return 0. I've
|
| Closing dialog minimized application | 28 Oct 2004 20:17 GMT | 2 |
I have a embedded VC++ 4.0 application. In the application I open a modal dialog box. When I close the dialog box it minimizes my application! Sometimes, it even opens the dialog box behind my application. I googled for answers but didn't find anything on this. Help?
|
| RAPI (CeWriteFile,CeReadFile,CeCreateFile,... ) are so slow in my PC | 28 Oct 2004 20:12 GMT | 5 |
I need to have some file management on a PDA device and use RAPI functiond to do that. The problem is that the RAPI functions are so slow, maybe 800 ms to read or write a 20 byte file. Is there a problem on my machine, or are these functions so slow? I use the USB to connect.
|
| AXSample for PPC 2003 | 28 Oct 2004 20:07 GMT | 1 |
I'm trying to get the ATL axsample that is provided with Pocket PC 2003 SDK to work. Once I build the app (in evc++ 4.0) and try to execute it, I'm asked to specify the remote executable path and file name. This would be Pocket IE, correct? What do I need to type here?
|
| Lockit ??? | 28 Oct 2004 17:24 GMT | 2 |
Ok, now my project compiles and links under eVC++ 4.0, and after some modifications the VS .NET 2005 Beta 1 compiler accepts it, too. But its linker does not: It does not find the implementation of the class "Lockit". I found one reference to this topic using Google, where someone ...
|
| Where is "OpenMutex"? | 28 Oct 2004 15:51 GMT | 6 |
I'm trying to port a project to Windows CE, that makes extensive use of threads, semaphores and sockets. I managed to port the sockets and threads part, but eVC++ 4.0 keeps complaining that OpenMutex and CreateMutex are unknown. The help does not know anything about these ...
|
| Emulating RS232 with Embedded Visual C++ | 28 Oct 2004 15:03 GMT | 7 |
I've read several messages asking if it were possible to emulate RS232/USB on a standard PC. I want to do the same... Here's the statement of my problem: 1)I have a embedded device that only communicates over RS-232.
|
| How can I get the WM_LBUTTONUP message? | 28 Oct 2004 02:51 GMT | 2 |
When I create a window. then create a lisview as the child window. I want to get the WM_LBUTTONUP message from the listview's parent window. But it only can get the NM_CLICK message, If use setcapture to the parent window, then the listview can not work.
|