| Thread | Last Post | Replies |
|
| Platform manager bombs when configuring ActiveSync from EVC3 | 14 Jun 2005 17:25 GMT | 1 |
I have installed the PPC2003 SDK and EVC4 SP4 recently. I also have ActiveSync 3.8 running. I get a connection to my device with ActiveSync with no problem. However, when I try to launch the remote tools from EVC3, I get a
|
| SIP, CLSID_CMSQwertyIm, IID_IInputMethod | 14 Jun 2005 17:04 GMT | 1 |
Hello, I'm tyring to modify the SIP. I've seen several threads regarding this, but none helped me. We're running CE4.2. The default SIP is Qwerty, SipGetCurrentIM() tells me this. I'm trying to get the interface to
|
| Socket. Problem with recv(). | 14 Jun 2005 16:46 GMT | 1 |
There are litle problem with win sockets. If we use recv() for reciving any data, it dont return until it dont recive data from other side of socket. Maybe, it have some options as timeout, when I try use setsockopt() with any
|
| Fast dialog visualization | 13 Jun 2005 22:37 GMT | 3 |
I have developed an embedded Visual C++ 4.0 MFC application. It has a dialog in which, during initialization (in OnInitDialog handler), some data are initialized. This data initialization takes a little bit long time and during this time the dialog isn't displayed. I would like ...
|
| Arabic Language | 13 Jun 2005 17:46 GMT | 9 |
i know that windows ce don't support Arabic, but i have see that eVC++ 4.0 SP4 allow to copy-paste arabic words(if my win XP is set for Arabic). I have see also that the block header of the folder Version in resouce code allow to select Arabic(Saudi Arabia), but althoug i see ...
|
| File Reading | 13 Jun 2005 15:13 GMT | 9 |
I'm having a problem while reading a unicode file. It could be a blunder mistake but not able detect it. Trying to read unicode data from a file but after reading few kbs it just stops reading ahead . It gives me only Null char. Infact in the memory , it shows correct data. All ...
|
| Help needed with ASCII characters | 13 Jun 2005 13:38 GMT | 1 |
How can I send ascii characters like '£' and '€' from my custom soft input panel to the application? When I try to send these characters the application shows "a rectangle" instead of £ (pound sing) or € (euro sign). I'm using evc++ 4.0.
|
| But I WANT to do profiling! | 13 Jun 2005 02:07 GMT | 5 |
Does anyone know what the secret fix mentioned in the quote from the eVC4sp4 README consists of? Neither google nor support.microsoft.com seems to know. Thanks,
|
| DLL loading problem in WinCE | 12 Jun 2005 22:05 GMT | 7 |
i know that there are several articles on the DLL loading in WinCE and i read several of those on MSDN. still i have problems and maybe some of the gurus here can give me a hint. i start with a freshly rebootet PocketPC 2003. almost no other apps installed.
|
| Porting a 640x480 MFC app to iPAQ | 11 Jun 2005 20:38 GMT | 5 |
I am porting an MFC app that is written for a 640x480 screen to an iPAQ. I would like all controls, dialogs, etc. to show within a 320x240 landscape format on the screen. Is there a simple way to get MFC to accomodate my needs?
|
| A stupid question :Product ID | 11 Jun 2005 15:29 GMT | 1 |
I have just download evc4.0++ from msdn web site. I uncompress and setup it. But there is a popup dialog says:product ID
|
| Global objects | 09 Jun 2005 18:51 GMT | 1 |
My multithreaded application will have some data/functions while will have the lifetime of my application and accessed by multiple threads, such as the logging mechanism, the machine status, and a couple of other things. I intended to use global objects. Can someone tell me if it ...
|
| Message code sample | 09 Jun 2005 16:46 GMT | 2 |
I want to post an app defined message (e.g., WM_APP+1) to a dialog in an embedded visual C++ 4.0 MFC application. I would like to have an example of code on how to do this: definition of the message, definition of the message handler and how to post the message.
|
| Printing via IR | 09 Jun 2005 16:10 GMT | 6 |
I'm a newbie to socket programming.... SOCKET sock; // Socket bound to the server DEVICELIST devList; // Device list SOCKADDR_IRDA address = {AF_IRDA, 0, 0, 0, 0, "LSAP-SEL2"};
|
| Database convert | 09 Jun 2005 09:39 GMT | 1 |
hello,all, how can I convert a SQL Server CE database type(*.sdf) from the sql server database (*.mdf) ? Is there any sample code? Thanks,
|