Tools Needed to Compile or Build Printer Driver Not Minidriver

Q126358


The information in this article applies to:


SUMMARY

To compile a printer driver other than the minidriver successfully, you must set the build environment correctly. The tools required for successful compilation of a printer driver are:

MASM.EXE and LINK.EXE are provided along with the Windows version 3.1 DDK in the \DDK\286\TOOLS subdirectory. The environment variables should point to the following directories:

   PATH=\MSVC\BIN;\DDK\286\TOOLS;\WINDEV\BIN
   LIB=\DDK\286\LIB;\WINDEV\LIB;\MSVC\LIB;
   INCLUDE=\DDK\286\INC;\WINDEV\INCLUDE;\MSVC\INCLUDE; 

Additional query words: environment

Keywords :
Issue type :
Technology :


Last Reviewed: November 1, 1999
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.