阅读:1520回复:0
98DKK为何不能编译自带的printer例子?
下面是build.log的内容:
BUILD: Computing Include file dependencies: BUILD: d:\\microsoft visual studio\\vc98\\include\\exdisp.odl(31): d:\\microsoft visual studio\\vc98\\include\\exdisp.odl - invalid include statement: importlib(STDOLE_TLB); BUILD: d:\\microsoft visual studio\\vc98\\include\\vidsvr.odl(16): d:\\microsoft visual studio\\vc98\\include\\vidsvr.odl - invalid include statement: importlib(STDOLE_TLB); BUILD: d:\\micros~2\\vc98\\include\\exdisp.odl(31): d:\\micros~2\\vc98\\include\\exdisp.odl - invalid include statement: importlib(STDOLE_TLB); BUILD: d:\\micros~2\\vc98\\include\\vidsvr.odl(16): d:\\micros~2\\vc98\\include\\vidsvr.odl - invalid include statement: importlib(STDOLE_TLB); BUILD: Examining d:\\98ddk\\src\\printer\\epson24 directory for files to compile. BUILD: Unable to save the dependency database: D:\\nt\\build.dat Building generated files in d:\\98ddk\\src\\printer\\epson24 ******************** \'nmake.exe /c BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 PASS0ONLY=1 386=1\' d:\\98DDK\\bin\\win98\\bin16\\rc.exe -r -I. -fo obj\\i386\\EPSON24.res EPSON24.RC Invalid keyboard code specified Microsoft (R) Windows Resource Compiler Version 4.00 Copyright (C) Microsoft Corp. 1985-1993. All rights reserved. set ML=-DIS_16 -nologo -W2 -Zd -c -Cx -DMASM6 ml -Foobj\\i386\\libinit.obj libinit.asm set CL=-nologo -u -c -Asnw -PLM -Gsw -W3 -Oasceob1 -Zpe cl -Foobj\\i386\\minidriv.obj minidriv.c \\bin\\cl -Foobj\\i386\\minidriv.obj ..\\common\\minidriv.c The system cannot find the path specified. set CL=-nologo -u -c -Asnw -PLM -Gsw -W3 -Oasceob1 -Zpe cl -Foobj\\i386\\EPSON24.obj EPSON24.c \\bin\\cl -nologo -u -c -Asnw -PLM -Gsw -W3 -Oasceob1 -Zpe -Foobj\\i386\\EPSON24.obj EPSON24.c The system cannot find the path specified. BUILD: Pipe read failed - errno = 42 BUILD: Examining d:\\98ddk\\src\\printer\\epson24 directory for files to compile. (2nd Pass) BUILD: Unable to save the dependency database: D:\\nt\\build.dat Linking d:\\98ddk\\src\\printer\\epson24 directory ******************** \'nmake.exe /c BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1\' set CL=-nologo -u -c -Asnw -PLM -Gsw -W3 -Oasceob1 -Zpe cl -Foobj\\i386\\minidriv.obj minidriv.c \\bin\\cl -Foobj\\i386\\minidriv.obj ..\\common\\minidriv.c The system cannot find the path specified. set CL=-nologo -u -c -Asnw -PLM -Gsw -W3 -Oasceob1 -Zpe cl -Foobj\\i386\\EPSON24.obj EPSON24.c \\bin\\cl -nologo -u -c -Asnw -PLM -Gsw -W3 -Oasceob1 -Zpe -Foobj\\i386\\EPSON24.obj EPSON24.c The system cannot find the path specified. \\bin\\link -OUT:obj\\i386\\EPSON24.exe \\bin\\link /ALIGN:16/NOD/map @C:\\DOCUME~1\\ADMINI~1\\LOCALS~1\\Temp\\nma00664. The system cannot find the path specified. mapsym -o obj\\i386\\EPSON24.sym obj\\i386\\EPSON24.map Microsoft (R) Symbol File Generator NTGroup Version 6.02 Copyright (C) Microsoft Corp 1984 - 1996. All rights reserved. Line number support enabled mapsym: can\'t open input file: obj\\i386\\EPSON24.map d:\\98DDK\\bin\\win98\\bin16\\rc.exe -40 -t -I. obj\\i386\\EPSON24.res obj\\i386\\EPSON24.exe Microsoft (R) Windows Resource Compiler Version 4.00 Copyright (C) Microsoft Corp. 1985-1993. All rights reserved. RC : fatal error RW1030: obj\\i386\\EPSON24.exe: Unable to open copy obj\\i386\\EPSON24.exe obj\\i386\\EPSON24.drv The system cannot find the file specified. |
|