How To Build Environment Required for Printer DriversLast reviewed: December 1, 1996Article ID: Q141160 |
The information in this article applies to:
SUMMARYTo successfully compile a printer driver , it is absolutely necessary that the build environment is set correctly. The tools required for the successful compilation of a printer driver are:
MORE INFORMATIONThe Microsoft assembler and the linker are not provided with the Windows 95 DDK. They have to be installed separately as a separate product. The environment variables should point to the following directories:
INCLUDE = \ddk\printer\inc; \ddk\inc16; \mstools\inc16; \mstools\include; \masm611\include; \ddk\inc32; \msvc\include; LIB = \ddk\lib; \mstools\lib16; \masm611\lib; \msvc\lib; PATH = \ddk\bin; \masm611\bin; \mstools\binw16; \msvc\bin |
KBCategory: kbprint kbhowto
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |