| Thread | Last Post | Replies |
|
| IStorage.OpenStream excepting | 15 Apr 2005 18:48 GMT | 1 |
I am using IStorage.OpenStream as follows: g_pStorage->OpenStream(m_strStreamName, NULL, STGM_READWRITE | STGM_SHARE_EXCLUSIVE,
|
| WinCe Edb and Cedb Interface question? | 15 Apr 2005 08:55 GMT | 1 |
how can i get a search record collection with Edb and Cedb Interface ?? i use the function CeSeekDatabase and CeSeekDatabaseEx .but only get the one record ,so how can I get all the record accord with the search condition?
|
| Some general socket questions | 14 Apr 2005 17:33 GMT | 3 |
I have two general socket questions for Windows CE that I hope you guys can answer: 1) Is it possible to set up a non-blocking Send and a blocking receive on the same socket using WinSock?
|
| Not av valid Win CE program | 13 Apr 2005 21:56 GMT | 4 |
I'm working on a Texas Instruments OMAP 1610 platform with Win CE 4.2 and eVC 4.0 sp 2. If I compile and run a program wiht eVC and using active sync form eVC to run the program, it works fine.
|
| automatic restart/reset with program | 13 Apr 2005 20:24 GMT | 3 |
is ther someone knows how can i restart my pda with a program. i need do this cause i write new calibration data in the registry and my pda touchscree didn t change before i do a SoftReset. Thanks
|
| How to add internet explorer control in eVc++ | 13 Apr 2005 17:32 GMT | 5 |
I would like to use IWebBrowser2 interface to create a browser application. But how can I add its reference? Where can I find it? Many thanks Goksel Misirli
|
| PocketPC 2000 / 2002 ? | 13 Apr 2005 06:20 GMT | 2 |
I have to find out the device OS version at runtime I used the following code to figure it out OSVERSIONINFO m_OsVersion; memset(&m_OsVersion,0,sizeof(m_OsVersion));
|
| Writing in registry | 13 Apr 2005 05:55 GMT | 2 |
is ther someone who have a sample code to write value in registry (wince 4.2 or 5.0) please ? i need to do an .exe (named autorun.exe) to be launched each time my PDA start
|
| How can I tell programmingly that device is reset from ... | 12 Apr 2005 11:15 GMT | 8 |
How can I tell programmingly that device is reset from a cold-boot (hard-reset) or a warm-boot (soft-reset)? Thanks!
|
| Latest wcedb.cpp | 12 Apr 2005 08:22 GMT | 1 |
I am using CEDB for database access in my app. But the MFC wcedb.cpp wrapper does not have any function for volume creation. It uses the Database from the object store. Also, many of the API that this wrapper calls ( of CEDB ) are obsolete.
|
| LDAP running on Window CE device always returning LDAP_LOCAL_ERROR | 12 Apr 2005 02:54 GMT | 2 |
I am debugging a code snippet that runs on my PC, but not on by Windows CE (ARMV4I) device. It fails on the first call, ldap_init with a LDAP_LOCAL_ERROR. I changed to ldap_open and this fails too with the same error.
|
| Virtual COM port driver | 12 Apr 2005 02:10 GMT | 2 |
I need to write a driver for virtual COM port. It is quite simple because it must not interact with hardware. But I have some questions: 1. Where IOCTLs for serial communications are defined? I mean
|
| How to get the serial number of a CF card | 11 Apr 2005 19:44 GMT | 3 |
Does anyone know a way to get the serial number of a compact flash card? I've been trying to get the serial number of a compact flash card on a Windows CE 4.2 device using EVC++ 4.0, using IOCTL_DISK_GET_STORAGEID and the STORAGE_IDENTIFICATION structure it populates. (relevant MSDN ...
|
| Change IP Address | 11 Apr 2005 19:43 GMT | 3 |
is it possible to change the IP address programmatically without reboot? Thanks Paolo
|
| Link errors with wldap32.lib | 10 Apr 2005 11:51 GMT | 1 |
I am getting link errors with undefined symbols from functions found in wldap32.lib through embedded Visual C++ 4.0 for the emulation device only. After including the library in Project Settings/Link/Input/Object/library modules and adding a new directory to ...
|