| Thread | Last Post | Replies |
|
| how to create and build eboot.exe while creating BSP | 16 Jul 2004 15:40 GMT | 1 |
I am using WinCE 4.2. I was creating new BSP for my custom hardware. I was doing it all by reading from the tutorials in help. But, I had problems while developing the boot loader.
|
| LVS_EX_CHECKBOXES ListCtrl Style | 16 Jul 2004 14:44 GMT | 1 |
I'm trying to implement checkboxes in my list control by setting the extended style to LVS_EX_CHECKBOXES. But when I run the application there is no column with checkboxes. I'm using the "Report" style. Can someone tell me why the checkboxes are not there?
|
| FindFirstFlashCard and WCE 4.2 : undeclared identifier | 15 Jul 2004 20:02 GMT | 1 |
I'm porting an application from EVC3 to EVC4. My device has Windows CE 4.2 OS. The FindFirstFlashCard function seems to be undefined. Is there another way to enumerate flash cards ? With the registry ? Thanks in advance.
|
| connect failed after ioctlsocket!! | 15 Jul 2004 19:08 GMT | 1 |
on pocket pc 2003, unsigned long flag = 1; if(ioctlsocket(soc, FIONBIO, &flag)){ AfxMessageBox(L"set non blocking error");
|
| Looking for all Control Masters!! problem with # import (evc3.0) | 15 Jul 2004 15:29 GMT | 4 |
I am attepting to connect to a Control from inside my DLL. A little surfing the net tells me that if I add this to my DLL //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations
|
| Removing 'OK' and 'X' buttons form my main dialog window | 15 Jul 2004 15:16 GMT | 3 |
I am new in windows and using eVC++ and MFC for Windows CE. I would like to remove the 'OK' and 'X' buttons from my main dialog window. When I use the following code it works in my other dialog windows, how can I do this for my main dialog window. BOOL CMainControllerDlg: ...
|
| use MmMapIoSpace in EVC4 | 14 Jul 2004 20:10 GMT | 10 |
Hi,all: In a EVC4 project I call MmMapIoSpace function like that: #include "ceddk.h" .........
|
| Changing "YES/NO" button language....HELP! | 14 Jul 2004 19:58 GMT | 6 |
I am using AfxMessageBox() to display some text to the screen. The application that I am developing is in French and the text I am putting on the screen is French although because I am using the system AfxMessageBox function the "YES/NO" buttons are displayed in English.
|
| A Simple Question about Unicode. | 14 Jul 2004 18:13 GMT | 2 |
I've developed a small programe with VC++6. now,I want to explant it into eVC4. The Quetion is: I've defined some variables in the Programe,such as CHAR,UINT etc.Should I make some changes in the eVC4 Programe since I've heard about that Only Unicode can be used in WinCE.And how ...
|
| Pocket PC and smart card | 14 Jul 2004 18:09 GMT | 1 |
Hi, I am beginner, I want know if is possible develope smart card applications for pocket PC and where I can find examples in evc. Thanks
|
| How to find substring using IPOutlookItemCollection::Find | 14 Jul 2004 12:07 GMT | 1 |
What I will like to do is to get all the contacts which have email address ending with for example "microsoft.com". Is there a way to find a substring using the restriction string. Thanks Noop
|
| help compiling a project | 13 Jul 2004 18:48 GMT | 1 |
I am struggling to com0pile a project can any body help me with it? I m using evc++v4.0,sp3 sp2 installed.I am targetting a pocket pc(hp ipaq h1450). the program is generating the following error when i compile it .\emulatorDbg\MainFrm.obj : fatal error LNK1112: module machine type ...
|
| Problem Linking Winsock libraries | 13 Jul 2004 15:59 GMT | 1 |
I am porting my very simple socket code to compile with eVC++ 4.0 with STANDARDSDK. I have added winsock.lib to the project settings (which got rid of all the other winsock unresolved functions)
|
| Porting Xerces-C++ on CE.Net | 13 Jul 2004 14:06 GMT | 1 |
I am trying to port Xerces_2_4_0 to CE.Net using the files that are used by VC6. The list of files was taken by opening up XercesLib.dsp in notepad. A new workspace was created in eMbedded Visual C++ 4.0 and these files were
|
| eVC 4 can't connect to PocketPC2003 emulator | 13 Jul 2004 10:51 GMT | 3 |
Last week I installed eVC++ 4.0 sp3 on my PC but I cannot setup Platform manager to communicate with the IDE. I tried all possible configurations but with no luck :( Tried to reinstall eVC and 2003 SDK - same problem. I have VS.NET 2003 on same PC and this one could use emulator ...
|