Minimum Processor Speed
is there any minimum processor speed that wince expect for an ARM
processor..?
because I am using a processor which is working in 27MHz...
regards,
jithu Tag: MS04-012 Tag: 57562
[Q]: Managers
Hi all,
This query is related to Audio driver based on Unified Audio Model.
1. What does the "Audio Device Manager" do ?
2. What does the "Audio compression Manager" do ?
The msdn documentation say least about these components wrt its
functionality.
regards
sajid Tag: MS04-012 Tag: 57561
To check com16550 and ser16550
hi,
What should do in order to check the code of COM16550 and SER16550 ....
i expect that this post won't be neglected ...
Thanking you Tag: MS04-012 Tag: 57559
Is there a BSP for PXA25x on WinCE 5.0 ?
I installed WinCE5.0 evaluation version, it seemed that no
BSP for PXA250/255, Can I find it somewhere in the internet?
thank you! Tag: MS04-012 Tag: 57537
Simplified Chinese Issue
Dear experts,
1. When I use Platform Builder 5.0 to add "International>Locale Specific
Support>Chinese(Simplified)>Agfa AC3 Font Compression" to my OS design, the
entry "International>Locale Specific Support>Korean>Agfa AC3 Font
Compression" will be inserted in OSDesignView. Why is "Korean" catalog, not
Chinese (Simplified) catalog? There isn't such problem when I use Platform
Builder 4.2.
2. When I use MSPY in WinCE 4.2, the font in candidate bar is too small for
our specified application. How can we adjust the font size?
3. Where can I get the source codes of MSPY?
Thanks,
Arthur Tag: MS04-012 Tag: 57535
CE 5.0 Kernel question
Hi all,
I wrote some function in C:\WINCE420
\PLATFORM\CEPC\KERNEL\HAL\oemioctl.c
in CE 4.2.
But I can not find the "oemioctl.c" in CE 5.0, where can
I put my code if I want to modify the kernel?
Thanks,
Bryan. Tag: MS04-012 Tag: 57534
NdisQueryPacket doesn't compile
Hi
I couldn't compile my NDIS driver file(.C) if I include
NdisQueryPacket function in EVC4. Its a macro defined
under ndis.h
Does any one know abut the compiler flags i need to use or
any header files??
Thanx Tag: MS04-012 Tag: 57529
How emulate re-insert PCMCIA card on platform CE.NET 4.1
Hi!
I have video grabber PCMCIA card and factory driver. After install
driver for this card , i can't use card. Only after re-insert or
Hard-reset card working ok. How emulate re-insert card....without
reset or remove and insert card.
I use eVC++ application for communication with this card.
Thank you!!!! Tag: MS04-012 Tag: 57527
MapPtrToProcess vs MapCallerPtr
Hi,
I writed, a long time ago, a CE 2.11 stream interface driver. today, i use
source code and compile it with PB 5.0. My driver work fine but,
On each IOCTRL call , the driver call MapPtrToProcess. I use it to map the
input parameter. This parameter is a pointer to a structure.
I've see in the documentation that the MapPtrToProcess is deprecated. Use
MapCallerPtr function instead. But the MapCallerPtr is use to validate
parameter, not to map adress into the caller process. Do i must use
MapPrtToProcess again?
Thank you Tag: MS04-012 Tag: 57525
CE 5.0 - Export Wizard Bug?
I've put together a BSP that builds flawlessly. Now I'm trying to use
the Export Wizard to create an installable .msi file that I can
distrubute but have hit a roadblock. I'm getting a Platform Builder
error message that says:
"The Export Wizard could not build the .msi file. Be sure all
files and directories that you include are valid and then run
the Export Wizard again."
I've scaled the export task back to just the .cec file. I'm not
adding any extra files or directories.
It would be nice to have some clues about what files it thinks are
invalid or missing. The OS design I'm testing is built upon the BSP
I'm trying to export. The build system obviously thinks everything is
OK because the OS image builds without errors and works on the target
hardware. I've tried going through the .cec file line by line but
can't find anything that appears to be invalid.
What gives? Tag: MS04-012 Tag: 57519
CE 5.0: Remove non-platform environment variable.
Hi,
I created a new platform based on CEPC and Internet
Appliance. When deleting the "TI PC Card" item from the
platform, there's a dlg stating "Remove non-platform
environment variable: BSP_PCCARD_TIPCCARD.
How do I remove the non-platform variable? Thanks.
Peter L. Tag: MS04-012 Tag: 57518
Aygshell with emulator
Is it possible to use the aygshell APIs with the PB emulator? I am trying to
use APIs like SHInitDialog() that require aygshell.lib, but I can't find
aygshell.lib in my x86 emulator libraries. The catalog shows
SYSGEN_AYGSHELL=1. What do I need to do to get an x86 aygshell.lib? Tag: MS04-012 Tag: 57513
HTML Scripting for ActiveX What components do I need?
I currently have a platform, which appart from this 'small' problem appears
to work. I have an application which exports a 'disp' interface, which I wish
to drive from a web page, also residing on the CE platform (x86based). I have
included the scripting languages in both 'Internet Client Services' &
'WebServer HTTPD'.
On opening my web page, the javascript for the button rollover works,
however I am unable to send my message to the activeX object.
The current message from IE I assume to be an HRESULT of 0x80070002.
Can someone point me in the correct direction, or is this another symptom of
the dreaded 'not able to run a COM server out of process'? Tag: MS04-012 Tag: 57508
Unresolved Symbol ActivateDevice
Hello experts,
I roughly completed an OAL for my xscale board. Now when I tried to add the
driver and the applications in, the function call ActivateDevice() does not
get resolved by the linker. Could any of you tell me how to solve the
problem? I have the coredll in the libary list.
Thanks,
Nguyen Tag: MS04-012 Tag: 57501
Image Size in IXDP425
Hi every body
I built an Internet Appliance platform in IXDP425 with these soft wares:
1-Media player with it's coded.
2-RDP
3-Internet explorer
My platform was hive based registry
Its size was more than 14 MB.
So I decided to remove RDP and change it to Ram based registry,
although I needed both of them but after doing these changes its size
became 13.7 MB and again it didn't fit on IXDP425 flash memory.
My question is how I can able to reduce the size of my image?
How can I able to compress the file such as codecs, â?¦?
Some of components don't have a check box for compression.
Please help me. Tag: MS04-012 Tag: 57493
customizing run-time image to smartphone
Hi,
I have generated a custom OS run-time emulator image using PB 5.0 eval. I
want to use it in smartphone skin.
Though, the skin loads and screen also appears (Thanks to Valter), still the
operation on the emulator is not like the ones provided by smartphone 2003
emulator. Is there a way i can customize the OS to be used in smartphone
scenario ? I mean with in mobile skin it is absurd to use mouse pointer over
lcd. Everything should be operated using the two soft keys below LCD of
mobile phone (emulator skin).
Thanks Tag: MS04-012 Tag: 57492
Low Resolution On Thin Client Monitor
i have successfully installed Windows CE OS image on the thin client but the
RESOLUTION APPEARS very low. i have tried adjusting it but could not. the
display driver that i have used is FLAT VGA. the client screen does not show
any supported mode when i run vesatest.exe.
kindly help me Tag: MS04-012 Tag: 57488
wince.net 4.2 language support
Hi
As part of a trial we are wanting to use wince.net 4.2 based terminals using
different languages. I've tried changing the set up language under regional
settings but this doesn't appear to be available as a changeable option.
Our Current image is build for UK(English), if I want to chnage the language
supported to say German...is this an option I can select and change on the
fly or must I have a different image for each different language we want to
support.
Regards Tag: MS04-012 Tag: 57484
EBOOT SMSC 91C111 Sendframe/Getframe errors - LATCOL,TXURN,LOSTCAR
Hi:
I am using SMSCLAN91C111, my hardware design is based on accelent IDP. I am
using Lubbock BSP to port software on my board.
I am in porting of Eboot. (91c96 code of Lubbock to 91c111), i am getting an
error message from my SMSC Controller while transmitting ARP -- LateCollison,
Tx Underun, Lost Carrier. Very rarely i am able to transmit, but during that
time i am not able to receive any frames, i polled the register of the SMSC
(Interrupt Status Register -RVC_INT bit), it's not set.
When i tried to capture packets using a "Ethereal" i am not getting any
packets. Even i tried with a Cross-Over cable, independent HUB. When i enable
DHCP, eboot always fails to initialize the DHCP. all the above happend only
in Static IP.
What could be the problem here? I am not able to find any solution, pls help
me .
Thanks & regds,
Peter Tag: MS04-012 Tag: 57482
Nk.bin not executing in emulator
Hi,
I created a custom run-time image file, but its not executing in the
emulator. The emulator window appears but the screen is always black.
I am executing the following statement from command line -
start "" "C:\Program Files\Windows CE
Tools\Common\Platman\bin\Emulator_500.exe" /CEImage
"C:\WINCE500\PBWorkspaces\myworkspace\RelDir\Emulator_x86_Debug\NK.bin"
/ethernet virtualswitch /MemorySize 48
There is no change even when i use a skin.
Please help. Tag: MS04-012 Tag: 57479
About the warning information about LNK 4209
Dear all:
I am migrating a driver from the WinCE 4.2 to WinCE
5.0, but there is a fatal warning when I build the driver
in the WinCE 5.0 env? It is quite strange and any one who
can give me some help?
wince.obj : warning LNK4209: debugging information
corrupt; recompile module; linking object as if no debug
info
those compile option in the makefile:
CFLAGS: -Zi -Gy -Ox -Os -GF ...
DFlags:-debug -debugtype:cv Tag: MS04-012 Tag: 57478
hi
Actually i meant to ask what is the diffference b/t
890_serial,com_card,com_mdd,com_mdd2,com16550,isr16550,ser_card,ser_card2,ser16550 in the oak/drivers/serial/ folder... Tag: MS04-012 Tag: 57476
This is not a .BIN file FF FF FF FF FF FF FF
Hi,
somehow I managed to run the bootloader without errors.
but now it is giving error like as follows......
previously the errors was data checksum failure and then
Received out of sequence block 3925869566
Expected block 0
now that errors are disappeared and here is my debug output....
Microsoft Windows CE Ethernet Bootloader Common Library Version 1.0 Built
Mar 13 2003 23:05:42
System ready!
Preparing for download...
Sending boot request...
Waiting for boot ack...
received non-download packet type
Sending boot request...
Waiting for boot ack...
received non-download packet type
Sending boot request...
Waiting for boot ack...
received non-download packet type
Sending boot request...
Waiting for boot ack...
Received boot ack
Received boot request ack... starting download
This is not a .BIN file FF FF FF FF FF FF FF
what is this problem? I have checked the nk.bin image, and it starts with
B000FFonly.....
what could be the problem? I am not doing anything with the data buffer....
the problem of datachecksum and all were some problem other than
that..(relocation of code...)
regards
Sujith Tag: MS04-012 Tag: 57475
Private Code Tree
Hi,
If I want to include my version information in a build, can I modify
GetVersionEx function in the COREOS directory in the private tree? I am
planning to modify the szCSDVersion member of the OSVERSIONINFO. I'm using CE
.Net 4.2. I am not sure about this but I think the licensing might be a
problem, is that correct?
Thanks a lot, Tag: MS04-012 Tag: 57460
Where is it stuck on ARM
Hello Experts,
I was able to get the kernel to this point, where is it stuck and what are
the possible issues? How do I fix this? It was able to pass this state
before.
Windows CE Kernel for ARM Built on Mar 13 2003 at 22:43:27
ProcessorType=0200 Revision=4
sp_abt=ffff5000 sp_irq=ffff2800 sp_undef=ffffc800 OEMAddressTable = 80071140
OEMInit()
Turning on Branch Target Buffer
Enable CP0 Access
Initialize Timer Interrupt
Done OEMInit()
Booting Windows CE version 4.20 for (ARM)
&pTOC = 8007943c, pTOC = 801fac14, pTOC->ulRamFree = 807ab000, MemForPT =
000000
00
Booting kernel with existing memory configuration:
Memory Sections:
[0] : start: 807ac000, extension: 00001000, length: 00853000
Sp=ffffc7cc
ARMInit done.
Windows CE KernelInit
Updated eptr->e32_vsize to = 000ad000
Thanks,
Nguyen Tag: MS04-012 Tag: 57458
Unable to configure CE.NET for more than 3 serial ports.
Hi,
I have a hardware which has six serial ports and I was able to use
this and configure it with the CE 3.0. But in CE.NET I am not able to
use more than 3 serial ports.
I have already disabled the COM1 debug port by modifying the Debug.C
file. It seems the trick is how to use the port base addresses found
at the start of platform.reg file. I am really not sure how do those
addresses work.
My hardware settings are
COM1 - IRQ4 - SysIntr 14 - 0x3F8 ( Works )
COM2 - IRQ3 - SysIntr 13 - 0x2F8 ( Works )
COM3 - IRQ9 - SysIntr 19 - 0x3E8 ( Works )
COM4 - IRQ6 - SysIntr 16 - 0x2E8 ( Fails !! )
COM5 - IRQ7 - SysIntr 17 - 0x280 ( Fails !! )
COM6 - IRQ14 - SysIntr 24 - 0x2C0( Fails !! )
I checled in the driver and it seems to fail when the
InterruptInitialize function in the StartDispatchThread is called for
COM4,COM5 and COM6.
Any help with what could be wrong will be highly appreciated.
Thanks,
Bhavin Tag: MS04-012 Tag: 57457
adding XML support (without new OS image)
We already have our systems deployed and running CE.NET 4.1 out there,
but during the time the CE.NET OS was built without XML support.
We have an CE application it would run on the new OS image (that I
built with XML support, along with ATL). But when tried to run on
the original OS image, it will say it is "not a valid CE application".
I have tried to copy EVERY DLL that is new to the new OS (msxml3.dll,
etc) over to the same directory of our application, but it doesn't
help any.
Is there anyway to make the old OS image support XML without deploying
a whole new OS image. Or find out precisely what is our application
is looking for a specific setting or DLL. I have already ran dumpbin
but can't find anything specific, my guess is the msxml3.dll needs
some other things.
Also I have noticed the coredll.dll is different sizes on both images. Tag: MS04-012 Tag: 57456
WMV plays choppy. MPG plays fine
Hi all. I searched and couldn't come up with something that addressed my
issue. so here it is:
We are running WinCE 4.20 (all latest QFEs installed), and we're trying to
make a multimedia build. However we're having some real issues trying to play
WMV files. They play nicely for about a minute, but suddenly they start
freezing-resuming, freezing-resuming. MPG and AVI files play absolutely fine,
only WMV files seem to display this behavior.
We're on a custom x86 board with 256 MB ram, running at 300 mhz. Using this
hardware with XP embedded WMV files work fine, but when on CE 4.20 it just
doesn't.
Any clues? Tag: MS04-012 Tag: 57455
Including a CA root certificate in the Platform Builder image
Hi,
How do I include an additional CA root certificate (i.e. our own) in the
root certificate store for SSL encryption purposes. If fact, I might like to
remove the default ones that come with the build (Verisign etc).
I know this can be done through the control panel and also presumably
through an API, but I'd like to include the certificates in the image at
build time through Platform Builder.
I have looked for FAQs etc, but can't find anything....
TIA,
- John Tag: MS04-012 Tag: 57453
New Platform Wizard Base Configurations
Is there a way of adding a new "base configuration" to the New
Platform wizard in CEPB 4.2.
I see that each base configuration is an XML file in the
\Program Files\Windows CE Platform Builder\4.20\cepb\bin\IDE\Wizards.
Is there some way that anyone knows, other than editing one of these
files, to set up a base configuration to be re-used when making new
platforms?
Andrew. Tag: MS04-012 Tag: 57450
Kernel Debugger
Hi,
how do I build the WINCEROOT\\PRIVATE\WINCEOS\COREOS\NK\KERNEL\ARM\
directory wit my current settings.
I want to debug the KernelStart code, in the armtrap.s file.... I have a
routine in assembly, which initializes and write data to the UART 0 / 1
I tried build -c but it fails with some errors.
from which directory I can give a build?
Regards
Sujith Tag: MS04-012 Tag: 57443
Generating run-time image file for smartphone 2003 emulator
Hi,
I am using Windows CE 5.0 (eval) platform builder and generated a custom
OS image file for emulator x86 BSP. And using this image file (Nk.bin) as an
input
to smartphone 2003 emulator. The skin appears but nothing appears on the
screen, and no error appears!!
Am I doing something, which is not permissible ? Is there anyway i can use
this smartphone skin (supplied with smartphone 2003 SDK) to use the custom
OS i generated with platform builder 5.0 ?
Actually i want to test mpeg-4 streaming with the emulator, for which i have
included codecs using PB. If the above is not possible, is there a way to
achieve this ?
Thanks Tag: MS04-012 Tag: 57433
How to port BSP from 4.2 to 5.0 ?
Hi,
Our platform uses Samsung 2410 CPU.
We already have a .Net 4.2 BSP that is working on my platform.
Now I try to build a .net 5.0 os image and run it on my platoform.
However, I found it will be a big job if I must modify the codes of Samsung
5.0 BSP by extracting H/W-dependent codes from our 4.2 BSP .
It is because the most directories and files names are different in .Net
5.0.
In addition, bsp is centralized in .Net 4.2 , while BSP is distributed in
.Net 5.0.
Is there a easier way to run a .Net 5.0 OS on my platform?
Thanks.
Yu. Tag: MS04-012 Tag: 57431
PCI Driver ISR configuration.
Hi to all,
I've developed my own PCI driver for our own PCI board (Motor
Controller), this board is plugged into an Advantech VIA Eden CEPC
Board with our own WinCE 4.2 image. The image is standalone and boots
with biosloader (with no KITL transport included, only TCP/IP
transport and Manual Server).
Now we are developing the application (with eVC++ 4.0 SP2) that uses
the driver to manage the PCI board, we are debugging the app conecting
with the target through TCP/IP transport and Manual Server (Using a
telnet session to execute the command line).
We have the following problem: sometimes, when I call the IOCTL that
installs the ISR for my PCI driver, the TCP/IP conection is lost.
Using PCIENUM utility I saw that the problem only happens when the IRQ
allocated for my PCI board is the same as the one used by the ethernet
board.
So, my question is: Is the problen happening due to a wrong ISR
instalation? Or a wrong call to LoadIntChainHandler?(Following is my
driver source code por IRQ allocation).
///////////////// SNIP
//////////////////////////////////////////////////////
DDKISRINFO IsrInfo;
GIISR_INFO DataIsr
HANDLE hIsr;
HANDLE hevent;
HANDLE hthread;
IsrInfo.cbSize = sizeof(IsrInfo);
DDKReg_GetIsrInfo(hRegEntry, &IsrInfo);
hIsr = LoadIntChainHandler(IsrInfo.szIsrDll,IsrInfo.szIsrHandler,(BYTE)IsrInfo.dwIrq);
DataIsr.SysIntr = IsrInfo.dwSysintr;
// Stuff loading GIISR the rest of information in DataIsr....
KernelLibIoControl(hIsr, IOCTL_GIISR_INFO, &DataIsr, sizeof(DataIsr),
NULL, 0, &kioreturned);
hevent = CreateEvent(NULL, FALSE, FALSE, NULL);
InterruptDisable(DataIsr.SysIntr);
InterruptInitialize(DataIsr.SysIntr, hevent, NULL, NULL);
hthread = CreateThread(NULL,0,Driver_IST,&hevent,0,NULL);
CeSetThreadPriority(DevData.hThread, 0);
////// IST Sorce Code: ////////
DWORD WINAPI Driver_IST(LPVOID lpArg)
{
HANDLE phev;
DWORD intreg;
phev = *(HANDLE *)lpArg;
while(!Global_Abort)
{
WaitForSingleObject(phev, INFINITE);
if(!Global_Abort)
{
SetEvent(ThDevData->hAppEvent);
InterruptDone(ThDevData->DatosIsr.SysIntr);
}
}
return 0;
}
//////////////// END SNIP
//////////////////////////////////////////////
Any suggestion will be appreciated.
Thanks in advance for your help.
Best Regards,
Juan. Tag: MS04-012 Tag: 57430
is ser16550 genuine
hi,
i want to test a generic serial driver,is SER16550 is genuine,which one
in oak/drivers/serial should be selected,since i am a beginner,i expect that
my questions will get its own importance and it won't be neglected....
thanks Tag: MS04-012 Tag: 57428
EXEBASE of NK.EXE
Hi all,
is there any formalities in giving the EXEBASE to the Kernel in KERN,
KERNKITL, KERNKITLPROF?
because the default value here in the ARMINTEGRETOR BSP is something like
0x8CC00000 where the
NK 88070000 01700000 RAMIMAGE
RAM 89770000 00890000 RAM
here the address is even outside the RAM Range?
is there any way to find it out?
regards
Sujith Tag: MS04-012 Tag: 57426
is it an installation problem
hi,
while trying to get details about drivers .in the microsoft site,it is
given in the following way.....
[ Parallel and Serial Devices
Documentation
Windows DDK: "Serial Ports and Devices"
"Parallel Ports and Devices"
Driver Sample Code
Installed with the DDK:
Ports Class Installer
%winddk%\src\setup\pnpports
Demonstrates a class installer and property page provider for the ports
class of devices. The ports class is divided into two types: COM and LPT or
ECP (printer) ports. A separate property page is provided for each type of
device. The class installer distinguishes both types of devices and installs
each type of device differently.
Parallel-connected devices
%winddk%\src\kernel\parport\
Sample to aid in debugging client drivers and device firmware for parallel
port connected devices.
Serenum samples
%winddk%\src\kernel\serial
%winddk%\src\kernel\serenum
Plus data definitions in the include file %winddk%\inc\ntddser.h
...] We are using registered version of platform builder 4.2
but i can't see the folder %winddk%\src..
only inc (folder) is there inside DDk,what happened ,is it any problem
with installation.... Tag: MS04-012 Tag: 57424
[Q]: WMA
Hi all,
What is(are) the Core OS component(s) in the catalog under "Headless
Devices" to support WMA files to be played [WinCE 4.2] ?
I have come across "WMA codec" component, Is this the right one ?
Presently, I have a audio driver supporting the waveform audio messages.
So, Is there anything more to be supported in my audio driver for WMA ?
regards
sajid Tag: MS04-012 Tag: 57421
IME programming problem (Phonetic IME)
To all,
As from my last post
http://groups.google.com/groups?q=50230065+platform&hl=zh-TW&lr=&ie=UTF-8&selm=b894244a.0409211909.222d30a3%40posting.google.com&rnum=2
I've encountered a few problems from modifying existing IME Modules
under WinCE.Net 4.2. So I've thought of another alternative like this:
Since modifying the source will make the IME dll not to work (I can't
even bring up the small keyboards after rebuilding it), what about
writing a dll to supply the sendCharEvents and SendKey methods to
simulate Word builing directly.
I don't know if this really works, since I'm still studying the
samples codes.
Any comments?
From Jason (Kusanagihk) Tag: MS04-012 Tag: 57420
cepb4 install on 2003 server, always rollback
am install cepb4 on 2003 server, and have installed
many times, but always at the register dlls step(this should be the last
step,i think)
the install program rolled back. and cancelled all the install files.
had anybody met this problem, can anyone help me plz. thanks Tag: MS04-012 Tag: 57415
Unidentified PCCard Adapter ??
I am working on a PCCard driver. The driver loads OK, all the exports are
correctly called but after a minute or two a dialog with the message
"Unidentified PCCard Adapter" appears. Is there a registry setting (or ??)
that will correctly pair the device an its driver so that this message will
not appear? Tag: MS04-012 Tag: 57390
JScript problem on CE.NET 4.1
Hi All,
I got following simple Javascript code:
<html>
<head>
<script language="Javascript">
alert( "Starting ");
window.open("http://www.b2dsolutions.com");
alert("Ending");
</script>
</head>
<body>
<br>this is a test and only a test
</body>
</html>
On desktop it's works fine. But on CE.NET 4.1, the second alert message
can't be shown. And later I found all the alert message after window.open
will not be shown.
Dose anyone have any expenrice on this?
Thanks
Xu Jun Tag: MS04-012 Tag: 57386
How to verify NK.BIN is deployable?
I know I read somewhere that there was a tool or something that analyzed
NK.BIN or the directory hierarcy to determine if my OS images was legit to
distribute (aka, no mods to private, etc.). I tried everything I could
think of as a search paramater in google. Can someone tickle my memory on
what this is, or if it even exists?
Nick. Tag: MS04-012 Tag: 57359
Unable to load OS image for Thin Client through Ethernet Card.
i am unable to load OS image for THIN CLIENT using RealTek 8139 Network Card.
Thin Clients boots up and shows Message JUMIPNG TO 0X0013A420. The CONFIGURE
option In ETHERNET Tab does not show the device name. i have tried rebooting
but same problem. i have also checked the IRQ and IOBASE value in the
AUTOEXEC.BAT file and they appear to be allright. can any one guide me. Tag: MS04-012 Tag: 57352
[Q]: Driver Samples
Hi all,
Are there any audio driver samples based on Unified Audio Model as said by
Macallan [WinCE5.0]?
Just including waveform audio & mixer.
regards
sajid Tag: MS04-012 Tag: 57351
[Q]: Unified Audio Model
Hi all,
The UAM provides the following advantages:
Robustness: Lessens the number of mixing-related problems you will
encounter.
How does the UAM lessens the number of mixing-related problems ?
regards
sajid Tag: MS04-012 Tag: 57350
Activesync Remote Display send wrong ARM server (cerdisp2) to target (ARMV4 / ARMVi problem?)
Hi,
I am working on a CE 4.2 display based OS and a target with no screen. In
order to see the screen output I use ActiveSync Remote Display from the
Windows Mobiel Developer Power Toys. When starting ASRDisp.exe the app some
how figures out which server to send to the target ( using dependency
walker: CPU ARM or Thumb) and the sends the cerdisp2.exe to the target,
starts the client on the host and they connect, result: the screen output on
the development host. Nice.
This scenario worked correctly when I build the OS for ARMV4I, the
cerdisp2.exe Thumb binary was send to the target. When I build the OS for
ARMV4, the cerdisp2.exe Thumb binary still gets send to the target in stead
of the Standard cerdisp2.exe for ARMV4.
What can be the cause of this? (Does ASRDisp.exe query the target or is
target info stored locally?)
--
Jeroen Kratz
Chess iT
jeroen_DOT_kratz_AT_chess_DOT_nl Tag: MS04-012 Tag: 57348
does somebody know, if the problems described in
http://www.microsoft.com/technet/security/bulletin/MS04-012.mspx would
affect WinCe3.0 systems?