|
[Sponsors] |
October 26, 2010, 01:11 |
error open udf library
|
#1 |
New Member
Dyan Wibintoro Cahyo Aji
Join Date: Oct 2010
Location: Yogyakarta,Indonesia
Posts: 2
Rep Power: 0 |
i have a big problem in using compiled UDF. interpreted UDF is working fine, but when i use same code with compiled UDf it gives me following error message.
Opening library "libudf"... Error: open_udf_library: The system cannot find the file specified. the log file in 'libudf/ntx86/2ddp' shows following: 'cl' is not recognized as an internal or external command, operable program or batch file. NMAKE : U1077: 'cl' : return code '0x1' Stop. i have installed fluent 6.3.26 and then dev C++ and microsoft visual C++ enterprise 2005, but it still doesn't work. any help in this regard will be appreciated. |
|
October 27, 2010, 02:49 |
open library 1
|
#2 |
New Member
Dyan Wibintoro Cahyo Aji
Join Date: Oct 2010
Location: Yogyakarta,Indonesia
Posts: 2
Rep Power: 0 |
Go to 'Control Panel' -> 'Performance and Maintenance' -> 'System' -> 'Advanced' Tab -> 'Environment Variables'
Create environment variables and enter values as follow: include = C:\Program Files\Microsoft Visual Studio 8\VC\atl\include;C:\Program Files\Microsoft Visual Studio 8\VC\mfc\include;C:\Program Files\Microsoft Visual Studio 8\VC\include lib = C:\Program Files\Microsoft Visual Studio 8\VC\mfc\lib;C:\Program Files\Microsoft Visual Studio 8\VC\lib MSDevDir = C:\Program Files\Microsoft Visual Studio 8\Common\MSDev98 Path = C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\WinNT;C:\Program Files\Microsoft Visual Studio 8\Common7\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio 8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 8\VC\bin;c:\fluent.inc\ntbin\ntx86 When I tried to run cl.exe from the command line, the error message I get is "Application unable to start, mspdb80.dll was not found". vs2005 c:\program files\microsoft visual studio 8\ psdk c:\program files\microsoft platform sdk\ First, go to vs2005 install path c:\program files\microsoft visual studio 8\vc, run vcvarsall.bat to set environment variable; then c:\program files\microsoft platform sdk\, run setenv command: eg: setenv /SRV32 /DEBUG. I use it to make the program work properly. |
|
Tags |
libudf, open library, udf profile bounday |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem loading UDF library in parallel cluster | Veera Gutti | FLUENT | 8 | July 26, 2016 08:24 |
How to add a UDF to a compiled UDF library | kim | FLUENT | 3 | October 26, 2011 22:38 |
fluent UDF external library lapack problem | Rick | FLUENT | 0 | May 7, 2008 11:16 |
Error in opening the UDF library | Sri | FLUENT | 3 | December 11, 2006 17:19 |
setting up compiled UDF library in windows2000 | sivakumar | FLUENT | 1 | October 19, 2001 04:46 |