|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
我用的是fluent6.3.26,vc++6.0,环境变量设置如下
. include:D:\Program Files\Microsoft Visual Studio .NET\Vc7\include\
. lib:D:\Program Files\Microsoft Visual Studio .NET\Vc7\lib\
. 找到Microsoft Visual Studio .NET\Vc7\bin\cl.exe的动态链接库mspdb70.dll, 将mspdb70.dll的路径加入到path的值。
在设置时只是不知这个mspdb70.dll在哪
编译时出现下面的错误,不知怎么回事
已复制 1 个文件。
(system "copy C:\Fluent.Inc\fluent6.3.26\src\makefile_nt.udf libudf\ntx86\2d\makefile")
已复制 1 个文件。
(chdir "libudf")()
(chdir "ntx86\2d")()
value.c
# Generating udf_names.c because of makefile value.obj
udf_names.c
# Linking libudf.dll because of makefile user_nt.udf udf_names.obj value.obj
Microsoft (R) 32-Bit Library Manager Version 3.00.5270
Copyright (C) Microsoft Corp 1992-1995. All rights reserved.
LINK : fatal error LNK1181: cannot open input file "fl6326s.lib"
Done.
"e:/trail/example/exam_2/poppet"
Opening library "libudf"...
Error: open_udf_library: 系统找不到指定的文件。
Error Object: () |
|