Some questions about TdiRegisterPnPHandlers

Dear Charles,

We have tried function which you said us but we meet some problems; we
use TdiRegisterPnPHandlers in our Intermediate driver which we have done
modifing Passthru sample in DDK but, while building, this error appears:

[…]
BUILD: Linking c:\ntddk\src\network\ndis\ourpassthru directory
Linking Executable - objchk\i386\passthru.sys for i386
passthru.obj() : error LNK2001: unresolved external symbol

_TdiRegisterPnPHandlers@12
objchk\i386\passthru.sys() : error LNK1120: 1 unresolved externals
BUILD: Done
[…]

We want to understand this error and we hope to resolve it: what have
we to do?

We thank you in advance and we remain yours truly.

Cristiano Notargiacomo xxxxx@libero.it
Giuseppe Aurilia xxxxx@gsmbox.it

Modify the sources files to link with tdi.lib.

-----Original Message-----
From: aurox [mailto:xxxxx@inwind.it]
Sent: Tuesday, June 04, 2002 8:25 AM
To: NT Developers Interest List
Subject: [ntdev] Some questions about TdiRegisterPnPHandlers

Dear Charles,

We have tried function which you said us but we meet some problems; we
use TdiRegisterPnPHandlers in our Intermediate driver which we have done
modifing Passthru sample in DDK but, while building, this error appears:

[…]
BUILD: Linking c:\ntddk\src\network\ndis\ourpassthru directory
Linking Executable - objchk\i386\passthru.sys for i386
passthru.obj() : error LNK2001: unresolved external symbol

_TdiRegisterPnPHandlers@12
objchk\i386\passthru.sys() : error LNK1120: 1 unresolved externals
BUILD: Done
[…]

We want to understand this error and we hope to resolve it: what have
we to do?

We thank you in advance and we remain yours truly.

Cristiano Notargiacomo xxxxx@libero.it
Giuseppe Aurilia xxxxx@gsmbox.it


You are currently subscribed to ntdev as: xxxxx@xetron.com
To unsubscribe send a blank email to %%email.unsub%%

We thank you very much: we have tried your advice and it runs!
We were arriving to it!!!

Thanks again!

Notar & Aurox