| Thread | Last Post | Replies |
|
| How to make make a Pocket PC 2003 vibrate | 07 May 2005 10:56 GMT | 4 |
I'm trying to make the PPC2003 vibrate when a certain event occurs in my application. I had a look at CeSetUserNotificationEx(..) but I simply can figure out how that's supposed to work. Isn't there a very simple way to make the a PPC vibrate?
|
| any Watchdog Sample Code to download? | 06 May 2005 16:31 GMT | 4 |
I'm a rookie developing for Mobile Devs.. I need a WatchDog to manage my application but i have no idea about coding it. I read info from Daniel Moth and still have no clue. Is there a more detailed article about this? Please, if you can help me.
|
| Converting Strings, Message when opening SIP | 06 May 2005 11:27 GMT | 9 |
Hello again now that I made progress thanks to the help of you, the next problems don't wait long to cross my way. 1.
|
| Driver Protection Prevents Emulator Drivers From Installing | 05 May 2005 23:44 GMT | 3 |
Here is an issue I have Never seen before with WinXPPro, SP2. Installing eVC 4.0, SP2 and SDKs I ran into an installation error where Driver Protection won't let the emulator drivers install. Has anyone else seen this, and how does one correct it?
|
| MSMQ and CE.NET 4.2 | 05 May 2005 19:38 GMT | 1 |
I'm trying to get an MSMQ app originally written on the Pocket PC to run on a Symbol MC3000 CE.NET device but there's something different between the two that makes it not work. On the Pocket PC I can write:
|
| Newbie... | 05 May 2005 18:36 GMT | 2 |
What's the difference between Visual C++ and eVC++? Are they both Visual C++ with one dealing with full blown windows and the other with mobile devices? Also, if I begin learning Visual C++, it shouldn't be too difficult to
|
| CFormView Doesn't hide full screen | 05 May 2005 18:20 GMT | 1 |
using eVC++ 4.0 and PPC 2003 device. Create a SDI application and change the view type to CFormView. Setup WM_SIZE event handler to prevent the scroll bars from appearing. When the application is run everything is ok EXCEPT that the window is too narrow and does not cover up ...
|
| How to get UTC time in Win-CE ( using C) | 05 May 2005 17:52 GMT | 7 |
Is there any C API present in VC++ for WIN-CE get systen time in UTC with the accuracy of milliseconds. I don't want to use the CTIME class as this is in C++. thanks in advance
|
| m_lpCmdLine - Passing multiple arguments | 05 May 2005 17:14 GMT | 14 |
I am developeing a small app for pocketpc 2003. I want to use the command line to pass a couple of arguments to may app. So far it looks like this - CString strTest(m_lpCmdLine); I then convert the string strTest to double using the wcstod operator.
|
| Write in a serial port | 04 May 2005 16:48 GMT | 1 |
I am programming a real time project. I need to write and read from a serial port. So far, I have used the WriteFile function, the problem is that this function takes about 500 microseconds (a lot of time)
|
| device manager | 04 May 2005 14:06 GMT | 1 |
I have a project that I need to complete. A part of the subject is to do a simple device manager. I have absolutely no idea of how to get a list (by programmation) of the devices included into the pocket pc, and overall how to list the different adapters.
|
| Compiling Consol Apps with EVC4 | 04 May 2005 01:15 GMT | 19 |
I asked a while back for help on compiling a console app with EVC4. The following was the help I received from "Jimbo" <cjavajim@yahoo.com>. <quote> In Embedded Visual C++, click on the Project menu & select Settings...
|
| Anyone getting XML to work?? | 03 May 2005 17:47 GMT | 3 |
I've burn the last two days trying to get a simple SAX XML example working. We're using WinCE4.2 and the platform was built to include the minimal XML parser. The problem is that the "documentation" shows files named SAXErrorHandlerImpl.h and SAXContentHandlerImpl.h to name ...
|
| PostMessage and .net / C# | 03 May 2005 15:35 GMT | 2 |
We have a dll which uses PostMessage to notify higher level application on events. Now the application, which was a MFC application, is replaced by a .net application and a dll which represent the interface between the .net app and the other dll.
|
| Printing via PPC | 03 May 2005 13:51 GMT | 2 |
I've read that printing services were left out of Windows CE. How have any of you gotten around this obstacle and printed a document? Also, is it true that OLE is not supported in Windows CE? By Windows CE, I'm treating it as the same as Pocket PC 2002/2003/etc.
|