KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q158306: FIX: "LDR: Dll *.dll Base 10000000 Relocated…" Error

Article: Q158306
Product(s): Microsoft C Compiler
Version(s): 4.0 4.1 4.2
Operating System(s): 
Keyword(s): kbDAOsearch kbDatabase kbMFC kbODBC kbVC
Last Modified: 04-AUG-2001

-------------------------------------------------------------------------------
The information in this article applies to:

- Microsoft Visual C++, versions 4.0, 4.1 
- Microsoft Visual C++, 32-bit Enterprise Edition, version 4.2 
- Microsoft Visual C++, 32-bit Professional Edition, version 4.2 
-------------------------------------------------------------------------------

SYMPTOMS
========

When using the Visual C++ Debugger found in Developer Studio in the Windows NT
environment, it is possible to see the following or similar messages, in the
Output window:

  

  LDR: Dll MSJINT32.DLL base 10000000 relocated due to collision with
       C:\Program Files\Common Files\Microsoft Shared\DAO\DAO3032.DLL

  

  LDR: Dll MSJTER32.DLL base 10000000 relocated due to collision with
       C:\Program Files\Common Files\Microsoft Shared\DAO\DAO3032.DLL

The actual names of the DLLs reported in this message may be different.

CAUSE
=====

MSJINT32.DLL, DAO3032.DLL, and MSJTER32.DLL all incorrectly use the same base
address.

RESOLUTION
==========

Typically, the impact on performance is minimal and these messages can be safely
ignored.


STATUS
======

The DAO components were corrected in Visual C++, version 5.0.

MORE INFORMATION
================

The impact on performance can be minor or significant depending upon the load
other applications are placing on your system. Each time a DLL is relocated, the
fix-ups for that DLL have to be recalculated. This is performed internally
within the operating system and cannot be controlled by applications utilizing
these DLLs.


Additional query words:

======================================================================
Keywords          : kbDAOsearch kbDatabase kbMFC kbODBC kbVC 
Technology        : kbVCsearch kbVC400 kbAudDeveloper kbVC410 kbVC420 kbVC32bitSearch
Version           : 4.0 4.1 4.2
Issue type        : kbbug kbprb
Solution Type     : kbfix

=============================================================================

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.