Re: How to load display driver under CE6 without K flag?
- From: "Dean Ramsier" <ramsiernospam@xxxxxxxxxx>
- Date: Tue, 27 May 2008 17:26:17 -0400
The display driver must be loaded into the kernel space as far as I know.
You can do that by specifying the K flag with the driver in the modules
section, or by putting it into the FILES section without the K flag (where
it will be fixed up to kernel space at run time).
--
Dean Ramsier - eMVP
BSQUARE Corporation
<peach.voser@xxxxxx> wrote in message
news:236ab81d-475a-4566-9851-0db2ec57c453@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello!
I have a CE6 display driver DLL, which does not have the K flag. This
driver works fine in one CE6 environment, but it does not work in
another one (same HW, same processor, ...). In the non-working
environment, CE6 complains that the K flag is missing, in the working
one, the DLL is loaded without any comlaints... :-O
It is loaded like this:
[HKEY_LOCAL_MACHINE\System\GDI\Drivers]
"Display"="my_ddi.dll"
In the BIB file without the K flag:
my_ddi.dll $(...)\my_ddi.dll NK SH
How is a display driver supposed to work without the K flag?
Thanks,
Peter
.
- Follow-Ups:
- Re: How to load display driver under CE6 without K flag?
- From: peach . voser
- Re: How to load display driver under CE6 without K flag?
- References:
- How to load display driver under CE6 without K flag?
- From: peach . voser
- How to load display driver under CE6 without K flag?
- Prev by Date: Re: MMC 4 bit, 8 bit mode and MMC high speed support in sdbus2.dll
- Next by Date: Re: VirtualAllocCopyEx() / CE 6.0
- Previous by thread: Re: How to load display driver under CE6 without K flag?
- Next by thread: Re: How to load display driver under CE6 without K flag?
- Index(es):
Relevant Pages
|