| Thread | Last Post | Replies |
|
| Service Auto Start Problems in PPC2003 | 30 Nov 2004 21:35 GMT | 8 |
I cannot get my service to load automatically on startup. I can load it manually using either registerservice or activateservice and I can successfully unload it with deregister service. The service works great when I manually load it but not otherwise. Here is my basic service ...
|
| What's going on here? | 30 Nov 2004 21:26 GMT | 1 |
If I run the following code from VS2003 to a PPC 2003 emulator: static void Main() { MessageBox.Show("hi");
|
| Serialize a dataset without using a XML | 30 Nov 2004 19:51 GMT | 3 |
Anyone knows how can I serialize a dataset, without using an XML, in a PDA to send it to PC? I want to reduce the parsing time I waste passing the dataset structure to a XML (and parsing it to recreate a dataset). If i could serialize it to
|
| Problemo...Help is kindly needed Urgently.... | 30 Nov 2004 19:45 GMT | 1 |
hello...im using eVc 4.0...i have built the dll file under ARMV4 processor...now i wanna to test the dll file in PocketPC 2003 SDK emulator..therefore i rebuild the dll file under emulator processor (Win32(WCE emulator) Debug).The compilation is successfull.However, when i
|
| VS can't launch application | 30 Nov 2004 17:54 GMT | 1 |
Using VS2003 with Pocket PC 2003 emulator. VS seems unable to start my program for debugging (although this is inconsistent). If I create a new C# windows application and run it, VS opens the
|
| Thread Events | 30 Nov 2004 16:06 GMT | 5 |
I'm trying to use a thread to detect when a scan competes on my Pocket PC with built in scanner. I start a thread from the main routine. This thread code starts the scanner and it raises an event when the hardware detects a barcode. It works fine if I just call the subroutine ...
|
| Which development tool? C# or C++? | 30 Nov 2004 15:58 GMT | 2 |
I am sure that this question has been asked a million times, but here it is again. I am getting back into PocketPC development after a one year hiatus. I have used many different tools and languages over the past 15 years so I am not concerned about learning a new language. I ...
|
| Visual Studio 2005? | 30 Nov 2004 14:27 GMT | 2 |
Will VS2005 replace eVC4.0 or will VS2005 only be for CF development (like VS.NET 2003)?
|
| Pocketpc Outlook Object Model | 30 Nov 2004 11:45 GMT | 3 |
I'm trying to get the Pocketpc Outlook Object Model (POOM) working... I have Microsoft.NET framework 1.1(.4322 SP1) installed. At several places I find links to a POOM SDK, but it seems to be dead lots of times. At other places people tell it is included in Visual Studio.
|
| Where to place application files | 30 Nov 2004 10:32 GMT | 2 |
Newbie. I need to check for the existence of an update file. I would normally put the file in the application's directory, but then (it seems) I have to hard code the location of the file since the CF doesn't include
|
| SQL CE GPRS replication troubles | 30 Nov 2004 07:52 GMT | 4 |
I get this number of errors when I'm trying to merge replicate over GPRS. It occurs only some times: error 80072EE7 with native 28562 error 80072EFD with native 28562
|
| heap management | 30 Nov 2004 07:18 GMT | 6 |
Pocket PCs until Win2003 SE have very poor performace (slow) heap manager. 1. Has anyone ported VC 6.0 CRT library heap manager to CE? 2. Has anyone rebuilt MFC using custom "new" operator for static
|
| How to register dll files on pocket pc 2003? | 30 Nov 2004 01:51 GMT | 3 |
Hello, everyone... I now having the problem to register .dll file on pocket pc 2003 SDK emulator... I found some ppl say about the regsvrce.exe, but i cannot find it in the PPC
|
| how to close/hide browser (PIE) window from client (j)script in pa | 30 Nov 2004 00:49 GMT | 3 |
How do I close/hide the browser window with JScript if the device is a pocketPC, and the browser is Pocket Internet Explorer? I have tried window.close() but this doesn't appear to be supported by PocketIE. Does anybody know an msdn link where Pocket IE JScript
|
| Help with paths and EmulatorCopy | 30 Nov 2004 00:11 GMT | 5 |
I can't figure out how to copy a file from my desktop to a specific directory on my PPC 2003 emulator using EmuCpy.exe. The paramaters for EmuCpy are: EmuCpy -p platformID [-i] filename [targetdirectory[\targetfilename]]
|