| Thread | Last Post | Replies |
|
| Debugging setup.dll | 06 Jul 2005 21:42 GMT | 1 |
What is the process (if there is one) to debug setup.dll for a cab within the emulator? I'm using evc 4 and CE.NET 4.2.
|
| MSMQ on WIN-CE | 06 Jul 2005 16:18 GMT | 11 |
I am using MSMQ in Win-CE for Inter Process Communication, the developing environment is embedded VC++. I am able to compile as well as link the program but while creating the MSMQ I'm getting the following error :
|
| How to delete many files at once | 06 Jul 2005 14:12 GMT | 2 |
I have noticed that within my app when deleting a folder that has many files can take a very long time. When deleting from the exporer seem significantly faster I'm using the FindFirstFile\FindNextFile API followed by a DeleteFile API call. 1 .Is there a way to delete all files in a ...
|
| Read and Write from USB | 06 Jul 2005 12:35 GMT | 4 |
I have 1 question. I need to read data from a device connected to USB port. My OS is windows CE 4.2 and i am using eVC++4.0 sp4. I haven't the Windows CE Platform Builder.
|
| C++ conformance? | 06 Jul 2005 07:08 GMT | 10 |
Where does eVC4 stand in terms of conformance to the ISO C++ standard? Is it more like VC6 or more like VC7.x? Thanks -Laurens
|
| Driver for LCD on wince.net 4.2 | 05 Jul 2005 18:21 GMT | 4 |
I would like to use a 40x2 character display on a custom wince.net device. I have been looking for drivers for the Hitachi HDD44780 controller (or for any derivative) but have not come up with any sources. Are there drivers/sources available for character LCD's (40x2, 20x2 or ...
|
| Problem with opening Internet Explorer from application | 05 Jul 2005 18:18 GMT | 9 |
Urgent! I'm developing software for Windows CE device using evc++ 4.0. Application should be able to open Internet Explorer. It also should be possible to navigate to different web pages by sending new URL to Internet Explorer from
|
| undefined refrence WS_OVERLAPPEDWINDOW | 05 Jul 2005 18:12 GMT | 6 |
When I tried using WS_OVERLAPPEDWINDOW in CreateWindowEX(...) I get an undefined refrence. When i looked in the Docs I see that it is supported. Can anyone help me with this.
|
| Memory Usage and Loss in WinCE | 05 Jul 2005 18:05 GMT | 6 |
I have a large MFC app written in eVC4 running on WinCE 4.2. I have checked it extensively for leaks and can't find any, but I am continuing to lose memory (I run out after 4 days). I added a display to one thread that shows the amount of available RAM every
|
| MSMQ on PPC2003 | 05 Jul 2005 17:59 GMT | 1 |
i have sucessfully established private queue between winxp and ipaq 3715(PPC 2003). each time, when i powered on the ipaq, i have to wait a long time( about 2-3 minutes) for my ppc to receive the message packets from the winxp. how can my ppc get the msmq message packets from winxp ...
|
| Wireless device: TIACXWLN1 RSSI Problem. | 05 Jul 2005 14:59 GMT | 7 |
Has anyone else tried to obtain the RSSI from this device. My code is working and yet the values i get returned for the RSSI are strange... ap: Plasticninja, mac: 00:0A:66:A1:46:E2, rssi: -5898240 ap: 64726329, mac: 00:A0:F8:3A:67:04, rssi: -5898240
|
| XMLHttpRequest on CE | 04 Jul 2005 17:32 GMT | 7 |
I am trying to write a simple application in C++ on WinCE5.0 that does an http post to a remote web service using an MSXML XMLHttpRequest object. The service is listening on http and https and my app works on the http port. On https however it falls over trying to do the post. I ...
|
| step over speed in debugger | 04 Jul 2005 11:47 GMT | 3 |
I am trying to debug my application from evc++ on my emulator. The debug appears to take about 5 to 6 seconds to step over the most trivial of variable initialisations. The processor doesn't appear to be busy and the HD isn't rattling to death.
|
| Windows CE versus Windows Mobile | 03 Jul 2005 12:40 GMT | 3 |
What is the difference between Windows CE and Windows Mobile. I notice Windows Mobile is appearing on more and more cell phones (latest-generation) so looks like its going places. Maybe its time to start reading up on developing apps for WinMobile.
|
| Pocket PC Help | 01 Jul 2005 22:13 GMT | 13 |
Hi there I have a question for anyone who has written programs for Pocket PC: I have installed eVC++ ont my laptop (XP Home edition) and I want to develop applications for Pocket PC: I have installed the following:
|