NT4 SP3+ ndis.h & ndis.lib needed - Urgent

Hi Devs,

Ndis Deserialized Miniport drivers are supported on NT4 SP3+
But Where can i find the ndis.h & ndis.lib for NT SP3+
I did see some suggestions in this group to generate a ndis.lib from a ndis.h file, But i’ll be glad if i can get them via proper sources.
Is it available in any microsoft site ?

Thanx & Regards
Anandhi


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

NDIS.H file is included with the Microsoft IMSAMP NDIS IM
driver sample that can be downloaded from the Microsoft website. A link to
the MS page that references IMSAMP can be found on the NDIS IM FAQ at the
URL:
http://www.pcausa.com/resources/ndisimfaq.htm.

Look for the topic “Where can I find a NDIS 4 intermediate driver sample?”.

Anandhi wrote:

Hi Devs,

Ndis Deserialized Miniport drivers are supported on NT4 SP3+
But Where can i find the ndis.h & ndis.lib for NT SP3+
I did see some suggestions in this group to generate a ndis.lib from a ndis.h file, But i’ll be glad if i can get them via proper sources.
Is it available in any microsoft site ?

Thanx & Regards
Anandhi


You are currently subscribed to ntdev as: xxxxx@uiscpl.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

************************************************************************
This e-mail message (including any attachments) may contain confidential,
legally privileged and proprietary information to U&I System Design or any
of its group companies and may also be protected by product immunity. If you
have erroneously received this message, please notify the sender by return
e-mail and delete this message from your system. Any unauthorized use or
dissemination of this message in whole or part is strictly prohibited.

E-mail transmission cannot be guaranteed to be secure or free of errors,
viruses,
interceptions or interferences and U&I System Design shall not be liable for
any delay in its receipt or damage to your system or for any violation of
intellectual property right of any person.

Any views, opinions and other information in this message that do not
relate to the official business of U&I SYSTEM DESIGN or any of its group
companies shall be understood as neither given nor endorsed by it.
*************************************************************************


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hi Indria,

Yup i do have the copy of ndis.h from IMSAMP, but where do i get the
corresponding ndis.lib ?

Regards
Anandhi

On 02/20/02, “Indira ” wrote:
> NDIS.H file is included with the Microsoft IMSAMP NDIS IM
> driver sample that can be downloaded from the Microsoft website. A link to
> the MS page that references IMSAMP can be found on the NDIS IM FAQ at the
> URL:
> http://www.pcausa.com/resources/ndisimfaq.htm.
>
> Look for the topic “Where can I find a NDIS 4 intermediate driver sample?”.
>
>
>
> Anandhi wrote:
>
> > Hi Devs,
> >
> > Ndis Deserialized Miniport drivers are supported on NT4 SP3+
> > But Where can i find the ndis.h & ndis.lib for NT SP3+
> > I did see some suggestions in this group to generate a ndis.lib from a ndis.h file, But i’ll be glad if i can get them via proper sources.
> > Is it available in any microsoft site ?
> >
> > Thanx & Regards
> > Anandhi
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@uiscpl.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> –
>
>
> This e-mail message (including any attachments) may contain confidential,
> legally privileged and proprietary information to U&I System Design or any
> of its group companies and may also be protected by product immunity. If you
> have erroneously received this message, please notify the sender by return
> e-mail and delete this message from your system. Any unauthorized use or
> dissemination of this message in whole or part is strictly prohibited.
>
> E-mail transmission cannot be guaranteed to be secure or free of errors,
> viruses,
> interceptions or interferences and U&I System Design shall not be liable for
> any delay in its receipt or damage to your system or for any violation of
> intellectual property right of any person.
>
> Any views, opinions and other information in this message that do not
> relate to the official business of U&I SYSTEM DESIGN or any of its group
> companies shall be understood as neither given nor endorsed by it.
>
*
>
>
>
>
> —
> You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hi,

I tried replacing ndis.h file with this downloaded NDIS.H file. With this being only change I could build the driver with
NDIS_ATTRIBUTE_DESERIALIZE flag set.

