I have a dll library that has a .def file included, but no .lib or .a files. So how can I use this to link this library with my project?
For Visual C++ and Borland, the package I'm using recommends <a href="http://www.fftw.org/install/windows.html">doing this</a>. How would I do this using Dev C++?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I suggest that you build from source. The link you included has instructions for MinGW. MinGW is what Dev-C++ uses. However the instructions appear to assume that you have msys installed so that you can run the configure script, and Dev-C++ only installs a subset of MinGW and does not include msys. The full MinGW distribution cam be found at www.mingw.org.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have a dll library that has a .def file included, but no .lib or .a files. So how can I use this to link this library with my project?
For Visual C++ and Borland, the package I'm using recommends <a href="http://www.fftw.org/install/windows.html">doing this</a>. How would I do this using Dev C++?
Thanks!
I suggest that you build from source. The link you included has instructions for MinGW. MinGW is what Dev-C++ uses. However the instructions appear to assume that you have msys installed so that you can run the configure script, and Dev-C++ only installs a subset of MinGW and does not include msys. The full MinGW distribution cam be found at www.mingw.org.
Clifford