RtlIntegerToUnicodeString??

When added RtlIntegerToUnicodeString and other RTL functions to my Miniport
driver(win98&win Me). I got compiler undefined errors. Could any one know
why? I did include the ntddk.h

Thank you

Ken


Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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

Is this a SCSI miniport? If so, you are not suppose to access functions
from the DDK in a miniport. This is all part of the portability rules.

If you need such access, create a separate C module that includes the
DDK headers. Never mix miniport.h and ntddk.h in the same C source
module. It is not allowed.

Jamey
xxxxx@storagecraft.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Ken Nguyen
Sent: Monday, September 17, 2001 3:36 PM
To: NT Developers Interest List
Subject: [ntdev] RtlIntegerToUnicodeString??

When added RtlIntegerToUnicodeString and other RTL functions to my
Miniport
driver(win98&win Me). I got compiler undefined errors. Could any one
know
why? I did include the ntddk.h

Thank you

Ken


Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp


You are currently subscribed to ntdev as: xxxxx@storagecraft.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