| Thread | Last Post | Replies |
|
| Serial Comm Problem | 18 Apr 2007 15:40 GMT | 6 |
Below is a code snippet of a serial port thread. The thread waits on the EV_RXCHAR event which was set earlier using SetCommMask(). Anyway the problem is WaitCommEvent() returns but ReadFile() reads 0 bytes. Also, I don't know if the two are related, but I have some missing ...
|
| regarding Shutdown a Win CE system under x86 platform | 17 Apr 2007 16:46 GMT | 1 |
whether we can shutdown a winCE system under x86 platform,though i can reboot the system using kerneliocontrol using IOCTLs ,but i cant make the system shutdown,since i cant find any specific IOCTLs looking for your valuable suggestion in this,Thanks for your valuable time
|
| serial port | 16 Apr 2007 16:39 GMT | 3 |
Hi Sir, I need to use the serial port. I open it as a common file ("COM1:"), I can send and receive data. Well, wehre's the problem?
|
| how a thread sends messages to a dialog? | 16 Apr 2007 16:36 GMT | 6 |
I have a Dialog. It creates a Thread. Thread should send events to main Dialog. What should I use? PostMessage? Can you please post a tiny example?
|
| Change the UI-Language display from English to Czech/Polish/Hung. | 13 Apr 2007 16:54 GMT | 3 |
Please help me in changing the display language from the English(US) to any one of the languages Czech or Polish or Hungarian. The language change will be selected by the user application and I want to know the API's to switch to any one of these languages.
|
| Dynamically created default CButton | 13 Apr 2007 16:23 GMT | 6 |
When I dynamically create a CButton (using Create) and set its style to BS_DEFPUSHBUTTON, it doesn't receive the OnButtonClick when the Enter key is pressed. It always sends the IDOK command through. If I create a button in the resource editor, set its style to be a default ...
|
| how can I terminate a thread? | 13 Apr 2007 06:34 GMT | 2 |
My main program creates a thread. How can my main program ask to the thread to exit? I need to terminate it in the best compatible way, without forcing anything. Thanks.
|
| problem debugging using eC++ V4 | 12 Apr 2007 18:26 GMT | 3 |
I have an application developed in embedded VC++ V4 with SP4. I am targeting the PocketPC 2003 with WCE ARM V4 configuration. When I build it in release mode and run it on a device with Windows Mobile 2003 PocketPC Second Edition, it runs fine. When I build it in debug mode
|
| evc4 -> VS2005 Performance issues | 10 Apr 2007 08:54 GMT | 2 |
I have recently ported a number of our applications from evc4 to the VS2005 'C'/C++ compiler and tool chain. The applications run on WinCE 5.0 on an XScale PXA 270 based platform. In doing this I have introduced a noticable decrease in performance (it is
|
| Need to create more identical projects with different names in eVC. Renaming, Copying in eVC.. | 06 Apr 2007 05:28 GMT | 2 |
Is there some easy way in embedded Visual C++ to rename the project name? I created a basic program which I need to use in more forms. For understanding - I need to create more programs that are similar and are builded on the same base but with several differences.
|
| Buttons with image + text | 05 Apr 2007 21:30 GMT | 3 |
Preface: I'm a beginner with VisualC++. I'm going to use buttons with both image and text. NB: text should be a real text, not a bitmap. How can I do it? I am able to use a button with image. But I don't know how
|
| How to handle Special characters in Web Server? | 05 Apr 2007 16:49 GMT | 3 |
I m working on WindowsCE ISAPI script. I am unable get any special charcter from web server (char like #,$.%,^,*). web server is returning me the Hex value of the respective special charcter. I don't know why it is returning like this?
|
| Multiple Language Support - eVC++ | 05 Apr 2007 07:54 GMT | 2 |
Here is my requirement, I want to support multiple languages like German, Czech, Danish, Russian..... ect...(including Chinese, Jap, Korean). Is thre any guide lines Or samples Or "How to's" related to this topic? Thanks in advance,
|
| How can i have a Shortcut on the desktop | 04 Apr 2007 20:16 GMT | 4 |
Hello all, i have a app directory in the program files folder and i want to have a shortcut to the exe in that folder on the desktop, how can i do this? is it possible?
|
| (EVC 4) How can I compile C files with embbed ARM assembly instructions? | 03 Apr 2007 14:35 GMT | 1 |
The document says the "clarm" compile does not support embbedded ARM assembly instruction. Is there any other compiler I can use in EVC 4 to do such work? Thanks
|