| Thread | Last Post | Replies |
|
| Problem loading driver in wince 5 | 21 Mar 2007 07:36 GMT | 8 |
I wrote a touchpad driver on wince 5.0. I have problem in loading the driver. I get the below message on loading the dll. DEVICE!CreateDevice: illegal entry point combination in driver DLL 'touchpad.dll'
|
| Does WinCE 5.0 support change the preferred audio output device? | 21 Mar 2007 07:25 GMT | 2 |
here are two audio driver in my project of WinCE5.0. One is the AC’97 on the board, another is a Bluetooth Audio. I can use the program of follow play music in 2 methods. mr = waveOutOpen(&hwo, 0, pwfx, (DWORD) hevDone, NULL, CALLBACK_EVENT);
|
| Platform builder Files Missing | 21 Mar 2007 05:55 GMT | 4 |
I have a platform builder DVD with DirectX-DirectSound Folder seems missing. Can anyone tell me whether it comes with? If No, Where can i get it? Can anyone give me appropriate link to download it?
|
| How to get calibration at first power on. | 21 Mar 2007 05:36 GMT | 2 |
How do I get the calibration screen to show up when device is first powered up. I can get to the stylus in the control panel and do recalibration, but what I want is for the calibration screen to appear when the device is first powered up. Is it a registry setting?
|
| Missing CE6.0 tools | 21 Mar 2007 01:41 GMT | 1 |
The CE6 install disc does not create a "Program Files\Windows CE Platform Builder\6.00", which is where we have been told to find cecimport.exe. I have searched the CAB files on the disc and find no cecimport.exe. Where can I get this and the other utiltiies that are supposed to ...
|
| How to view/analyse logs created by "Remote Performance Monitor"? | 20 Mar 2007 23:39 GMT | 1 |
I'm playing with the "Remote Performance Monitor" which is part of the remote tools and I obtain nice little UTF16 log file that I can't see under windows XP. Surprisingly the help seems not to adress this problem... Do you guys know of an editor that can display those logs?
|
| USB Device Detection | 20 Mar 2007 22:49 GMT | 2 |
I am curious about how USB devices are detected by CE 5.0 when they are connected and disconnected. I know that the NOTIFICATION_EVENT_DEVICE_CHANGE event is signaled but I don't know the precise mechanism. I would appreciate it if some one could comment on this or point me to ...
|
| .NET CF eats RAM! | 20 Mar 2007 21:14 GMT | 6 |
I noted when I exit from my .NET CF based application (on my Pocket PC device) there's less free RAM than before to launch my application: why? When you exit from an application all the resources (memory included) should be (forcing) released so I suppose to find about the same free ...
|
| What's the difference between TransBusAddrToStatic() and MmMapIoSpace()? | 20 Mar 2007 19:08 GMT | 2 |
Hello, everyone~ When I see the device driver of WaveDev. I'm puzzled about some question as follows: This is referred in MSDN
|
| USB host CETK problem | 20 Mar 2007 18:39 GMT | 1 |
I looked at one of the posts regarding USB host CETK test. Now there is some documentation reference available with WinCE 5.0. Can you let me know about the same in detail ? Also in it is just skipping the USB tests in emulator x86. Why is it
|
| Samsung S3C2440 Documentation | 20 Mar 2007 17:41 GMT | 2 |
As a developer of the driver for a PMIC I am trying to implement DVS (Dynamic Voltage Scaling) using our solution for the S3C2440 platform. I have the pdf with the Samsung S3C2440A User's Manual Revision 1 that came in the CD of the EVK. However, that manual refers to an ...
|
| Problems during building process | 20 Mar 2007 14:17 GMT | 5 |
I have some problems during my build process under Windows CE 5.0. If I sysgen my platform in release build, the the build tool throws a lot of warnings like: BUILD: [01:0000000575:WARNN ] psmfsd.lib(FindFunc.obj) : warning LNK4099:
|
| Problem after KITL initialization | 20 Mar 2007 13:42 GMT | 5 |
I'm in trouble so I'm looking for a wise advice. I've been developing an OAL for my own device with Reneses SH7760 processor. The most of needed things are done. I've finished a KITL initialization code. Everything has been passed of, without any problem. But after finishing
|
| IXP425 - Kernel hangs, don't know what to expexct - CE 5.0 | 20 Mar 2007 11:39 GMT | 3 |
we have a board based on the IXP425 and use the BSP for the IXDP4xx. The Problem ist, that the Kernel is starting and hangs somewhere (almost everytime at the same point) and I don't even know what the problem is or what should be expected to happen next. Furthermore: We can not ...
|
| NdisMQueryAdapterResources return wrong resources for PCI card in WinCE 5.0 | 20 Mar 2007 10:53 GMT | 7 |
after calling NdisMQueryAdapterResources() in Windows XP drivers it has got 3 recources: 2 memory regions and 1 interrupt (It's correct). same driver, under Windows CE 5.0 NdisMQueryAdapterResources() return only 1 mem.region & 1 interrupt (1 memory region not found).
|