使用Fluent中compiled类型的UDF时,build UDF后出现这样的提示:
udf_names.obj: fatal error LNK1136: invalid or corrupt file
Done.
然后点“load”,出现如下错误:
Error:The UDF library you are trying to load is not compiled for 2d on the current platform(win64).
系统找不到指定的文件。
d:\study\libudf\win64\2d\libudf.dll
该怎么解决这个问题,请指教。