Can we change the GWES source code in wince

  • Thread starter Thread starter somavarma
  • Start date Start date
S

somavarma

hi,
I am working on a project in wince6.0 display drivers.My requirement
is to load two different display drivers at boot time. Since GWES
loads only one display driver , is there any way to change the GWES to
load two drivers at a time ???
 
You're definitely in the wrong group to get a good answer for this (this is
a managed code group).

CE supports multiple displays, and I don't think there's a requirement that
they use the same driver. If it for some reason is requires, write a
"virtual" driver that in turn calls the display driver of your choice
depending on the call coming from GWES.
 
Back
Top