How to Install two library CGNS for Fortran under WIndows XP
- by user317368
Hello,
I have to install two libraries CGNS to use it in Fortan, but I don't understand how, the basic instructions are:
To compile under MS Windows:
configure.bat [options]
then
gmake
if using GNU make, or
nmake
if using nmake.
NOTE: This assumes that the cl compiler is in your path, and that the INCLUDE and LIB environment variables are set to include the directories containing the MSC include files and libraries. If not, you will need to use full path names to cl and link, and define INCLUDE and LIB in make.win32. You may also execute VCVARS32.BAT in the BIN directory of your VC installation to set these up prior to running nmake.
so what i did was to:
tape configure.bat it creates the rights files
I set the news paths and lib, include for the cl.exe and link.exe but now the warning and error messages are about the clui.dll.
cl -nologo -I. -Iadf -FoWIN32\cgns_error.obj -c cgns_error.c Cannot load language resource clui.dll
what can i do now? I'm a beginner user in this field.
Thankx
Manal