| Thread | Last Post | Replies |
|
| Get heap size for a process | 30 Sep 2008 14:57 GMT | 1 |
We need to know how much memory are taken by our program (while running). We suspect having a memory fragmentation problem. We already tried using Remote Heap Walker but every time we double click on our program process the Remote Heap Walker crash on device "cchwcli.ex has
|
| Changing Environment Variable at Compile time on per component bas | 29 Sep 2008 14:12 GMT | 1 |
Hello, I am using WinCE 5.0 for our development. I am trying to use a code coverage tool to instrument my builds. To do that i need to change the $(PATH) before my components compile and revert it back to original after the compile.
|
| a compiling error in eVC | 25 Sep 2008 09:16 GMT | 18 |
I had installed SDK for windows CE 5.0, but while compling my code, a error said :Cannot open include file: 'iosfwd', why? Thanks
|
| choose evc or vs2005 | 24 Sep 2008 19:59 GMT | 10 |
I wish to compile a opensource lib targetting at CE5.0, some one advice me not to compile it in EVC, he said that EVC will cause many runtime errors, so I have to choose vs2005, but I also have to compile the code targetting at CE4.2, and vs2005 does not support CE4.2, so I
|
| Windows Embedded CE 6.0 | 20 Sep 2008 07:47 GMT | 2 |
(1) There is support for Enfora and TTPCOM modems available in Windows Embedded CE 6.0. But when I clone a BSP based on Device Emulator and build that BSP using Microsoft Visual Studio 2005, it gets build successfully with zero errors. Still no enfora.dll and ttpcom.dll gets ...
|
| STANDARDSDK_500(X86) To Win32 | 19 Sep 2008 16:57 GMT | 1 |
We have made an application for Windows CE and we would like to compile it for Win32. Is there anyway to do that properly ? First thing I tried is to change the platform to Win32 in Visual Studio 2005 and then compile the project. Here is what I noticed as error :
|
| Windows CE 5.2 and database connection. | 18 Sep 2008 17:48 GMT | 5 |
Hello, I'm new in developing applications for Win Ce. I already got stuck :/ I have a device with bar code reader and WiFi card (it''s Motorola CM30050B as I remember). I have to communicate with SQL Server over TCP/IP. I have to do this in Visual CPP (Visual Studio 2008). I ...
|
| Why does my DialogBox call work in PB but fails in EVC? | 17 Sep 2008 15:09 GMT | 2 |
I mostly worked on Platform Builder, now I need to add features to an application that was built with Platform Builder with DIRS and SOURCES, I created an EVC project with the same source code, but the application cannot run because the following DialogBox function call
|
| Running Hash Function on a WM6.0 device driver | 16 Sep 2008 21:04 GMT | 7 |
I want to create an application on WM 6.0 that will run the HASH function on the device driver to check if there are any modifications in the device driver from the previous release. Can any body help me in this as I am new to developing application.
|
| sendto blocks unexpectedly | 16 Sep 2008 20:06 GMT | 7 |
I have a very simple thread that creates a simple socket for sending small packets. It waits for some other thread to request a message to be sent then issues a sendto.
|
| How to open COM port if the handle is lost | 15 Sep 2008 05:33 GMT | 3 |
I have a situation here. I have the handle to the com port. Assume that some how, i lost the handle. Is there anyway for me to find out handle to that particular com port again? When i attempt a reopen com port, it gave me a error code of 55, which means device does not exist.
|
| READ Serial Port | 10 Sep 2008 08:24 GMT | 6 |
I have connected a GSM/GPRS module on serial port. I want first to open communication to check the signal with AT+CSQ. After to sent of this command, the module will answer with +CSQ: 2,0 (This is the signal). Unfortunately I read only first char therefore +.
|
| Project template broken in VC2008? | 05 Sep 2008 00:30 GMT | 1 |
when i open the win32 smart client project template in vc2008, the platforms link boots me out of the wizard - does anyone else have this problem?
|
| How to change default exception handler? | 04 Sep 2008 17:17 GMT | 5 |
I want to store a log file when app crash. My app is developed on wince 5.0. So I try to change exception handler using SetUnhandledExceptionFilter().
|
| Progressbar | 02 Sep 2008 18:00 GMT | 1 |
Development with vS2005 in csharp for Windows CE 6.0 The default progress bar available has very few parameters. How can I change the color? I found this: http://69.10.233.10/KB/dotnet/CustomProgressBar.aspx
|