Re: Adding a dll to Image




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
.



Relevant Pages

  • Re: Adding a dll to Image
    ... You don't touch config.bib at all, you only reference it ... of your platform so it is better to use platform.bib) ... you are about to spend some time to define card ... Could anyone tell me how to register that dll with OS as default overriding ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Intel Based Macs...?
    ... >> platform is completely different from the PPC platform. ... > a processor card that was installed in parallel to the main 68040 CPU. ... Especially when a single MacTel logic board will be perfectly ...
    (comp.sys.mac.misc)
  • Re: Adding a dll to Image
    ... NE 2000 PCMCIA driver by default which has a dependency on Wired Local ... of your platform so it is better to use platform.bib) ... you are about to spend some time to define card ... Could anyone tell me how to register that dll with OS as default overriding ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Intel Based Macs...?
    ... > I doubt very seriously whether this will be possible, since the Intel ... > platform is completely different from the PPC platform. ... The one I'm familiar with (Apple's upgrade card for the Quadra 950) was ...
    (comp.sys.mac.misc)
  • Re: PUC driver addition Sealevel cPCI 7203 possible
    ... > software platform. ... I feel Linux is not ... > for a type of serial port card. ...
    (freebsd-hackers)