阅读:1541回复:2
繁透了, 编译又出错??????
我在编译hello时。出现错误:
set INCLUDE=.;\INCLUDE; set CL= /Zp /Gs /c /bzalign /Zl /Ogasb1 /Oi /D_X86_ /DIS_32 /DWANTVXDWRAPS /DVTOOLSD /DDEBUG /Zdp /DWIN40 /DALT_INIT_SEG /Fohello.obj d:\progra~1\micros~1\vc98\bin\CL.EXE .\hello.cpp Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86 Copyright (C) Microsoft Corp 1984-1998. All rights reserved. hello.cpp .\hello.h(6) : fatal error C1083: Cannot open include file: 'vtoolscp.h': No such file or directory NMAKE : fatal error U1077: 'd:\progra~1\micros~1\vc98\bin\CL.EXE' : return code '0x2' Stop. Error executing NMAKE. HELLO1.EXE - 2 error(s), 0 warning(s) 她为什么打不开:vtoolsd.h文件。 还说vc 的cl.exe也有问题????? 小弟我是不行了!!!!!! |
|
最新喜欢:fueana |
沙发#
发布于:2002-05-06 12:11
我也遇到了这种问题!
|
|
|
板凳#
发布于:2002-05-06 16:01
你是用VC的IDE环境编译的,而且是VxD?如果是的话:
在tools->options->directories里面,把VtoolsD的include、lib还有bin都加进去。 |
|