阅读:1054回复:4
How to run the 98ddk's samples?
How to run the 98ddk's samples under the enviroment of the win98,98ddk and vc6?
|
|
沙发#
发布于:2004-07-30 20:47
可在命令行中使用build 命令执行
________________________________________________________ 回答的好请给分 |
|
|
板凳#
发布于:2004-07-31 08:24
进入98ddk编译环境,用build,更多可以看看ddk帮助
|
|
|
地板#
发布于:2004-08-03 16:20
但是,在win98ddk/src下的例子很多,而且目录结构很复杂,我想知道他们的含义,另外我试了一下,编译后还出错(具体如下),不知何故?请大侠们明示。
BUILD: Compile and Link for i386 BUILD: Computing Include file dependencies: BUILD: c:\progra~1\micros~3\vc98\include\exdisp.odl(31): c:\progra~1\micros~3\vc 98\include\exdisp.odl - invalid include statement: importlib(STDOLE_TLB); BUILD: c:\progra~1\micros~3\vc98\include\vidsvr.odl(16): c:\progra~1\micros~3\vc 98\include\vidsvr.odl - invalid include statement: importlib(STDOLE_TLB); BUILD: Unable to save the dependency database: \nt\build.dat BUILD: Done |
|
地下室#
发布于:2004-08-03 16:31
在编译98DDK\src\printer\spooler\pjlmon的例子后,出现下面的结果,正确吗?
98\include\exdisp.odl - invalid include statement: importlib(STDOLE_TLB); BUILD: c:\progra~1\micros~3\vc98\include\vidsvr.odl(16): c:\progra~1\micros~3\vc 98\include\vidsvr.odl - invalid include statement: importlib(STDOLE_TLB); BUILD: Examining c:\98ddk\src\printer\spooler\pjlmon directory for files to comp ile. BUILD: Unable to save the dependency database: \nt\build.dat BUILD: Building generated files in c:\98ddk\src\printer\spooler\pjlmon Compiling - pjlmon.c for i386 Compiling - utillm.c for i386 Compiling - pjlmon.rc for i386 BUILD: Pipe read failed - errno = 42 BUILD: Examining c:\98ddk\src\printer\spooler\pjlmon directory for files to comp ile. (2nd Pass) BUILD: Unable to save the dependency database: \nt\build.dat BUILD: Linking c:\98ddk\src\printer\spooler\pjlmon directory Linking Executable - obj\i386\pjlmon.dll for i386 BUILD: Done 3 files compiled 1 executables built 如果正确,应该如何加载该程序? |
|