Menu

IT++ link error

Help
Mike
2016-01-12
2016-01-13
  • Mike

    Mike - 2016-01-12

    Hi Guys,

    I have problem in runing a simple it++ project.
    I am using it++ ver. 4.3.1 under windows 7 64 bit.
    I have installed and compiled it++ files without any errors. Then I use the following link to congiufre it++ in VS2013. http://herve.boeglen.free.fr/itpp_windows/chap1/chap1_2012.htm
    http://herve.boeglen.free.fr/itpp_windows/chap2/chap2_2012.html

    I tried to run a simple program, but I got a run time error "The program can't start because libfftw3-3_win64.dll is missing"

    Any help with be appreciated.

     
  • Bogdan Cristea

    Bogdan Cristea - 2016-01-12

    Hi

    You need to put that library in a folder that us listed in PATH environment variable. Another solution is just to copy that library next to your exe.

    regards
    Bogdan

     
  • Mike

    Mike - 2016-01-13

    Thanks for your reply,

    I have libfftw3-3_win64.lib but I don't have libfftw3-3_win64.dll in my system.
    How to generate or get libfftw3-3_win64.dll file from libfftw3-3_win64.lib ?

    Mike.

     
  • Bogdan Cristea

    Bogdan Cristea - 2016-01-13

    Hi

    There are actually 2 types of *.lib:

    • one is the static library
    • the other one is a helper file for the *.dll that is used only for compilation

    You must check what library type is that file and contact the one that provides these files for help.

    I have not looked at this, but there were some plans to integrate the solution proposed the site pointed by the above links into IT++. You might want to open a feature request for this and make contributions if possible.

    regards
    Bogdan

     

Log in to post a comment.