ANSI version of ATL70.DLL

  • Thread starter Thread starter Julie
  • Start date Start date
J

Julie

Has anyone ever seen this error? If so-what does it mean
or can you give me a link for more information?

2392: Slight Performace loss due to running ANSI version
of ATL70.DLL on Windows NT or Windows 2000

Thanks
 
Greetings,

Found this MS article related to this DLL:

http://support.microsoft.com/default.aspx?
scid=http://support.microsoft.com:80/support/kb/articles/Q2
01/1/91.asp&NoWebContent=1

As you can see, it's not specifically related to your
particular message.

However, it at least indicates that there are TWO versions
of it - ANSI and UNICODE.

The latter is the one required for NT.

I haven't found anything on the web as to where you
download this version - yet!

Kindest regards,

James
 
Greetings,

Alysa, just to update you...

It seems that this ATL dll is related to Visual Studio - I
assume something on your system is written in Visual C++
and has discovered that the ANSI version is registered
instead of the UNICODE one.

It appears that Windows 2000 will run alright with
the "wrong" dll - just a fraction of a second slower; and
who'll notice that? See the last two paragraphs in this
post:

http://groups.yahoo.com/group/paintlib/message/303

If you do a search for ATL.DLL (no digits!), you should
find at least one instance of this on your system.

Whether this is the ANSI or UNICODE version may depend on
the folder path.

The following article does indicate how to install the
correct one on your system - if you have the Visual Studio
installation CDs:

http://support.microsoft.com/?kbid=251105

I hope this helps - if not, the bottom line is that W2k
runs with either the ANSI or UNICODE version of ATL.DLL -
so, there's no need to worry!

Kindest regards,

James
 
Back
Top