Re: Adding a dll to Image
- From: voidcoder <voidcoder@xxxxxxxxx>
- Date: Mon, 19 Feb 2007 12:03:32 +0100
You don't touch config.bib at all, you only reference it
in your platform.bib (or project.bib, but it is a part
of your platform so it is better to use platform.bib)
under MODULES section:
MOUDLES
<Name>.dll <Full path>\<Name>.dll NK SH
Next you goto Platform.reg and add something like
this example:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCI\Template\NE2000]
"Dll"="NDIS.dll"
"Class"=dword:02
"SubClass"=dword:00
"ProgIF"=dword:0
"VendorID"=multi_sz:"10ec","1050"
"DeviceID"=multi_sz:"8029","0940"
"Prefix"="NDS"
"Transceiver"=dword:3
This part is platform/card specific and depends on
the bus type, card, etc. Normally there should be a
*.reg file coming with the driver. If you have one,
just include it using "#include" statement. Otherwise
you are about to spend some time to define card
entries manually.
Also a lot of cards are recognized by default, you may
want to look through the Common.reg to see if your card
is not on the list.
Next you define linkage and specify IP config:
[HKEY_LOCAL_MACHINE\Comm\NE2000\Linkage]
"Route"=multi_sz:"NE20001"
[HKEY_LOCAL_MACHINE\Comm\PCI\NE20001\Parms\TcpIp]
"EnableDHCP"=dword:0
"DefaultGateway"=""
"UseZeroBroadcast"=dword:0
"IpAddress"="XXX.XXX.XXX.XXX"
"Subnetmask"="XXX.XXX.XXX.XXX"
Shabbir wrote:
I am using an Intel PRo 100 Ethernet Card and have downloaded the dll for it. Could anyone tell me how to register that dll with OS as default overriding other network dll's and how to include the dll in OS design..
Hopw should config.bib and project.bib be modified ???
Regards,
Shabbir
- Follow-Ups:
- Re: Adding a dll to Image
- From: Shabbir
- Re: Adding a dll to Image
- From: Shabbir
- Re: Adding a dll to Image
- From: Shabbir
- Re: Adding a dll to Image
- Prev by Date: Re: Wince5.0 Hyper Terminal and Debug window Hangs up showing Enabling adapter ints...
- Next by Date: Re: Wince5.0 Hyper Terminal and Debug window Hangs up showing Enabling adapter ints...
- Previous by thread: Re: USB Mass Storage Device ( Not able to open the drive)
- Next by thread: Re: Adding a dll to Image
- Index(es):
Relevant Pages
|