| Thread | Last Post | Replies |
|
| C++ auto startup application for WM5 | 29 Jun 2007 15:14 GMT | 1 |
hi all i m asked to develop a application that will start atuomatically and will be in memory and at specific time it will show up some messages, basically it is appiontment schedular that will show time at specifc time. in windows, windows services are there which starts ...
|
| OnEraseBkgnd() memory leak | 29 Jun 2007 14:48 GMT | 2 |
In my application software, there is a method of OnEraseBkgnd() , it do nothing but WinCE OS has some problem to prepare to call OnEraseBkgnd(), it allocate memory block but WinCE haven't free it. I try take out message handler for OnEraseBkgnd() so the system will never
|
| Facing problem in multicast receive | 29 Jun 2007 12:28 GMT | 5 |
I am facing issues with multicast receive. In my code setsockopt is returning the error 10049. The same code is working fine in XP. I checked all the parameters they (xp and in wince 5.0)are same(except IP adress). I am using IPPROTO_IP, IP_ADD_MEMBERSHIP. I am using
|
| Application default icon appears always then same in explorer even when I created its new appearance | 27 Jun 2007 08:52 GMT | 2 |
Hello all, I got a little problem with my eVC: The application default icon appears always the same in explorer even when I created its new appearance I've never understood why, I just change the appearance of default
|
| Windows CE Curve Plotter Library | 26 Jun 2007 16:00 GMT | 1 |
I'm looking for a Windows CE plotter library which works on Windows CE. The library should support modern graph types (curve, bar graph,...) and should be fast.
|
| Is have 45Meg RAM free out of 64Meg is enough | 26 Jun 2007 13:56 GMT | 1 |
Just want to ask a general question. Current i have an OS Image that occupy 21 Meg of the RAM space (the font have Simsun.tcc have already been remove). Is the size of this OS Image common or is it too big? The OS need to have basic functionality for touch pad, multimedia
|
| Detection of SD Card | 26 Jun 2007 06:50 GMT | 9 |
Is there any API to notify application that a SD Card has been inserted? From what I read from the MSDN, one way to detect the SD Card is to poll it status through the API "SDCardInfoQuery". Is this method correct? Or is there some event I can wait on to tell me that a SD Card ...
|
| eVC++ emulator fails to connect | 26 Jun 2007 06:21 GMT | 1 |
A simple "Hello World" compiles and builds [STANDARDSDK, Win32(WCE emulator)Debug] wihout error. The Emulator launches satisfactorily but connection to the server fails. Looking into eVC->Tools->'Configure Platform Manager' shows "Default
|
| GPRS/UMTS connection | 26 Jun 2007 06:13 GMT | 1 |
I know, this is a vc forum, but I try with a question: I write a tcp/ip application on my pocketpc (c#, compact framework), everything works good, but: how can I start the GPRS or UMTS connection (default internet connection) from code?
|
| Microsoft Visual C++ and Sun Java Web Start under Windows XP | 25 Jun 2007 18:09 GMT | 1 |
if this is the wrong discussion group, please direct me to the right one. I try to produce a DLL using Microsoft C++ and use it under Windows XP over Sun Java Web Start under Windows XP. It works on the computer, where the C++ Compiler is installed. It can be made working under ...
|
| fixed width font trouble | 22 Jun 2007 19:01 GMT | 5 |
I'm running on a window CE device (compiling from vs embedded) and trying to set a fixed font width. This is how I've created the font. my_log_font.lfHeight = -1 * (long(14) * GetDeviceCaps(hdc, LOGPIXELSY) ) / long(72);
|
| CREATEPROCESS - CREATE_NEW_CONSOLE | 22 Jun 2007 14:14 GMT | 5 |
I am trying to launch a third party application from my application. Since both Third Party(Let Say Application C) and My application ( Let Say Application A) uses the same data files I need to exit my application. To achieve the same I have a interface application ( Let
|
| set the WindowsCE device screen brightness | 22 Jun 2007 11:28 GMT | 4 |
Is there some method that we can set the WindowsCE device screen brightness? now I want to set the brightness from 0 to 100. how can I do?
|
| Portable Executalbe file size | 22 Jun 2007 04:09 GMT | 5 |
There are two options as of code generation: ARM mode and Thumb mode. Also mixed mode of ARM and Thumb is possible by using interworking option. Sometimes this mixed mode configuration results in larger portable
|
| Can not delete one process via remote connect | 21 Jun 2007 16:59 GMT | 4 |
recently I run my an application in windowCE, after a while, I found I can not click the HMI of my application in windowsCE, so I connect PC and Windowsce via USB, then I open EVC,and open the remote process viewer,I click my application process, then click delete button, but on ...
|