CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Fluent UDF and Scheme Programming (https://www.cfd-online.com/Forums/fluent-udf/)
-   -   incompatible library version and solver version problem (https://www.cfd-online.com/Forums/fluent-udf/62910-incompatible-library-version-solver-version-problem.html)

gholamghar March 23, 2009 14:46

incompatible library version and solver version problem
 
hello
i am tyring to load libudf but i get this error:


Opening library "libudf"...
Library "libudf.dll" opened
Error: open_udf_library: library version 6.3.28 incompatible with solver version 6.3.21
Error Object: ()

anybody knows how to fix it?
thanks



HenrikS March 24, 2009 04:43

Re-compile the c-file to create a new libudf-library. That would hopefully make it compatible with your solver.

gholamghar March 24, 2009 12:25

thank you HenrikS,i tried to do this and read manual too,but i got confused about how should i do this,i really appreciate if you could tell me that what should i do step by step.
thanks

HenrikS March 25, 2009 04:59

1) Define->User-defined->Functions->Compiled...
2) In "Source files", click "Add..." and add your .c-file
3) Click "Build"
4) Click "Load"

(You will also need to have a suitable compiler installed on your computer for this to work)


All times are GMT -4. The time now is 19:42.