PRB: Possible Application Failure Using SmartHeap

Last reviewed: July 25, 1997
Article ID: Q154054
The information in this article applies to:
  • Microsoft Visual C++, 32-bit Edition, version 4.2
  • MicroQuill's SmartHeap

SYMPTOMS

According to MicroQuill Technical Support, if your application is using:

  • the SmartHeap 3.0 or 3.1 DLL, sh30w32.dll or sh31w32.dll

    -and-

  • the DLL version of the C runtime library, msvcrt40.dll that ships with Visual C++ 4.2

    -and-

  • the application is linked with another DLL before the SmartHeap DLL,

you may have compatibility problems between SmartHeap and msvcrt40.dll.

NOTE: The properties for this DLL contain a description saying it is a "Microsoft (R) C Runtime Library Forwarder DLL."

The symptoms of compatibility problems may include a crash of your application with a stack fault in a call to _msize(), or a process termination without warning during initialization of a DLL.

For information about how to contact MicroQuill Technical Support, query in the Knowledge Base for one of the following articles:

   ARTICLE-ID: Q65416
   TITLE     : Hardware and Software Third-Party Vendor Contact List, A-K

   ARTICLE-ID: Q60781
   TITLE     : Hardware and Software Third-Party Vendor Contact List, L-P

   ARTICLE-ID: Q60782
   TITLE     : Hardware and Software Third-Party Vendor Contact List, Q-Z

For more information regarding the MSVCRT40.DLL(Forwarder DLL), please see the following article:

   ARTICLE-ID: Q154591
   TITLE     : BUG:Wrong Version of MSVCRT40.DLL(Forwarder DLL) in
               Windows 95
Keywords          : CRTIss TlsMisc kb3rdparty
Version           : 4.2
Platform          : NT WINDOWS
Issue type        : 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.

Last reviewed: July 25, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.