missing RtlDuplicateUnicodeString ??

  • Thread starter Thread starter Davef
  • Start date Start date
D

Davef

I occasionally see the following message when executing a few commercially
available products on my Win2000 system:
"The procedure entry point RtlDuplicateUnicodeString could not be located in
the dynamic library ntdll.dll."

I think it is related to applications expecting to run on Windows XP/2003
server.

I am a developer and have a couple of SDK's in my path statement.I found one
application that caused this message was in the MSVC 2003 .net /bin. I
changed to an ealier version of the application in a Platform SDK and the
message didn't appear.

Has anyone else seen this??

Thanks
Dave
 
Haven't seen that particular entry point error, but i think your conclusion
is correct that it's expecting a newer os type than Win2k, you'll get the
same type of problem for example attempting to launch the new win2k3 netcap
utility on win2k.
 
Back
Top