| Thread | Last Post | Replies |
|
| More ActiveSync questions | 25 Jul 2005 17:05 GMT | 5 |
I have ActiveSync 4.0 connected via a serial port to my CE device. What I am trying to do is use VS 2005 to develop and debug CE applications. Whenever I select "Connect to Device" in VS 2005 is fails with the message "Failed to load bootstrapper". Also, not importantly but ...
|
| registry | 25 Jul 2005 16:08 GMT | 1 |
We are using vortex86 processor, 64 Mb DiskOnChip and 64 Mb RAM. We are developing an application with MFC on Embedded Visual C++. We have three main problems: 1) The application should run on start-up even before the desktop comes
|
| What is the diff. b/w ActivateDeviceEx & XXX_Init fn | 25 Jul 2005 15:46 GMT | 8 |
Hi, Im writing a watchdog timer for geode SC1200. Earlier i used to call the driver with the help of XXX_Init & manually give the registry entries, the driver did not load. finally i tried with activatedeviceEx - now neither the
|
| EHCI / UHCI | 25 Jul 2005 07:06 GMT | 8 |
Hai, I am working on Windows CE 5.0 Platform Builder. I wanted to give USB 2.0 support for my device and have added "EHCI" USB Host Controller.(ehci.dll is added). I have also added "USB HID Class driver"
|
| Questions about CloseFile() and file/directory attributes | 24 Jul 2005 17:12 GMT | 5 |
Hi all, I am currently implementing an FSD in WCE 5.0 MacAllan and I have three questions here. 1. Is it required that when CloseFile() is called, any un-flushed buffer of that file need to be flushed to storage media? This is clearly defined for C
|
| Why my emulator often black screen when starting | 23 Jul 2005 06:41 GMT | 1 |
I don't know why this happens. sometimes it will happen ,although not always
|
| NULL device | 23 Jul 2005 02:54 GMT | 3 |
In my driver, how to I create a NULL device for my driver that a user can call to simulate one of our PC104+ adaptors. Currently my driver works find. However, I'm going to need to add a PC104+ NULL device in the near future.
|
| Windows CE .net + Browser IE + GPRS problem | 23 Jul 2005 00:21 GMT | 8 |
I've a GPRS connection manager that works on Windows CE.net 4.1 After dialing the GPRS connection, I can ping any machine from the Windows CE. net platform ; Then when I open the IE 6 Browser for WinCE and I type a URL, the GPRS
|
| Prebuild event in embedded C++ | 22 Jul 2005 20:31 GMT | 4 |
How do I define the prebuild event in embedded C++ if I want to run an executable before the build? I can see how to define prelink and postbuild, but not prebuild. Is this possible? Thanks. Timothy Dean
|
| More problems with ActiveSync and serial | 22 Jul 2005 18:39 GMT | 2 |
I still can't connect (see earlier post). I am using the cable which came with my "LapLink" program and it appears to be compatible. The debugger messages from rpllog are: AUTORAS:: Dialer notifies: [1] [Dialer Start]
|
| Help with ActiveSync over serial connection | 22 Jul 2005 18:39 GMT | 6 |
I am trying to get ActiveSync to work between my CEPC device and my desktop. I have a serial cable between the two which I know functions properly. I have added ActiveSync base, dial up networking, modem and unimodem support to my platform. Not sure if these are required or ...
|
| Stack size of threads in a process | 22 Jul 2005 15:55 GMT | 5 |
I read that all threads of a process have the same stack size and I'm don't figure out what size it would be. We can specify a stack size in our exe and dll project but what if an exe uses a dll with a different stack size? A thread is created in the exe code linked with a stack ...
|
| Max number of COM port supported in Windows CE | 22 Jul 2005 14:40 GMT | 2 |
we are writing a driver for a usb-serial bridge. We are facing a problem after connecting multiple devices. We have connected 8 com devices for which we have started the enumration from COM5. Ideally the new 8 COM ports should go up to "COM12". We are finding that it
|
| The "Auto list members" feature in eVC is not working with some includes from custom SDK | 22 Jul 2005 08:17 GMT | 1 |
The "Auto list members" feature in eVC4 is not working for types defined in include files "manually added" to my SDK. By "Manually added" I mean, added using the "Additional files" tab in PB 4.2 SDK Configuration Settings.
|
| How to respond system tick every 1ms | 22 Jul 2005 03:54 GMT | 1 |
If I want to do something every 1ms by respond system tick,what should I do? I defined a SYSINTR,but I don't know how to deal with it.
|