Menu

Please help me link

Battlefrog
2008-11-22
2012-09-26
  • Battlefrog

    Battlefrog - 2008-11-22

    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!

     
    • cpns

      cpns - 2008-11-22

      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

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.