Thanks in advance
Gpeica
How to add the registry component. I entered the regedit command on the RUN
applet. It does not recognize it.
Do I need to add registry view component?
I cannot find any component dealing with the registry ubder the platform
builder catalog.
I am new to wince.
Thanks alot for you help
Adeed
"Gpeica" <gpe...@gmail.com> wrote in message
news:1142584365....@e56g2000cwe.googlegroups.com...
But it seems to me you don't really need it. In case you are using
Platform Builder to build your own os design, just look through
the platform *.REG files: Platform.reg, Project.reg or may be
your video driver has a separate *.REG file. So look through
the REGs to find and modify the display driver settings.
Then rebuild the os image for the changes to take effect.
If you still want to to modify registry at run-time,
you can use Remote Regsitry Editor tool. Have a
look at "Tools" menu in Platform Builder.
"adeed Mohamed" <ade...@hotmail.com> wrote in message news:%23mBSnPg...@TK2MSFTNGP12.phx.gbl...
; @CESYSGEN IF CE_MODULES_DISPLAY
IF BSP_NODISPLAY !
;[HKEY_LOCAL_MACHINE\System\GDI\Drivers]
; "Display"="ddi_nop.dll"
#include "$(DRIVERS_DIR)\display\au1200lcd\ddi_au1200lcd.reg"
ENDIF BSP_NODISPLAY !
; @CESYSGEN ENDIF CE_MODULES_DISPLAY
It includes ddi_au1200lcd.reg file. This comes with the Display driver of
the BSP ( downloaded from BSQUARE).
I do not understand what BSP_NODISPLAY! means. Is it including the code
between BSP_NODISPLAY! and ENDIF BSP_NODISPLAY!
Thanks in advance
"voidcoder" <void...@yahoo.com> wrote in message
news:uXdwXpgS...@tk2msftngp13.phx.gbl...
The driver settings are included from the separate REG,
you can find it here:
WINCE500\PLATFORM\YourPlatformName\Drivers\display\au1200lcd\ddi_au1200lcd.reg
or
WINCE500\PLATFORM\YourPlatformName\Src\Drivers\display\au1200lcd\ddi_au1200lcd.reg
"adeed Mohamed" <ade...@hotmail.com> wrote in message
news:O8H3xXz...@TK2MSFTNGP12.phx.gbl...
[HKEY_LOCAL_MACHINE\System\GDI\Drivers]
"Display"="ddi_au1200lcd.dll"
[HKEY_LOCAL_MACHINE\Drivers\Display\AU1200LCD]
"Width"=dword:280
"Height"=dword:1e0
"Bpp"=dword:10
"ActiveDisp"=dword:1
"Flags"=dword:2
"Rotation"=dword:0
"voidcoder" <void...@yahoo.com> wrote in message
news:O8lm28zS...@TK2MSFTNGP12.phx.gbl...
There is no standard way to detect the display type. Quite the contrary
the most of drivers require the display type and mode to be passed
by you through the registry or through the boot args (eg. stnadard VGA Flat).
"adeed Mohamed" <ade...@hotmail.com> wrote in message news:%23PNySG4...@TK2MSFTNGP09.phx.gbl...
Bryan Bassett
Radiant Systems, Inc.
Thank you guys for your help.
Thanks
Adeed
"Bryan Bassett" <bbassett> wrote in message
news:uJ$ZlDFTG...@TK2MSFTNGP14.phx.gbl...