FIX: Application Error in Windows NT With Access 97

ID: Q196454


The information in this article applies to:
  • Microsoft Windows NT Server version 4.0
  • Microsoft Windows NT Workstation version 4.0
  • Microsoft Windows NT Server version 4.0, Terminal Server Edition


SYMPTOMS

You receive an access violation in Msaccess.exe. This problem can be reproduced with an .mdb file using Access forms with many bitmaps.


CAUSE

Access 97 displays various resources, such as button, static text, an so on, with the forms as meta file and then it uses PlayMetaFileRecord() of Gdi32.dll. The application error always occurs at the LOGFONT32FROMLOGFONT16 macro in PlayMetaFileRecord(). This problem is not reproducible in Windows 95 because Windows 95 only copies the length of a font face name into lfFaceName[] of LOGFONT struc from LOGFONT16 struc; it never copies 32 bytes(LF_FACESIZE).


RESOLUTION

To resolve this problem, obtain the latest service pack for Windows NT 4.0 or Windows NT Server 4.0, Terminal Server Edition. For additional information, please see the following article in the Microsoft Knowledge Base:

Q152734 How to Obtain the Latest Windows NT 4.0 Service Pack


STATUS

Microsoft has confirmed this to be a problem in Windows NT 4.0 and Windows NT Server 4.0, Terminal Server Edition. This problem was first corrected in Windows NT 4.0 Service Pack 4.0 and Windows NT Server 4.0, Terminal Server Edition Service Pack 4.

Keywords : NT4SP4Fix kbbug4.00 kbfix4.00.sp4
Version : WinNT:4.0
Platform : winnt
Issue type : kbbug


Last Reviewed: April 10, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.