|
|
发表于 2010-7-13 15:41:09
|
显示全部楼层
原帖由 plusmoon 于 2008-5-31 23:15 发表
呵呵,我也是一开始找不到command prompt window才卸载了vc6装了msvs2008。
实际上,后来我发现vc6安装的时候选择了设置环境变量后,直接在xp下开一个command窗口就行了,你直接敲一下cl回车,看看是不是以下信息:
...
按照所说的做了,还是不行,最后出现了:
E:\0.5\libudf\ntx86\2d>nmake
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cl /c /Za /DUDF_EXPORTING -Ic:\program files\fluent.inc\fluent6.3.26\ntx86\2d -Ic:\programfiles\fluent.inc\fluent6.3.26\src -Ic:\program files\fluent.inc\fluent6.3.26\cortex\src -Ic:\program files\fluent.inc\fluent6.3.26\client\src -Ic:\program files\fluent.inc\fluent6.3.26\tgrid\src -Ic:\program files\fl
uent.inc\fluent6.3.26\multiport\src ..\..\src\0.2D_0.5HZ.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
Command line warning D4024 : unrecognized source file type 'files\fluent.inc\fluent6.3.26\ntx86\2d', object file assumed
Command line warning D4027 : source file 'files\fluent.inc\fluent6.3.26\ntx86\2d' ignored
Command line warning D4024 : unrecognized source file type 'files\fluent.inc\fluent6.3.26\src', objectfileassumed
Command line warning D4027 : source file 'files\fluent.inc\fluent6.3.26\src' ignored
Command line warning D4024 : unrecognized source file type 'files\fluent.inc\fluent6.3.26\cortex\src', object file assumed
Command line warning D4027 : source file 'files\fluent.inc\fluent6.3.26\cortex\s
rc' ignored
Command line warning D4024 : unrecognized source file type 'files\fluent.inc\flu
ent6.3.26\client\src', object file assumed
Command line warning D4027 : source file 'files\fluent.inc\fluent6.3.26\client\s
rc' ignored
Command line warning D4024 : unrecognized source file type 'files\fluent.inc\flu
ent6.3.26\tgrid\src', object file assumed
Command line warning D4027 : source file 'files\fluent.inc\fluent6.3.26\tgrid\sr
c' ignored
Command line warning D4024 : unrecognized source file type 'files\fluent.inc\flu
ent6.3.26\multiport\src', object file assumed
Command line warning D4027 : source file 'files\fluent.inc\fluent6.3.26\multipor
t\src' ignored
0.2D_0.5HZ.c
..\..\src\0.2D_0.5HZ.c(1) : fatal error C1083: Cannot open include file: 'udf.h'
: No such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
不知是啥原因,请高手指教!
先谢谢了。 |
|