ID: Q141160
To 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:
The 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
Additional query words: environment
Keywords : kbDDK kbPrinting
Version : 4.00
Platform : WINDOWS
Last Reviewed: June 26, 1998