| Thread | Last Post | Replies |
|
| how to call CPP functions from a C files? | 15 Aug 2007 15:36 GMT | 3 |
I see some ms code do it, but i don't see any special calling conversion define in source or in make files?
|
| OEMIoControl: Unsupported Code | 15 Aug 2007 15:23 GMT | 4 |
Can anyone give me some clues on how understand and trace these errors... X86Init done, OEMAddressTable = 80229be8. OEMIoControl: Unsupported Code 0x101008c - device 0x0101 func 35 OEMIoControl: Unsupported Code 0x10100cc - device 0x0101 func 51
|
| Concept Design Question. Using a dll to update registry | 15 Aug 2007 13:43 GMT | 7 |
I have a design concept question. I have the need to retrain some value into presistency in the registry which have been changed. I'm thinking of creating a dll to provide a channel to store the changes of some of the registry in a text file and store somewhere the flash. ...
|
| CE6 flash media driver | 15 Aug 2007 10:30 GMT | 4 |
Does the CE6 flash media driver together with other related modules offer wear leveling?
|
| FATFS CacheSize - is it "overridden" by profiles, or ... ? | 15 Aug 2007 09:38 GMT | 2 |
How does the CacheSize setting for FATFS interract between the base setting and the profiles? You can set the cache size for FATFS by setting the registry value [HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
|
| WINCE Hangs | 15 Aug 2007 07:58 GMT | 1 |
PXA270, PB5.0 Our product will reside in a truck. For longer duration testing, I left the system running and at some point of time it hangs. I'm not able to findout where it hangs.
|
| Build process | 15 Aug 2007 06:19 GMT | 7 |
I have cloned some of the public sources to my BSP. However, I see that I need to do a Sysgen, followed by a "build and sysgen current bsp" to see my cloned exe/dll take effect. I would like to clarify if this is the right way, or am I missing
|
| Unidentifed USB Device | 14 Aug 2007 17:46 GMT | 3 |
I have a HID-compliant USB device and I have written a custom driver for it. (And removed usbhid (SYSGEN_USB_HID) from the catalog for testing purposes). The driver is loaded correctly if I plug the device in AFTER startup. But ... if the device is already plugged in at startup, I ...
|
| DLL test tool | 14 Aug 2007 16:22 GMT | 1 |
I am trying to make a tool which will test the all DLL and EXEs are present are not in the platfrom target tree. So i am caling my perl application tool through makefile from my own created directory in platfrom tree with modify the dirs file and this test
|
| cloning driver | 14 Aug 2007 13:06 GMT | 2 |
I wanted to clone USB driver, i am getting the following error BUILD: [01:0000000467:ERRORE] LINK : fatal error LNK1104: cannot open file 'E:\WINCE500\PBWorkspaces\XXXXX\WINCE500\XXXXX\oak\lib\x86\retail\hcdlib.lib' What settings as to be changed to rectify this error?
|
| Subtle bug in MIPS assembler - missing definition ignored | 14 Aug 2007 09:54 GMT | 2 |
Here is a potentially nasty behavior in at least the Windows CE MIPS assembler. It may be present on other as architectures as well. The following code is compilable: #include <kxmips.h>
|
| keyword __interface in PB30 | 14 Aug 2007 07:43 GMT | 2 |
I need to compile a project in Platform Builder (3.0). The PB30 online help says, that the keyword __interface is supported but the keyword interface needs a 'pragma keyword("interface", on)'. But compiling this code in a .CPP file gets an error:
|
| Storage Folder not coming in WinCE 6.0 fro RAMDISK | 14 Aug 2007 07:04 GMT | 2 |
I have complied the RAMDISK driver in PB 6.0 and trying to run it in PB 6.0 in ARM Emulator. The driver is loading but Storage Folder is not coming in the root or Storage Manager.
|
| How to load bluetooth driver manually ? | 14 Aug 2007 05:50 GMT | 3 |
I want to active my bluetooth driver manually when I need it, other time I will shutdown it. how to do it? Loaded symbols for
|
| paired/unpaired Flash components and FMD | 13 Aug 2007 20:04 GMT | 2 |
I am facing a problem with the FMD located in: WINCE500\PUBLIC\COMMON\OAK\DRIVERS\BLOCK\MSFLASHFMD\FASL After creating my local copy of it, I got it working in one of our devices using NOR Flash (Spansion) with 2 paired chips.
|