In case you still need ndis.lib here is a solution which i had received from Michal Vodicka.
"pdated ndis.lib is necessary only if one needs some function which isn’t in
the original one. It is relatively easy to create ndis.lib by hand. Create a
fake user mode code which exports all ndis functions, compile and as a side
effect lib is created. Exported functions have to have correct number of
parameters (DWORD) and .def file is necessary. If should start with NAME
NDIS.SYS and list all exported functions with stdcall parameters
(NdisSend@12). "

Hope this helps you,
Regds,
Indira

Anandhi wrote:

Hi Indria,

Yup i do have the copy of ndis.h from IMSAMP, but where do i get the
corresponding ndis.lib ?

Regards
Anandhi

On 02/20/02, “Indira ” wrote:
> > NDIS.H file is included with the Microsoft IMSAMP NDIS IM
> > driver sample that can be downloaded from the Microsoft website. A link to
> > the MS page that references IMSAMP can be found on the NDIS IM FAQ at the
> > URL:
> > http://www.pcausa.com/resources/ndisimfaq.htm.
> >
> > Look for the topic “Where can I find a NDIS 4 intermediate driver sample?”.
> >
> >
> >
> > Anandhi wrote:
> >
> > > Hi Devs,
> > >
> > > Ndis Deserialized Miniport drivers are supported on NT4 SP3+
> > > But Where can i find the ndis.h & ndis.lib for NT SP3+
> > > I did see some suggestions in this group to generate a ndis.lib from a ndis.h file, But i’ll be glad if i can get them via proper sources.
> > > Is it available in any microsoft site ?
> > >
> > > Thanx & Regards
> > > Anandhi
> > >
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@uiscpl.com
> > > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
> > –
> >
> >
> > This e-mail message (including any attachments) may contain confidential,
> > legally privileged and proprietary information to U&I System Design or any
> > of its group companies and may also be protected by product immunity. If you
> > have erroneously received this message, please notify the sender by return
> > e-mail and delete this message from your system. Any unauthorized use or
> > dissemination of this message in whole or part is strictly prohibited.
> >
> > E-mail transmission cannot be guaranteed to be secure or free of errors,
> > viruses,
> > interceptions or interferences and U&I System Design shall not be liable for
> > any delay in its receipt or damage to your system or for any violation of
> > intellectual property right of any person.
> >
> > Any views, opinions and other information in this message that do not
> > relate to the official business of U&I SYSTEM DESIGN or any of its group
> > companies shall be understood as neither given nor endorsed by it.
> >

> >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@uiscpl.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> —
> You are currently subscribed to ntdev as: xxxxx@uiscpl.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com




This e-mail message (including any attachments) may contain confidential,
legally privileged and proprietary information to U&I System Design or any
of its group companies and may also be protected by product immunity. If you
have erroneously received this message, please notify the sender by return
e-mail and delete this message from your system. Any unauthorized use or
dissemination of this message in whole or part is strictly prohibited.

E-mail transmission cannot be guaranteed to be secure or free of errors,
viruses,
interceptions or interferences and U&I System Design shall not be liable for
any delay in its receipt or damage to your system or for any violation of
intellectual property right of any person.

Any views, opinions and other information in this message that do not
relate to the official business of U&I SYSTEM DESIGN or any of its group
companies shall be understood as neither given nor endorsed by it.
**


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Thanks, Indira :slight_smile: I just examined my old driver which uses lib created this
way and found it references only two SP3+ functions:
NdisIMInitializeDeviceInstanceEx and NdisIMGetDeviceContext. They are
helpful but not quite necessary. It is possible to use
NdisIMInitializeDeviceInstance and pass context (usually pointer to binding
context) another, not so elegant way (global variable for example).

Best regards,

