| Thread | Last Post | Replies |
|
| Exception Handling PocketPC | 30 Apr 2004 23:16 GMT | 1 |
I am a newbie, trying to develop an application on Pocket PC 2002. I read postings that say PocketPC 2002 does not support C++ style exception handling. However TRY {
|
| How do we automate the eVB & eVC project builds | 30 Apr 2004 21:14 GMT | 2 |
We need to autmate the the application which has a ddl written in eVC & is used by eVB components. This applications is executed on Pocket PC We need to automate the whole process of making build & creating installer from it Can someone give me an idea how we can do it
|
| PocketPC X Linkys | 30 Apr 2004 20:53 GMT | 4 |
I'm trying to connect my PPC 3.0 with my PC using a linksys Access point and WPC 11 card, and I can?t complete the connection. Is thera anybody who could make this? Thanks,
|
| answering a call | 30 Apr 2004 19:57 GMT | 1 |
in pocketpc phones, i know theres a function to MAKE A CALL ..is there one to ANSWER the phone itself ? can someone point me to some resources with such info ? thanks in advance
|
| WM2003SE - Orientation change paint bug in dialogs ??? | 30 Apr 2004 19:57 GMT | 1 |
I'm porting existing, working, happy WM2003 MFC code to WM2003SE and have noticed the following anomaly in dialog boxes when switching orientations: 1. Dialog displays correctly in portrait mode. 2. User switches to Landscape. Vertical scroll bar appears and dialog
|
| ActiveX's destructor not called in Pocket Internet Explorer? | 30 Apr 2004 19:32 GMT | 1 |
I made simple ActiveX control using ATL. It' seems find. working good. When I refresh current page or I leave current page using backward button, I found the destructor was not called. PIE seems not unload ActiveX control, whenever it leave the current page containing ActiveX ...
|
| XML with VB in Visual Studio 2003 | 30 Apr 2004 19:19 GMT | 1 |
Anyone have any examples om how to read from / write to xml files in VB under Visual Studio 2003? Thanks SS
|
| Help PPC SMS | 30 Apr 2004 17:36 GMT | 1 |
I want read and write SMS (short message) backup in PPC. Do you know where is stored sms? Do you know links with sample code about client application (or help links)? Thanks
|
| One Code for Both platform(Palm & WINCE) | 30 Apr 2004 15:18 GMT | 3 |
Hi Gurus, Good Day. In my client they are asking me to do, Write a One code for Both Windows CE and Palm OS. I found that One SDK AppForge SDK. That support One code & UI for Both the Platform. But that will
|
| CeRapiInvoke() function | 30 Apr 2004 10:12 GMT | 1 |
I am trying to use the hr = CeRapiInvoke((const unsigned short *)_T("MyRapi"), (const unsigned short *)_T ("CallMyFunction"), 0, NULL, &cbOut, &pOut, NULL, 0);
|
| Misaligned accesses with MS ARM compiler | 30 Apr 2004 03:46 GMT | 7 |
Does anyone know of a way to tell the ARM compiler that a WORD or DWORD pointer addresses an object that is not (or might not be) aligned on a 16 or 32 bit boundary? Effectively what I want to do is this: BYTE *pBuffer = malloc(something);
|
| getting ROM info | 30 Apr 2004 03:42 GMT | 2 |
Can someone please advice me what function(s) to use to extract(programmatically) ROM info such as version, date, protocol version etc on WinCE-based devices. I've been searching for a while but still unable to locate which available functions to do the job
|
| Debug code on device not the emulator?? | 29 Apr 2004 21:08 GMT | 9 |
Is it possible to use the debugger (Vb.Net/PPC2003/VS 2003) on code running on a device connected to the development system via ActiveSync? I have a problem using the inbuilt bar code scanning hardware in a Symbol PDA which would be much easier to track down if I could step ...
|
| nonblocking sockets on CE? | 29 Apr 2004 20:22 GMT | 1 |
eVC4, PPC 2003 sdk Whats the best way to asynchronous or non-blocking sockets on PPC2003? Is winsock2 on PPC yet? Or use blocking sockets in a worker thread, and wait on select()?
|
| convert .MDB to Property store database | 29 Apr 2004 20:06 GMT | 2 |
I want to convert .MDB(which is present in my desktop) to Property database(Object store databse in PocketPC) during transfer from destop to pocketpc. Is there any API available in the desktop to do that Regard Gopa
|