| Thread | Last Post | Replies |
|
| A problem about socket api | 24 Mar 2005 20:44 GMT | 3 |
I am writing an e-mail client program.I use the socket api in the evc 4.0.Wh en the smartphone connects to my pc(the pc is network connected),it works.Bu t when the smartphone did not connect to the pc,it failed.Here is part of my code:
|
| How to close the application? | 24 Mar 2005 19:20 GMT | 5 |
In my application, I've implemented an user validation. A login dialog opens after 5 minutes of inactivity, and I'm using a timer to call it. So if the user don't want to login in the program, it clicks on CANCEL, and then I must close the application.
|
| adding Chinese to string table in Embedded Visual C++ | 24 Mar 2005 10:15 GMT | 2 |
does anyone know how to add Chinese characters to a string table in Microsoft Embedded Visual C++ (version 3.0). I have a string table for foreign languages and I want to add Chinese characters. I have installed Chinese fonts on the PC and can type
|
| [URGENT NEED HELP] ASUS A716 KernelIoControl not working for some IOCTL | 23 Mar 2005 23:04 GMT | 1 |
I want to get some unique number for the PPC. For all HP and Acer PPC running PPC2003 or above, I have no problem in getting the SD card serial number by KernelIoControl(IOCTL_DISK_GET_STORAGEID,......)
|
| Problem with creating controls | 23 Mar 2005 21:21 GMT | 4 |
I'm trying to create controls in a (derived) CDialog with CEdit newEdit ; CRect r(5,100,125,130); newEdit.Create( WS_CHILD | WS_VISIBLE | WS_BORDER, r, this, 4001);
|
| CMyownDialog::DoModal | 23 Mar 2005 10:30 GMT | 4 |
I've got a problem with the visibility of a resource-based modal dialog on my PPC application. I made the dialog with the resourde editor, made a dialog class derived from CDialog(IDD_MYOWNDIALOG), set my controls in OnInitDialog() which
|
| eVC to VS2005? | 22 Mar 2005 21:02 GMT | 4 |
I've heard that VS2005 will support compiling native code for CE (without the compact framework). Has anyone who is using eVC tried out the VS beta, and what do you think of it? Will it be worth it to make the switch when it comes out?
|
| using eVC on windows mobile 2003 SE | 22 Mar 2005 18:05 GMT | 4 |
I just purhcased a new hp 3715 ipaq, with windows mobile 2003 SE installed on it. I want to write a few applications using eVC, but I'm not sure exactly what software is required.
|
| What is this compile error messages ?(on StretchDIBits) | 22 Mar 2005 02:45 GMT | 1 |
Sir, I tried to compile my pocket pc 2003 application on to pocket pc 2002.It is the mfc app which it is made with eVisual C++ 3.0 standard MFC...
|
| Standard C+ streams in WinCE | 22 Mar 2005 02:02 GMT | 2 |
Does anyone know if standard C++ streams are supported in WinCE. I am tryng to use strstream and wstrstream in my program and I can not get it compile. Am I missing something? Thanks
|
| ASSERT macros dont't work | 21 Mar 2005 20:52 GMT | 4 |
I have problems to use the ASSERT / VERIFY macros in CE. I am not sure whether there is something wrong with my IDE. If I create a new empty project , insert somewhere ----------------------
|
| Finding all files name with the same extension in a specified directory ? | 21 Mar 2005 18:39 GMT | 4 |
On a standard CE 3.0 system, I am trying to find all the files with a specific extension (in this case .woo) in a specified directory. I only need the file names. I will store those names in an array and will open them one by one to read the data stored in them.
|
| Ir oscillocscope? | 20 Mar 2005 01:34 GMT | 4 |
I want to write a program to analyze TV remote controler's codes via Ir port of my PocketPC, how can I do that? Thanks!
|
| Localize an MFC dll | 18 Mar 2005 22:59 GMT | 1 |
I have an MFC dll that contains resources. I now want to add French to this library. How can I go about doing this? My current structure looks like this: Main.exe
|
| difference between PocketPC 2003 and PocketPC 2003 second edition | 18 Mar 2005 21:21 GMT | 4 |
Can somebody please tell me the difference between PocketPC 2003 and PocketPC 2003 second edition. Can I safely assume that MS Windows Mobile 2003 is tha SAME as MS Windows CE .NET 4.2?
|