| Thread | Last Post | Replies |
|
| Method to find out RAM usage of WinCE Applications | 07 Mar 2007 20:16 GMT | 8 |
I have a question to ask. I have a few WinCE Application (developed by 3rd parties) running on a device. Is there anyway to find out the RAM usage of each application? Are there any utilities software i can make use of? Sincerely
|
| embedded visual c++ problem | 07 Mar 2007 08:49 GMT | 1 |
I used my embedded visual C for pretty long without any problem, but this morning, when i try to launch it, i get a popup telling me "Can't instantiate Platform Manager component. Please make sure that it's installed on the desktop." of course i did not modify or remove platform ...
|
| unresolved external symbol errors, VC++ | 07 Mar 2007 08:44 GMT | 1 |
I am getting the followin errors while makin a sink filter for DShow in VS 2005, VC++. : error LNK2019: unresolved external symbol "public: __cdecl CBaseFilter::CBaseFilter(wchar_t const *,struct IUnknown *,class CCritSec
|
| About barcode scanning and SDKs | 06 Mar 2007 14:58 GMT | 11 |
I've a doubt about barcode scanning on Windows CE / PPC devices with integrated barcode scanners. Why in windows ce are not introduced some standard APIs that allow to manage the few common operations with barcode scanners (such as enable, disable,
|
| How can I turn on a pocket pc when the serial port has activity? | 05 Mar 2007 20:12 GMT | 4 |
I am looking for a copy of the following link: http://www.pocketpcdn.com/sections/power.html there is a link at the bottom which is now dead, I am hoping that someone will have a copy of it of can tell me how to do it. I am trying to turn the pocket pc on based on some serial ...
|
| Idle Timeout Info | 05 Mar 2007 17:36 GMT | 10 |
I'm trying to get various system timeout values but the function continues to tell me all the values are zero, I'm certain they should not be zero. Below is the code I'm using, along with the output from that code. I'm using eMbedded 4.0 SP4 and tested on a Pocket PC 2003 ...
|
| Visual Studio 2005 RCData help | 05 Mar 2007 07:37 GMT | 1 |
I have a question regarding the RCData binary file in the Resource View. I am using Visual Studio 2005 WinCe 5.0 visual c++ I loaded an example program with a menu, but when I changed a menu item from "Help About" to just "Help", the menu doesn't change when I run the
|
| For loop scope with VS2005 SP1 | 02 Mar 2007 22:03 GMT | 11 |
The C++ compiler behavior changed with the installation of the Service Pack 1 of Visual Studio 2005 and I do not find any documentation about it. The following code sample doesn't compile with VS2005 but compile with the SP1 installed:
|
| how do I get a handle to a partition so I can perform a scandisk? | 01 Mar 2007 18:56 GMT | 2 |
Using embedded vc4 on platform builder 5. My intent is to call ScanVolumeEx(), and it says that for a partition, you should use CreateFile() to get a handle to the partition. But when I try to do that, I always get invalid handle.
|