| Thread | Last Post | Replies |
|
| Reading time into CTime from string | 30 Jun 2008 22:00 GMT | 4 |
Hi, Is it possible to read from a string into a CTime class, with the following format: This is the string format: YYYYMMDD:HHMMSS.MMMMMM where the MMMMMM is microseconds
|
| Memory Leak problems in VC++, Windows Mobile 6 development environ | 30 Jun 2008 16:13 GMT | 1 |
I am Using Visual Studio 2005, In "Windows Mobile 6 Application Development" In my VC++ Programme there is some Memory Leak Problems.., so, i find there is many helpful function like "_CrtDbgBreak" ,but in Windows mobile 6, there is no header file of name like <crtdbg.h>, so, How i
|
| repllog.exe woes | 30 Jun 2008 16:13 GMT | 3 |
I am working on a CE app that starts replog via create process with the result being a dialog box that reports the text "Cannot start communications with the desktop computer." with a fatal error code of 608. I have reinitialized the registry to a virgin state to no avail.
|
| Show Japanese Character in Windows CE 5.0 Emulator in Windows CE | 30 Jun 2008 06:54 GMT | 4 |
HI, i'm new in windows CE 5.0 Now, i'm building application that can show japanese character. I'm using Embedded C++ 4.0 and Windows CE 5.0 SDK Emulator. i really need it.
|
| SDK for CE5.0 and Japanese/Chinese support | 28 Jun 2008 01:32 GMT | 7 |
Env: eVC++4.00(SP4), SDK for CE5.0(English) Is it possible for me to make an app with Japanese/Chinese language available on environment above? TIA
|
| __int64 treated as 32 bit int | 26 Jun 2008 17:31 GMT | 2 |
Hi , We are developing for WM6 using VS2005. i have the following bit of code #define HOURS_PER_DAY 24 #define MINUTES_PER_HOUR 60
|
| Is it possible to compile eMbedded Visual C++ 4 program on Windows Mobile 5 device? | 26 Jun 2008 16:11 GMT | 1 |
I have a Microsoft eMbedded Visual C++ 4 program that works fine in Windows CE 5. I want to compile and run this program on a Windows Mobile 5 device. Is this possible? Thanks,
|
| CreateProcess() sometimes returns error 193 | 25 Jun 2008 22:52 GMT | 5 |
We're using CreateProcess() to start another application. Most of the time it works okay, but under certain circumstances it fails and returns error 193. Now in VS2005 this is defined as "%1 is not a valid Win32 application" but this makes no sense in WinCE. Is there an ...
|
| .PNG and Alpha channel | 20 Jun 2008 11:21 GMT | 1 |
Env: eVC++4(SP4), Windows embedded CE5.0 SDK, AFLLX800 Is it possible to show a *.PNG file with Alpha channel? And how if it is. TIA ou
|
| Try...Catch in eVC++ | 19 Jun 2008 16:18 GMT | 3 |
Hello, In eVC++4 with Win CE5, how do we write a try catch. On writing : try { GetOperatorsFromDb();
|
| Debugging with eVC++ | 18 Jun 2008 21:41 GMT | 2 |
PB5.0, XSCALE We are facing a system level hang. We are not sure whether it is hardware issue or OS or application. 1) We want to run the application thro' eVC++ debugger, so that if the
|
| WINCE and Seral 232 | 18 Jun 2008 18:16 GMT | 12 |
I have a device for read the water pressure. This device use for communications the rs232 9600 8-N-1. On the manual of the device I read : << Preparing a TextFile The command textfile should be prepared using a HEX Editor and save. All
|
| sprintf result size without an array | 18 Jun 2008 18:06 GMT | 5 |
I'm looking for a way to determining the size of an sprintf function call result without actually loading an array (so I can then create an array of appropriate size and actually do the sprintf) basically something like
|
| Add variable dialog problem | 12 Jun 2008 00:36 GMT | 7 |
On the VS C++ .net, i right clip on the CHelloForm Class. Right clip the class and add. I am presented with the Add variable dialog, i can set the access to protected but the variable type, i cannot set to Button*, it has already
|
| How to get the state of Checkboxes in a tree...in EVC++ | 12 Jun 2008 00:33 GMT | 2 |
hey frenz i am pretty new to EVC++ 4.0. and doing my work on tree control. i am unable to obtain the state of checkbox, required for the further fuctioning of the application. also if i check the root node, childeren are not getting slected
|