| Thread | Last Post | Replies |
|
| Help! I need advice for programming CE.net 4.1 devices | 02 Jun 2005 21:42 GMT | 5 |
I am the owner of two CE.net 4.1 devices; Aplux TIM2C and a Seimans SIMPad SL4. I would like to start writing programs for both of these devices. What development environment would you recommend? I am trying to use embedded Visual Basic 3.0 but am not having much luck. Do I ...
|
| Replacement for GetDIBits | 02 Jun 2005 21:42 GMT | 2 |
I have a Bitmap and I need access to the RGB data, I have the bitmap handle (HBITMAP) but I cannot work out how to get the pointer to the RGB data. I would normally use GetDIBits but it looks like its unsupported. Anyone have any ideas ?
|
| bitmap from raw data | 02 Jun 2005 18:48 GMT | 3 |
I have the handle to a buffer of data captured by the phone's camera. The Image is an RGB image, using 24 bits for every pixel, i.e. 1 byte for R, G and B for data of each pixel. The image width is 320 pixels and length 240 (total image size is 320*240*3). Now I need to build a ...
|
| Memory mapped file management | 02 Jun 2005 17:36 GMT | 1 |
I'd like to manage a flat table file (an array of fixed length structs) with memory mapped file. I've only found this example (http://www.codeproject.com/cpp/flattables.asp), but the management of the
|
| Formatting code on evc 4 | 02 Jun 2005 16:16 GMT | 3 |
I've used lots of other IDEs and they have a code formating modual where you can set various things like tab size and bracket styles and it will go through your code and format it all. Does anyone know where this is in evc 4?
|
| question on CE.NET Help system | 02 Jun 2005 15:22 GMT | 1 |
I try to build my help using: CreateProcess("\windows\peghelp.exe", "\windows\my_help.htm",...) But it turned out that CE.NET system help file popup, not my help file. The program works on Pocket PC, but failed on CE.NET device.
|
| Palm Databases (pdb) read from WinCE app | 02 Jun 2005 12:58 GMT | 4 |
is there any (possibly with sources) library that allows to manage pdb files on a WinCE / PPC application (reading, deleting, inserting, ... records)? I have seen that in StyleTap emulator Palm applications can manage pdb files...but is there a way to manage directly them from a ...
|
| Books on WINCE app development | 02 Jun 2005 12:30 GMT | 4 |
Can anyone recommend a ood book for Wince app development for someone who is new to Win32? Regards
|
| equivalent of _strdate() and _strtime() function in WIN-CE | 02 Jun 2005 05:30 GMT | 2 |
Is there any euivalent of _strdate() and _strtime() functions in WIN-CE. though there is GetLocalTime() function in WIN-CE but it gives the date and time in form of structure SYSTEMTIME. so to make the date in the form of dd/mm/yy and time in in the form hh:mm:ff, i need to do ...
|
| Dialog Application Doesn't Display Icon | 02 Jun 2005 05:06 GMT | 1 |
I have a dialog based application that does not display an icon in the task bar (by task bar I mean the active app menu in the bottom right corner). After investigating a little I noticed if you create a basic MFC dialog app with EVC 4 it will not have an icon in the task bar ...
|
| Open two bluetooth connection at the same time | 01 Jun 2005 23:17 GMT | 3 |
I am using HP pocket pc 2003 device. I can open one bluetooth connection through COM port. But now I need to connect to two bluetooth device at the same time. In CreateFile() I already set FILE_SHARE_READ|FILE_SHARE_WRITE, but still I am not able to open the
|
| Can not build dll | 01 Jun 2005 19:14 GMT | 2 |
Hi. I'm newbie with eVC++ and have a problem. I'm trying to build a dll from this microsoft's example: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/i nthehandpoom.asp, but this errors appears: "pocketoutlook.obj : error LNK2019: unresolved external ...
|
| Embedding Media Player ActiveX control in application | 01 Jun 2005 17:08 GMT | 3 |
I'm trying to embed a media player control in my application. To do that I use the sample from the PocketPC SDK called MediaBookMark. The application is NOT for PocketPC but rather for WinCE 4.2. The control is initialized in this code:
|
| htmlview and radio button | 01 Jun 2005 16:42 GMT | 1 |
I need to introduce some html capabilities in my application. For that i load htmlview.dll library and create a window in a dialogbox. I can load a html file into this window, but i don't know how to retreive some events. Html code contains radio buttons and links. I can retrieve ...
|
| Truncating a file in WIN-CE | 01 Jun 2005 16:16 GMT | 4 |
Is there any C API in WIN-CE to truncate. i'm using fopen() and fclose to open and close the file. Similarly is there any C API to remove the file. thanks in advance Vidyut Gupta
|