Hi Everyone!
I'm using Fortran 90 and trying to use the library nlopt.f in my code.
I downloaded the library from NLopt on Windows from
After downloading the zip code from there I went to the DOS command option and run the line: lib /def:libnlopt-0.def (as suggested by wikipedia). However, I am still not able to use it in my code.
I am using compaq Visual Fortran to code.
I am not sure how to install the library on my computer so that when I write in my code include nlopt.f, I will be able to use the functions that the library has. Can anyone help with this problem?
Thanks in advance,
Shahar
I'm using Fortran 90 and trying to use the library nlopt.f in my code.
I downloaded the library from NLopt on Windows from
After downloading the zip code from there I went to the DOS command option and run the line: lib /def:libnlopt-0.def (as suggested by wikipedia). However, I am still not able to use it in my code.
I am using compaq Visual Fortran to code.
I am not sure how to install the library on my computer so that when I write in my code include nlopt.f, I will be able to use the functions that the library has. Can anyone help with this problem?
Thanks in advance,
Shahar