missing RtlDuplicateUnicodeString ??

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
 
D

Douglas Kentner

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top