| Thread | Last Post | Replies |
|
| missing event messages | 22 Sep 2004 15:38 GMT | 1 |
When my application starts, it correctly handles mouse and button events. The following (and more) are observed in Remote Spy: wm_getdlgcode wm_setcursor
|
| CPU Load in C++ | 22 Sep 2004 10:01 GMT | 9 |
I'm writing some monitoring routines for Windows CE in order test other applications I'm writting. I have found some methods to retreive: Memory and system information however, nothing to measure CPU load. I know some software exist (e.g.
|
| Creating an XIP dll? | 22 Sep 2004 02:37 GMT | 2 |
My application is growing rather large, and I'm bumping the 32MB max address space. Setting aside the bloatware I'm writing :), one of the options presented to me is to us XIP dlls, breaking up my application appropriately.
|
| wceusbsh 'serial port'? | 22 Sep 2004 01:58 GMT | 1 |
I've seen a thread here before on this subject, but (after much searching) can't find it. At any rate, I'm trying to establish connectivity between the PC and the CE device that can work with or without ActiveSync. I've seen that the wceusbsh approach can be made to work (use ...
|
| Disassembler window shows wrong instructions; call stack screwy | 21 Sep 2004 21:49 GMT | 5 |
Does anyone know what can cause the disassembler window to show the wrong instructions? Also - any idea what causes the stack display to change while the application is on a break? I can step to an instruction, look at the
|
| building for WinCE using EVC++ 3.0 | 21 Sep 2004 20:06 GMT | 3 |
i am trying to build OpenSSL for pocket pc 2002 using EVC++ 3.0 the first problem is when i do an nmake, i get an error saying it can tfind windows.h i have executed WCEARM.BAT to set up the environment and also included the
|
| Copy a CE database to a file | 21 Sep 2004 17:57 GMT | 3 |
Hi, everyone. Is there any method to copy a CE database to a file in CE .NET 4.1 or CE .NET 5.0. Currently I read all records of DB sequentially and save them to a file.
|
| Data Base for CE | 21 Sep 2004 16:29 GMT | 2 |
I need a data base for Windows CE. I know about SQL Server CE. What more? Thanks
|
| show JPEG images... | 21 Sep 2004 11:04 GMT | 2 |
How could I show a JPEG image in my application?? like a product photo, the user click on a button that opens a window that show the image. I'm using eVC 3 and 4. Thanx in advance,
|
| Emulator and Cab files | 20 Sep 2004 21:31 GMT | 5 |
I generated .cab files that should (as far as I well understood) be installed under WindowsCE. I want to install it on the emulator given with eMbdeddeVicual C++ (version 4.0). But the emulator has really few things (not command line, no active sync, etc.). What should I do to ...
|
| MSXML COM Object on WinCE | 20 Sep 2004 18:56 GMT | 1 |
I'm using the MSXML for Microsoft Windows CE .NET (4.2) (implemented as COM Object/interfaces) in my EVC4 project, but I have some problem usign it when I call the Release() method of the interfaces, in fact that Release() methos does not release the memory allocated for the ...
|
| newbie questions about development tools | 20 Sep 2004 14:51 GMT | 7 |
I'm starting to evaluate Windows CE and XpEmbedded and I have two questions about software development to these operational systems. 1. Can I use visual studio 6.0 to develop the applications ? Do I need to buy or download any kit or library?
|
| problem with GetProfileString | 18 Sep 2004 21:50 GMT | 3 |
I am trying to use WriteProfileString and GetProfileString to save some of my configuration variables. but when I call GetProfileString to read back what I have written before, it return nothing. meanwhile I cannot find .ini file .
|
| How to make the emulator work (again). Please help.. | 17 Sep 2004 23:19 GMT | 2 |
I am submitting this question again hoping that someone can help me. I installed evc++ 4.0 with sp3, the pocket pc 2003 sdk, and smartphone sdk. I can not even make a hello world app to run in the emulator for ppc 2003. I am
|
| eVC4 -- building for ARM thumb mode | 17 Sep 2004 18:13 GMT | 5 |
I have to rebuild my eVC project in ARM thumb mode. Using the command line, I seem to have to use clthumb instead of clarm. But how to switch from ARM to Thumb mode within eVC IDE? Regards, Nickolay
|