| Thread | Last Post | Replies |
|
| A numeric textbox as in calculator for hardware keyboards | 09 Oct 2007 19:31 GMT | 3 |
probably there isn't a solution, I already tried to search, but I try to ask... In my application I have several textboxes that should accept only numeric input (also negatives and decimals), and it will be used only in PPCs and
|
| Help: storage card lock | 09 Oct 2007 09:34 GMT | 1 |
Now I have a question, it is about storage card. current state: windows ce 5.0 with external storage card problem: In our application, when it run, we must dynamic modify one file name(the file store in storage card), but I am afraid that if the user lock
|
| Menu spacing in MFC | 08 Oct 2007 14:51 GMT | 2 |
Hi, On PocketPC menus, how do you implement the spacing bars between Menu items. Currently my menus don't have any lines drawn. Thanks
|
| Struct to Char | 05 Oct 2007 17:55 GMT | 9 |
How do I convert the struct to char* ? What my error? typedef struct {
|
| CCommandBar | 05 Oct 2007 14:49 GMT | 1 |
Hi, I'm developing an app for PocketPc 03, Smartphone03, PocketPC WM5(upwards) and Smarphone WM5(upwards). This is using C++ MFC libary. I understand that the PocketPc03 does not have the Soft key menu bar but the others do. If if
|
| dll evc4.0 | 05 Oct 2007 14:49 GMT | 5 |
Hi group, in VC++6.0 i usually write code in c, not in c++, so, is it posible to write a dll in c, not in c++, with evc++ 4.0 ?, thanks very much in advance, Carlos. excuse-me if i look as a principiant.
|
| Where does cout << go on PocketPC | 05 Oct 2007 14:26 GMT | 1 |
Hi, I am using the PocketPc03 emulator with VS2005 with the console. I use the std:cout << to display some debug messages nothing appears on the consoleoutput. I thing OutDebugString works but where cout go?
|
| CreateFileForMapping deprecation issue | 05 Oct 2007 05:23 GMT | 7 |
Hi all, I saw that the function CreateFileForMapping has been deprecated in Windows Mobile and CE 6 (https://msdn2.microsoft.com/en-us/library/aa915032.aspx) in favor of CreateFile. I tried to replace CreateFileForMapping with CreateFile in my code: it works correcly on Windows ...
|
| Crash in throw under Windows CE 6.0 | 05 Oct 2007 03:00 GMT | 10 |
My compiled EXE is working under Windows CE 5.0, but crashes under Windows CE 6.0 somewhere inside call to __imp___CxxThrowException function of coredll.dll. It is compiled without optimization. The code at this place looks like:
|
| Bypassing a Data Misalignment exception. | 04 Oct 2007 14:07 GMT | 2 |
First of all, please forgive me if my question is too trivial. I hope some techies believe in "No Questions are Dumb Questions " ideology. Anyways, getting on with the matter. Here is the scenario.
|
| CeMountDBVol() problem | 04 Oct 2007 13:56 GMT | 1 |
Occasionally when I call CeMountDBVol() it fails and GetLastError() returns 5 which according to the documentation is "Access Denied". By deleteing the database files and creating new databases operation is restored but any data in the databases is lost. Is there something else ...
|
| DP83815 Short cable problem | 04 Oct 2007 09:27 GMT | 3 |
We are using Ethernet chipDP83815 for National and we have some problem when using short Ethernet cable. We found out that the problem exists and there is a fix for the Linux Driver.
|
| Socket UPD SOCK_DGRAM | 04 Oct 2007 00:07 GMT | 1 |
How do I send the struct with the send() function? I have this struct that I want to send at UDP Server. UITT_SET_POSITION structGPS; structGPS.m_altitude = 800;
|
| Which of these should I use for my application? | 03 Oct 2007 14:52 GMT | 6 |
I'm developing a pocket pc software (windows CE 6.0) and am not sure which tools to use. i'm realy beginner in this field. Would you recommand using visual studio 2005? or Is it okay to use eVC++? Thank you in advance
|
| How to add a CButton to CCommandBar ? | 02 Oct 2007 23:40 GMT | 1 |
I want to add a specifical CButton to CCommandBar. .h [code] class CMyButton : public CButton
|