PRB: Windows 95 DDK Print Processor Sample Causes Word 97 FaultLast reviewed: February 10, 1998Article ID: Q180585 |
The information in this article applies to:
SYMPTOMSThe print processor sample in the Windows 95 DDK causes Word 97 to fault when printing large documents.
CAUSEThis happens because the print processor links with Winspool.lib.
RESOLUTIONTo fix the problems, modify the makefile to link with Spoolss.lib and not Winspool.lib as shown below.
Sample Code
\DDK|\PRINTER\SAMPLES\SPOOLER\WINPRINT\MAKEFILE " [ASCII 133][ASCII 133][ASCII 133][ASCII 133] [ASCII 133][ASCII 133][ASCII 133][ASCII 133] [ASCII 133][ASCII 133][ASCII 133][ASCII 133] LINK_OPTS = /NOLOGO /DEBUG /DEBUGTYPE:CV /SUBSYSTEM:WINDOWS USER32.LIB GDI32.LIB KERNEL32.LIB SPOOLSS.LIB /ENTRY:DLLENTRYPOINT LIBS = SPOOLSS.LIB LIBC.LIB ADVAPI32.LIB MPR.LIB SHELL32.LIB [ASCII 133][ASCII 133][ASCII 133][ASCII 133] [ASCII 133][ASCII 133][ASCII 133][ASCII 133] [ASCII 133][ASCII 133][ASCII 133][ASCII 133] " STATUSWe are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Keywords : NTDDKPrnt Version : WINDOWS:4.0 Platform : WINDOWS Issue type : kbprb Solution Type : kbpending |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |