| Thread | Last Post | Replies |
|
| How can I transfer data to a usb device? | 09 Jan 2006 16:45 GMT | 5 |
Hi,all As we all knows in windows we can use CreateFile/ReadFile/WriteFile to transfer data to a usb data. So can I do the same in Windows CE 4.2 ? Thanks for your help~~~
|
| Changing IP Address in WinCE.NET | 09 Jan 2006 16:13 GMT | 1 |
I'm developing an application with which user can set static ip address or DHCP setting of the machine. I want to make similar program with a default widows ip setting program.
|
| eMVc++ 4.0;Problem when I invoke the inline assembler | 06 Jan 2006 16:59 GMT | 4 |
When I invoke the inline assembler for ARM V4 an error message appear: __asm is not supported with this product. but this error doesn't appear when working with the emulator thanks
|
| I'm looking for a serial communication program running on WinCE/ARM Architecture. | 06 Jan 2006 16:52 GMT | 2 |
I'm looking for a serial communication program running on Windows CE. I'm trying to use this program to test serial data communication between a PDA and a desktop PC. I found a serial communication program running on Windows CE named 'Terra
|
| Shell_NotifyIcon problem | 06 Jan 2006 16:35 GMT | 1 |
I am creating a system tray icon using the Shell_NotifyIcon(NIM_ADD,NOTIFYICONDATA). The icon is created in the system tray successfully. But when exception occurs and i try to delete the icon using Shell_NotifyIcon(NIM_DELETE,NOTIFYICONDATA), it just
|
| Platform Manager | 06 Jan 2006 15:50 GMT | 1 |
How do I remove a device under the menu item "Tools | Configure Platform Manager"? I tried uninstalling EVC, EVC SP4, and Platform Manager and then re-installing them all, but if I start EVC and recheck, the device is still there. I should expect to only see
|
| Subject: how to set edit box to align right ? | 06 Jan 2006 01:41 GMT | 3 |
I have an edit box in a dialog that create on the resource view, I set the box's properties to align right, but it still align left after I run the program on device. How can I tell the edit box to align right ?
|
| error LNK2019 | 05 Jan 2006 23:54 GMT | 1 |
i had to reinstall my pc, and reinstalled visual c 1 embedded, i reopend my pocket pc appl, to cmpiule, but i get this linker error. what can this be?
|
| Is VC++ 8 really new and standard conformant compiler? | 05 Jan 2006 23:42 GMT | 4 |
As I found in thread titled "Embedded VC++ woes" from 2004 a lot of people had some (high?) expectations from new VC++ 8 compiler regarding Windows CE development. Those expectations mostly applied to C++ Standard conformance and
|
| How to reboot WinCE Device ? | 05 Jan 2006 09:34 GMT | 4 |
How do I reboot WinCE device? ExitWindowEx ? I cannot find any API to use. thanks for any help, Avex
|
| Enymerate databases on smartphone | 05 Jan 2006 02:32 GMT | 1 |
And again I have PPC code that does not work on Smartphone. I need to collect information about databases those are present on the device. Here is sample: Quote:
|
| blending bitmaps | 04 Jan 2006 21:16 GMT | 1 |
What would be the best(fastest) way to blend to bitmaps. Im wrting a custom UI whose elements will be partly transparent. I thought about using direct buffer access(CreateDIBSection) and do the whole calculations myself... but maybe there's something ready to use
|
| embedded with VS 2005 | 04 Jan 2006 20:52 GMT | 1 |
Is it possible to develope an appliction for Xscale processor or an ARM processor with in VS 2005? And if it is possible does it support invoking the inline assembler within the C++ file?
|
| WMP creating problem | 04 Jan 2006 12:59 GMT | 2 |
I'm working on displaying media player file. I got one sample source code. Which comples fine but it shows error that's WMP can not create in the statement "CreateControl(__uuidof(WMP),L"",WS_VISIBLE|WS_CHILD,rect,&m_Panel,AFX_IDW_PANE_FIRST))".
|
| Is there a replacement of function _ftime()? | 04 Jan 2006 10:15 GMT | 2 |
Or is there an existed implementation of function timeofday()? Thank you in advance.
|