Michal Vodicka
STMicroelectronics Design and Application s.r.o.
[michal.vodicka@st.com, http:://www.st.com]


From: xxxxx@uiscpl.com[SMTP:xxxxx@uiscpl.com]
Reply To: xxxxx@lists.osr.com
Sent: Saturday, January 12, 2002 12:43 PM
To: xxxxx@lists.osr.com
Subject: [ntdev] Re: NT4 SP3+ ndis.h & ndis.lib needed - Urgent

Hi,

I tried replacing ndis.h file with this downloaded NDIS.H file. With this
being only change I could build the driver with
NDIS_ATTRIBUTE_DESERIALIZE flag set.

In case you still need ndis.lib here is a solution which i had received
from Michal Vodicka.
"pdated ndis.lib is necessary only if one needs some function which isn’t
in
the original one. It is relatively easy to create ndis.lib by hand. Create
a
fake user mode code which exports all ndis functions, compile and as a
side
effect lib is created. Exported functions have to have correct number of
parameters (DWORD) and .def file is necessary. If should start with NAME
NDIS.SYS and list all exported functions with stdcall parameters
(NdisSend@12). "

Hope this helps you,
Regds,
Indira

Anandhi wrote:

> Hi Indria,
>
> Yup i do have the copy of ndis.h from IMSAMP, but where do i get the
> corresponding ndis.lib ?
>
> Regards
> Anandhi
>
> On 02/20/02, “Indira ” wrote:
> > > NDIS.H file is included with the Microsoft IMSAMP NDIS IM
> > > driver sample that can be downloaded from the Microsoft website. A
> link to
> > > the MS page that references IMSAMP can be found on the NDIS IM FAQ at
> the
> > > URL:
> > > http://www.pcausa.com/resources/ndisimfaq.htm.
> > >
> > > Look for the topic “Where can I find a NDIS 4 intermediate driver
> sample?”.
> > >
> > >
> > >
> > > Anandhi wrote:
> > >
> > > > Hi Devs,
> > > >
> > > > Ndis Deserialized Miniport drivers are supported on NT4 SP3+
> > > > But Where can i find the ndis.h & ndis.lib for NT SP3+
> > > > I did see some suggestions in this group to generate a ndis.lib from
> a ndis.h file, But i’ll be glad if i can get them via proper sources.
> > > > Is it available in any microsoft site ?
> > > >
> > > > Thanx & Regards
> > > > Anandhi
> > > >
> > > >
> > > > —
> > > > You are currently subscribed to ntdev as: xxxxx@uiscpl.com
> > > > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> > >
> > > –
> > >
> > >
>
> > > This e-mail message (including any attachments) may contain
> confidential,
> > > legally privileged and proprietary information to U&I System Design or
> any
> > > of its group companies and may also be protected by product immunity.
> If you
> > > have erroneously received this message, please notify the sender by
> return
> > > e-mail and delete this message from your system. Any unauthorized use
> or
> > > dissemination of this message in whole or part is strictly prohibited.
> > >
> > > E-mail transmission cannot be guaranteed to be secure or free of
> errors,
> > > viruses,
> > > interceptions or interferences and U&I System Design shall not be
> liable for
> > > any delay in its receipt or damage to your system or for any violation
> of
> > > intellectual property right of any person.
> > >
> > > Any views, opinions and other information in this message that do not
> > > relate to the official business of U&I SYSTEM DESIGN or any of its
> group
> > > companies shall be understood as neither given nor endorsed by it.
> > >
>

> > >
> > >
> > >
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@uiscpl.com
> > > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@uiscpl.com
> > To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> –
>
>
> This e-mail message (including any attachments) may contain confidential,
> legally privileged and proprietary information to U&I System Design or any
> of its group companies and may also be protected by product immunity. If
> you
> have erroneously received this message, please notify the sender by return
> e-mail and delete this message from your system. Any unauthorized use or
> dissemination of this message in whole or part is strictly prohibited.
>
> E-mail transmission cannot be guaranteed to be secure or free of errors,
> viruses,
> interceptions or interferences and U&I System Design shall not be liable
> for
> any delay in its receipt or damage to your system or for any violation of
> intellectual property right of any person.
>
> Any views, opinions and other information in this message that do not
> relate to the official business of U&I SYSTEM DESIGN or any of its group
> companies shall be understood as neither given nor endorsed by it.
>

>
>
>
>
> —
> You are currently subscribed to ntdev as: michal.vodicka@st.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Anandhi,

I recently had to solve this problem on my own. Enclosed is a ZIP file
contianing the sources I used to generate an import library containing the
new symbols. You will need to link to both NDIS.LIB included with the NT DDK
and the NDIS4SP.LIB file generated by the enclosed sources.


Ed Reed mailto:xxxxx
Connectix Corporation

“Anandhi” wrote in message news:xxxxx@ntdev…

Hi Devs,

Ndis Deserialized Miniport drivers are supported on NT4 SP3+
But Where can i find the ndis.h & ndis.lib for NT SP3+
I did see some suggestions in this group to generate a ndis.lib from a
ndis.h file, But i’ll be glad if i can get them via proper sources.
Is it available in any microsoft site ?

Thanx & Regards
Anandhi


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to
leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

begin 666 NDIS4SP3.zip
M4$L#! H.-$52P````````````````)````3D1)4S134#,O4$L#!!0`<br>M```(`,J(4RS,+A1210$``$D"```3````3D1)4S134#,O3D1)4S134#,N8W61<br>MS4[#,!"$S['D=UB5"Z"J.&lt; )3E$36DNN$^6G'"LKV3:xxxxx@A,Y;M6"&gt;'&gt;2E!20<br>MJ(^SHV]VUJX+PF?)8Q(]S/*xxxxx@2?P&lt;:LTMF!+!-36G*"IE;:PK<v>MY=*J6L\H&lt;5U**+E1.J_V!&lt;+D`BPG_8"27M@DJ9=F"24`HE M6S&amp;MK)*5&gt;D<br>M#RI'IELK=8[!\;8W`3 QK+99&gt;L+G`8!OU '-4NJBPNG%$GW#8R86HV=$3:^ <br>MAKQYK2T&gt;+4 8I2P4'C^;[RCYH,0Q:/=&amp;PZ_--R\&gt;XUD%/R&gt;2EU1OZ46J#]<br>M0[]29:6T:FICO4(V=NST;W[&amp;^9_ \8I]G%=5=?&lt;)N,*WVIQ&gt;E2U3N&gt;L2G3!+<br>M(5J'S(=[IW]K9&gt;Q&gt;5EY1&amp;&amp;S;[BH.$T[&amp;1#I,.&gt;J=+4&gt;5AV(QR!VKDZZ?(PZ2<br>M,(OG07+&gt;[PM02P,$% ````@`^(A3+*"5Z#^(````Z0```!4```!.1$E3-%-0<br>M,R].1$E3-%-0,RY$14;S&lt;_1UY?1S\0S6"XX,YN7BY7*-"/ /"@GF]$O)+/;T<br>M=4\M&lt;4DMRTQ.=&lt;[/*TFM*'$PX&gt;3DM%7 +@F4LN9T,#0RY&gt;7BA.KWS,LLR4S,<br>MR:Q*A:CTS"LN2<q>M(8GI().@1F&amp;5!SF+EPL`4$L#!!0````(`!:)4RSUB)STE 0``)X+```5````<br>M3D1)4S134#,O3D1)4S134#,N9'-PG59K;]I(%/U&gt;J?_AKKL?VJH%"E'4C9&gt;5<br>M`#L4%8R%G3:1*EGC\0!3[!EK;#?DW_&gt;.'V":DK8KA7#G/LZ&lt;&gt;^;%"UAPJF0F<br>MUSE8[!N+9<h4>'D1&lt;0FNDE\9S&gt;&amp;:QPS&gt;@D,2-C0&lt;:^9=&gt;.[0(]+Z(YL&amp;"SO<br>M!5/#?R_^&gt;_[LQ5. 4X9Y)&amp;&lt;1C L&gt;1R7P&amp;[B6*B$Y?&amp;(JXU+ 9:?7TSBO7X.U<br>M!&amp;?I@VW-?!P^?Z;=_F@U]&gt;]&lt;&amp;XS/7 SZ\'+__O(56 ^"))R^G7.Q@SD/%5$/<br>M!O3VO7&gt;]OJZ;7$^'#7,D7I6N6,Q(QIX_^VMA&gt;]YH:H._Y1G@GY Y$/A&amp;8AY!<br>M0G9LC40[X$L(2]ZY3DMK=8J,BPTXB]%'^TT+xxxxx@8YC&amp;P]ZE4.2QJ%* R28B(<br>M0']4(5H5+;-$@^X:#G)WD(;1^7GVG2R $@%9RBA?/R!S*L6:;PK46BMZOV5"<br>MSR4.1%O%X0-$R*R,:;X)P&gt;4#U NP4CL:PC$7J $N%K ]2=*87?T1=PUYW#T_<br>MKH'Q<rq79ad>#ER%^1;K#7^^B5R?H&gt;@N.V8:+<br>MYG1HA[M:NC"*8WGO,C4IZ5DL92)xxxxx@G)DW3LD&gt;90&amp;NE"?)3",$_]&lt;4A*[)-^6<br>xxxxx@8GK#FG&lt;87O<gpm_>.19\--QH+%]:0UV\%ML;#8!%5'<br>MIX3*E&amp;61IT4&gt;6%R!&lt;5R0=L9,Y$PE+.)X&gt;I_*\XG:L!KI&amp;'K,[&amp;E2;3Y'E,&lt;&lt;<br>M6K&amp;-D(H%U6'3F"VT1YQ&amp;EE6Q18VA*V0L-Q*Z"Q^ZGP?0G=Y"=]F'KH5[8^8,<br>M^D9I.I8]OIE6=H!^:_G9JT&gt;+\:0Q;[R5-9\W%=7N"^Q;=[GR=<i>MSA9'UQ9T:MN'U_&amp;50F'[R_K)VSH]E&amp;7 2SVR;@^58P&amp;34PDR6JX,^63O!AY%CSF5/S<?S @<br>MQCU0&lt;_P6RV!NCYP`LX,%&amp;E7 LC\UO!J&amp;I;J]X3N4&lt;=62TKL9^ZO1Q*_TO$/]<br>M[JC6_639\3@=M6XKE&gt;SRAS3F8;^'XM_KBZ&amp;I^Q\EY51X5J$;XT-TT?L'NM&amp;A<br>ML$DZ'Q][DT%_&amp;&amp;94OS_-83_@EM&amp;&amp;T2%RZD2Y/R($WMN[1_55#'9,"18/^AWL<br>M0+]8JC8W$:\M;"E+I8S+`3X%4;RI(R3Z1M(F+=NRN,&amp;1,3M:I,@;^()'E3&lt;*<br>M:9. )DWKP4'?*(Y16$*W^.)<z3w74>MX&lt;@XV2D-:!J%5T(*=KSAJXNCNO.K"_N)YZLIFBI9I'@.9*$H*W_A9$8%45Y&amp;<br>M%EN3(LX##.!M!@9-4Y.:=+\W%37Q(3:5*:/8Q,O&gt;W*9?S9#D+&gt;P6J(;TEC&gt;K<br>MB3WL?#DT5YX!&amp;Q_KD\S?+K?LZS,`VE5V]JC1#XQ$V,@O&amp;]UB/ZFYQ4:WB<e>M_"=M;?^8U8IEO[D`G$J3%LH,D]3$S8W+T,=/;H9<f>M9N)S3:Q0GP7KY/O\B2::G5:-#K\LO@-02P,$% ````@`NU!3+,G@D^/0````<br>M'0(``!4```!.1$E3-%-0,R].1$E3-%-0,RYD<w>U3\%.@T 4O)/P#R-&gt;E30I<br>M&gt;B#%I'&amp;7NK&amp;RA"5R\;+2I\%B'UE0#X1_MVH\Z,F#G=O,9"8S-TWMN.&gt;'`8)&gt;<br>MJ&gt;6.',SPLFD8%;MMW]F:D#8MG2!E]VP'W)+K&amp;][A/)S-?.\8U;+(5+:*(30R<br>M74(*54(7$'(M2XGR2AE4NK@V^?)2(E5K&gt;&gt;1[^^#_XJ,R=_Q$]1 CR(0RD<gg>M01*$=]\DW/1=@%/DMM[:1X)^VY%+%M'%9_9+3!9G&gt;SJ.H^]-T_3#B'X9!SBP<br>M:OG&gt;MO'?]LP/O^&lt;=4$L#!!0````(`,&amp;(4RS 3N_?!@$``/8!```3````3D1)<br>M4S134#,O3D1)4S134#,N:(V0P6Z#,!!$SR#Q#ZODDE11?Z GJT3$$AA43'I$<br>MEKT*5EV#C!/1?GV!E$8]1*V/X]DW.[O65IJS0EA9K]3;8[.*PO5-4[J?I2BL<br>M:X72]!W*C3(&amp;AZYU?AN%+*9E77+"JS(*`=@X0#-JM=?"Z$^,\:(E4MM[827N<br>MA\UD`J ,YL$#87&amp;Z!XB=OJ ["*L,[GXLQ3?\A;)D\2RHW1W0G/?&lt;6H^#!\@+<br>M3G-&amp;TJMY^_17D2OF5B1!_XMX9_U,6SUAB!*=7WK\-W,YWI1(C&amp;FE\)CA&gt;^L^<br>M7K5ON#B-H4%&gt;&lt;2B..8WA(9C&gt;43M_%H8HY;#OQV,$E 4597S^3=&amp;&gt;?+.H:<z2>M61Y9HS1M] 502P,$% ````@`S415+,03Q;H@`0``1P(``!,```!.1$E3-%-0<br>M,R]296%D364N='ATK9!-;\(P#(;OE?H?_ MZ&amp;2<d>M4B4N'_OU2^C0Q,XXE^A]+?MY/9D\I_(,AE*+U&gt;&gt;ZAKEZ74_76QC#LE35J%J]<br>M%%'*L\G3]J57MQR@\^Z+M !=.$B X R9*X@#[0F%`"WPL7-&gt;P/#.HX]&gt;BP+:<br>M64&amp;V(&lt;\&amp;-P!;\:[I-37Q&amp;YOHQEY4VPK*^1Q"RUT7O3-+"QNVC3L'xxxxx@I@N<br>MS] V8.(^7X 20&amp;.2W8&lt;$T@&gt;ZC=N[I+(]P+ZW6MC9`.&gt;6=0OH":R3..6$;'!G<br>MZ([P#_T!(OD/(&amp;4Y*])=IDW#:3R:OPB_*&lt;=YMFPXJ(6RL04-?U-))]:D;!"T<br>MFMXO]XX/DL%ZBZ&gt;BBPSZ-&amp;;0,&gt;&gt;"CLY?-Y&amp;CQL,/4$L!`@``"@XT15
M+ ````````````````D0`/]!`````$Y$25,T4U S+U!+`0(`<br>M`!0````(`,J(4RS,+A1210$``$D"```3( “xxxxx@2<```!.1$E3
M-%-0,R].1$E3-%-0,RYC4$L!`@``% ````@`^(A3+*“5Z#^(````Z0```!4`
M```````````@`+:!G0$``$Y$25,T4U S+TY$25,T4U S+D1%1E!+`0(``!0`
M```(`!:)4RSUB)STE 0``)X+```5( "V@5@"``!.1$E3-%-0<br>M,R].1$E3-%-0,RYD<w>"3X] ````=`@``%0``<br>M`````````" `MH$?!P``3D1)4S134#,O3D1)4S134#,N9'-W4$L!`@``% ``<br>M``@`P8A3+,!.[]\&amp;`0``]@$``!,@`+:!(@@``$Y$25,T4U S
M+TY$25,T4U S+FA02P$”```4````” #-1%4LQ!/%NB !``!'`@``$P<br>M`````" `MH%9"0``3D1)4S134#,O4F5A9$UE+G1X=%!+!08`````!P`'`,,!<br>(``"J"@
`
end


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com</gpm_>