|
[Sponsors] |
February 14, 2014, 16:24 |
fatal error when compiling udf
|
#1 |
New Member
Join Date: Feb 2014
Posts: 5
Rep Power: 12 |
Hi, I need help please
When i try to compile udf i have this error: 1 fichier(s) copi‚(s). (system "copy C:\Fluent.Inc\fluent6.3.26\src\makefile_nt.udf libudf\ntx86\2ddp\makefile") 1 fichier(s) copi‚(s). (chdir "libudf")() (chdir "ntx86\2ddp")() conduct.c # Generating udf_names.c because of makefile conduct.obj udf_names.c # Linking libudf.dll because of makefile user_nt.udf udf_names.obj conduct.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" knowing that when i use interpreted that's ok. Best regards ... |
|
February 15, 2014, 09:58 |
|
#2 |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
This is probably because you have already compiled and loaded the udf before, and it is still in the memory. The compiler wants to change the library, but this is not allowed because it is still loaded.
What you should do before compiling: go to user-defined-functions -> manage. Probably you will see a library there (libudf), that should not be there. Click it, and click 'unload'. Then try the compiling process again. |
|
February 16, 2014, 15:06 |
Fatal error
|
#3 |
New Member
Join Date: Feb 2014
Posts: 5
Rep Power: 12 |
Hi every body
I try please i need help, when i compile my udf with MDS c++ i have this error: fatal error C1083: Cannot open include file: 'udf.h': No such file or directory because i can't compile my udf in fluent Best regards... |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
my problem wuth UDF compiling | m.beh | FLUENT | 3 | November 22, 2011 01:47 |
Problem with UDF compiling for kTkLW model | Wantami | FLUENT | 0 | July 18, 2011 06:11 |
Error in compiling UDF | akm | Fluent UDF and Scheme Programming | 7 | April 19, 2011 09:20 |
UDF Compiling error LNK1181 | marion | FLUENT | 2 | February 21, 2006 04:07 |
On Compiling a UDF | David Chabot | FLUENT | 5 | May 20, 2005 10:13 |