| Thread | Last Post | Replies |
|
| Systray icons on Windows Mobile 5.0 | 27 Jun 2005 19:56 GMT | 1 |
Hi community, from Windows Mobile 5.0 up, systray icons are placed on the today screen (instead of the menu bar). To legible represent my self drawing icon, i must know the
|
| Graphics library | 27 Jun 2005 18:33 GMT | 1 |
Sorry to post this again, but with no reply in the other newsgroup, I'll try this one - Can anyone recommend companies that have graphic libraries for eVC++/Windows CE .NET that contain objects such as graphs, charts, etc. We have created
|
| Driver Global Hanging | 27 Jun 2005 16:59 GMT | 1 |
I ported one BSP on PXA255. It;s working fine in my first board. The same code is hanging when i access DriverGlobals in my Bootlaoder OEMPlatformInit(). It;s hanging exactly at the line
|
| wince 5.0 dll exported functions | 27 Jun 2005 13:21 GMT | 4 |
I've build some filters(dlls) for wince 5.0. When I try to see the exported functions from this Dll using dumpbin.exe , it does not show any.But if I try to build the same(dll)for desktop and use dumpbin.exe, it does shows all the
|
| CE.NET: Remote Kernel Tracker tool problem | 27 Jun 2005 10:15 GMT | 3 |
I'm working out test on CE.NET. For some info, I use Remote Kernel Tracker tool. But surprisingly the following situation come out: - when the device IP adress is obtained via DHCP the tool loads OK; - when I specify a device IP adress the tool hangs out.
|
| How to import makefiles from Visual Studion to eVC++ | 25 Jun 2005 18:28 GMT | 1 |
I have a .mak makefile from a Visual Studio project and wants to import it to a embedded Visual C++ project. But eVC++ needs .vcn makefiles. Does anyone know what to do? Thanks a lot!
|
| ARM Developer Suite and WinCE 4.2 | 25 Jun 2005 11:49 GMT | 9 |
I am using ARM Debugger to develop a RAM Based eboot. (Just for testing purpose no other intention). Using the debugger i am able to downlaod a RAM WinCE 4.2 OS Image and jump there. FYI, I tested this using a Eboot in Flash Memory. Since my flash chip
|
| Voice Command like apps | 24 Jun 2005 22:27 GMT | 1 |
How can we build a Voice Command like application for Pocket PC or Windows CE device? Thanks, Kevin
|
| Where can I get the Printer Port Driver for printing? | 24 Jun 2005 20:26 GMT | 3 |
At http://msdn.microsoft.com/embedded/usewinemb/ce/drivers/supdrivers/default.aspx# printer there are a list of available printer drivers on windows ce. I want to get the Prnport.dll of the Printer Port component but I cant find it after I
|
| Internet Explorer | 24 Jun 2005 19:18 GMT | 2 |
Is it possible to customize Internet Explorer for a WinCE device such that when the device boots up the Explorer is started in full mode and all my applications are run from Internet explorer the idea is to make the User interface different from the usual WinCE
|
| Jvascript events not working in windows CE | 24 Jun 2005 18:32 GMT | 3 |
I have developed a sample HTML page with client side scripting in JavaScript. When I run this page on Win CE the events(onBlur,onClick etc.) in JavaScript do not get fired. Here is Sample code:
|
| Cursor API's | 24 Jun 2005 15:59 GMT | 1 |
The on-line help for ShowCursor() says that calling it repetatively with the argument FALSE until the return value is <0 will hide the cursor. When I do this, the cursor is still present and tracks mouse movement. The on-line help for SetCursor() says that calling it with argument ...
|
| vt100/vt102 emulator for WinCE? | 24 Jun 2005 13:01 GMT | 1 |
Does anyone know of either a commercial or shareware version of this? I've found Telnet (tcp/ip) versions, but I need serial port support. Source code included would be best. C++, or C# will work too. This will run on PC104 board, with WinCE core edition.
|
| boot from harddisk | 24 Jun 2005 03:03 GMT | 4 |
From the setup floppy I used fdisk, and format to create a 20 MB FAT 16 partition. Than I used mdisk c: wie as it written in platform builder documentation. Booting from this partition I always get the message from the serial port error 1: unknown filesystem.
|
| setbuf(stream, buf) | 24 Jun 2005 02:04 GMT | 5 |
Using Embedded Visual C++ 4.0 (EMVC) with SP4, I've noticed that the standard C library stdio.h function "setbuf" isn't supported. Why?
|